Browse Source

删除运费与物流信息,首页登陆完成后刷新页面

undefined
xubinxcode 4 years ago
parent
commit
b5a7d5e2c0
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      addons/unishop/uniapp/uni-shop/pages/index/index.vue

+ 5
- 2
addons/unishop/uniapp/uni-shop/pages/index/index.vue View File

@@ -173,7 +173,7 @@
</view> -->

<!-- 猜你喜欢 -->
<view class="f-header m-t">
<!-- <view class="f-header m-t">
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">猜你喜欢</text>
@@ -188,7 +188,7 @@
<text class="title clamp">{{ item.title }}</text>
<text class="price"><text class="symbol">¥</text> {{ item.sales_price }} <text class="sales"> {{' '+item.sales}}人付款</text></text>
</view>
</view>
</view> -->
</view>
</template>

@@ -218,6 +218,9 @@ export default {

},
onLoad() {
// this.loadData();
},
onShow() {
this.loadData();
},
onReachBottom() {


Loading…
Cancel
Save