wangfukang 4 days ago
parent
commit
22be198bd3
  1. 10
      pages/index/index.vue

10
pages/index/index.vue

@ -66,7 +66,6 @@
<view class="like-box">
<view class="like-title">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/e0c44bc9b69a46559d3aa4160d3cf4a5.png" alt="" />
底部点击哪个都要请求一遍getWorkerCounts数字显示出来,配送页需要定时1分钟请求一次其他页面不用
</view>
<view class="like-content-box">
@ -247,14 +246,17 @@
</view>
<view class="order-page">
<view class="maotou">
#样式要改<text>{{item.numberCode != null ? item.numberCode : ''}}</text>
#<text>{{item.numberCode != null ? item.numberCode : ''}} </text>
</view>
<view class="shangjia">
<text style="font-weight: 700;">{{item.shopName != null ? item.shopName : ''}}</text>
<view @tap="productDetail(item)"
<view @tap="productDetail(item)" v-if="item.deliveryType == 1"
style="width: 32rpx;height: 30rpx;font-weight: 700;font-size: 20rpx;color: #fff;text-align: center;background: #00BFFF;border-radius: 10rpx;margin: 20rpx 0 0 10rpx;line-height: 30rpx;">
</view>
<view v-else style="font-weight: 700;">
{{item.allCount ? item.allCount : 0}}
</view>
</view>
<view class="shangpin">
<view class="qu-song">
@ -294,7 +296,7 @@
<view class="yongjin">
<view style="width: 50%;color: #777;padding-left: 4%;display: flex;">
配送佣金
<view class="chaoda">
<view class="chaoda" v-if="item.isBig !=null && item.isBig == 1">
超大/超重
</view>
</view>

Loading…
Cancel
Save