Commit 2e8c993f by 冷斌

fix bug

parent e9a9b92c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<body> <body>
<div id="app"> <div id="app">
<div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;"> <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"> <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> <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;"> <div class="layout_v" style="margin-left: 0.75rem;">
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</a> </a>
</div> </div>
</div> </div>
<div class="center_order_part layout_h"> <div class="center_order_part layout_h">
<div @click="onTabOrder" class="center_order_item layout_center weight_full"> <div @click="onTabOrder" class="center_order_item layout_center weight_full">
<div class="layout_v"> <div class="layout_v">
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</van-cell> </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 > <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> <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> </template>
</van-cell> </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 > <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 @@ ...@@ -80,15 +80,15 @@
</template> </template>
</van-cell> </van-cell>
</div> </div>
</div> </div>
<van-tabbar <van-tabbar
v-model="active" v-model="active"
@change="onChange" @change="onChange"
:fixed="true" :fixed="true"
:route="false" :route="false"
:safe-area-inset-bottom="true" :safe-area-inset-bottom="true"
active-color="#65C000" active-color="#65C000"
inactive-color="#363636"> inactive-color="#363636">
<van-tabbar-item> <van-tabbar-item>
...@@ -128,9 +128,9 @@ ...@@ -128,9 +128,9 @@
</template> </template>
</van-tabbar-item> </van-tabbar-item>
</van-tabbar> </van-tabbar>
</div> </div>
<!-- <div class="myIndexBanner"> <!-- <div class="myIndexBanner">
<div class="min-myIndexBanner"> <div class="min-myIndexBanner">
<div class="myIndex-top"> <div class="myIndex-top">
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
}, },
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
}, },
onCellTap: function(url) { onCellTap: function(url) {
window.location.href = 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