liudan 5 months ago
parent dceb33aac2
commit c1572e206a
  1. 4
      pages/huitong/huitongbao/index.vue
  2. 2
      pages/order_addcart/order_addcart.vue
  3. 4
      pages/users/user_integral1/index.vue
  4. 4
      pages/users/user_integral1/user_contribute.vue

@ -71,8 +71,8 @@
<view style="margin-bottom:10rpx;color:#116636"> <view style="margin-bottom:10rpx;color:#116636">
{{getLable(item.status)}} {{getLable(item.status)}}
</view> </view>
<view class='num p-color' v-if="item.count.indexOf('-')==-1">{{item.count}}</view> <view class='num p-color' v-if="item.count.indexOf('-')==-1&&item.status!=2">{{item.count}}</view>
<view class='num' v-if="item.count.indexOf('-')!=-1">{{item.count}}</view> <view class='num' v-if="item.count.indexOf('-')!=-1&&item.status!=2">{{item.count}}</view>
</view> </view>
</view> </view>

@ -311,7 +311,7 @@
this.getCartNum(); this.getCartNum();
this.goodsHidden = true; this.goodsHidden = true;
this.footerswitch = true; this.footerswitch = true;
this.isAllSelect = false; // this.isAllSelect = true; //
this.selectValue = []; // this.selectValue = []; //
this.isShowAuth = false; this.isShowAuth = false;
uni.setStorage({ uni.setStorage({

@ -53,8 +53,8 @@
<view style="margin-bottom:10rpx;color:#116636"> <view style="margin-bottom:10rpx;color:#116636">
{{getLable(item.status)}} {{getLable(item.status)}}
</view> </view>
<view class='num p-color' v-if="item.count.indexOf('-')==-1">{{item.count}}</view> <view class='num p-color' v-if="item.count.indexOf('-')==-1&&item.status!=2">{{item.count}}</view>
<view class='num' v-if="item.count.indexOf('-')!=-1">{{item.count}}</view> <view class='num' v-if="item.count.indexOf('-')!=-1&&item.status!=2">{{item.count}}</view>
</view> </view>
</view> </view>
<view class='loadingicon acea-row row-center-wrapper' v-if="integralList.length>0"> <view class='loadingicon acea-row row-center-wrapper' v-if="integralList.length>0">

@ -52,8 +52,8 @@
<view style="margin-bottom:10rpx;color:#116636"> <view style="margin-bottom:10rpx;color:#116636">
{{getLable(item.status)}} {{getLable(item.status)}}
</view> </view>
<view class='num p-color' v-if="item.count.indexOf('-')==-1">{{item.count}}</view> <view class='num p-color' v-if="item.count.indexOf('-')==-1&&item.status!=2">{{item.count}}</view>
<view class='num' v-if="item.count.indexOf('-')!=-1">{{item.count}}</view> <view class='num' v-if="item.count.indexOf('-')!=-1&&item.status!=2">{{item.count}}</view>
</view> </view>
</view> </view>
<view class='loadingicon acea-row row-center-wrapper' v-if="integralList.length>0"> <view class='loadingicon acea-row row-center-wrapper' v-if="integralList.length>0">

Loading…
Cancel
Save