Commit 2e8c993f by 冷斌

fix bug

parent e9a9b92c
......@@ -2,7 +2,7 @@
<body>
<div id="app">
<div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;">
<div class="center_top_content layout_h_v_c">
<van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image>
<div class="layout_v" style="margin-left: 0.75rem;">
......@@ -20,7 +20,7 @@
</a>
</div>
</div>
<div class="center_order_part layout_h">
<div @click="onTabOrder" class="center_order_item layout_center weight_full">
<div class="layout_v">
......@@ -71,7 +71,7 @@
</van-cell>
<van-cell @click="onCellTap('{:U('home/Home/share')}')" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="推广中心" is-link >
<template #icon>
<van-icon name="__THEME__/img/promotion.png" size="24"></van-icon>
<van-icon style="widows: 16px" name="__THEME__/img/promotion.png" size="24"></van-icon>
</template>
</van-cell>
<van-cell @click="onCellTap('{:U('basic/Single/info')}')" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="设置" is-link >
......@@ -80,15 +80,15 @@
</template>
</van-cell>
</div>
</div>
<van-tabbar
v-model="active"
@change="onChange"
:fixed="true"
:route="false"
:safe-area-inset-bottom="true"
v-model="active"
@change="onChange"
:fixed="true"
:route="false"
:safe-area-inset-bottom="true"
active-color="#65C000"
inactive-color="#363636">
<van-tabbar-item>
......@@ -128,9 +128,9 @@
</template>
</van-tabbar-item>
</van-tabbar>
</div>
<!-- <div class="myIndexBanner">
<div class="min-myIndexBanner">
<div class="myIndex-top">
......@@ -451,7 +451,7 @@
},
methods: {
onChange: function(tab) {
},
onCellTap: function(url) {
window.location.href = url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment