liudan 7 months ago
parent e35b6bf4f7
commit dfb7b30126
  1. 1
      App.vue
  2. 13
      pages/huitong/huitongbao/index.vue
  3. 7
      pages/order_addcart/order_addcart.vue
  4. 9
      pages/users/user_integral/index.vue
  5. 7
      pages/users/user_integral1/fenhong.vue
  6. 8
      pages/users/user_integral1/index.vue
  7. 7
      pages/users/user_integral1/user_contribute.vue

@ -137,6 +137,7 @@
if(that.globalData.copy_command_status == 1){
uni.getClipboardData({
success: function (res) {
uni.hideToast()
if(/^(\/@[1-9]{1}).*\*\//.test(res.data)){
that.$store.commit("PARSE_PWD", res.data)
}

@ -60,10 +60,21 @@
<text class="tip-text">提示您有部分积分将于{{userInfo.clear.nextClearDay}}过期请尽快使用</text>
</view>
<view class='item acea-row row-between-wrapper' v-for="(item,index) in integralList" :key="index">
<view>
<!-- <view>
<view class='state'>{{item.type}}
<text style="margin-left:10rpx;">{{(item.ext != null&&item.ext.from_phone)?`来自${item.ext.from_phone}`:(item.ext !== null&&item.ext.to_phone)?`转给${item.ext.to_phone}`:''}}</text>
</view>
<view>{{item.create_time}}</view>
</view> -->
<view style="width: 87%;margin-right: 20rpx;">
<view class='state'>{{item.type}}
<text style="margin-left:10rpx;">{{(item.ext != null&&item.ext.from_phone)?`来自${item.ext.from_phone}`:(item.ext !== null&&item.ext.to_phone)?`转给${item.ext.to_phone}`:''}}</text>
</view>
<view style="color:#333;font-size:24rpx;margin:10rpx 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;">
<text>昵称:{{item.user_nickname}}</text>
<text style="margin-left:10rpx;">订单号:{{item.order_sn}}</text>
</view>
<view>{{item.create_time}}</view>
</view>
<view>

@ -311,7 +311,7 @@
this.getCartNum();
this.goodsHidden = true;
this.footerswitch = true;
// this.isAllSelect = true; //
this.isAllSelect = true; //
this.selectValue = []; //
this.isShowAuth = false;
uni.setStorage({
@ -355,6 +355,8 @@
console.log(selectedArr)
if(selectedArr.length==i.list.length){
this.$set(i,'allCheck',true)
}else{
this.$set(i,'allCheck',false)
}
})
@ -748,6 +750,7 @@
})
this.cartList.valid = res.data.list;
let newArr=JSON.parse(uni.getStorageSync('cartSelectedGoods'))
console.log(newArr,"报错")
this.cartList.valid.forEach(item=>{
item.list.forEach(p=>{
newArr.forEach(i=>{
@ -847,7 +850,7 @@
//
console.log(allArr,"oooo12345",this.cartList.valid,isFirst)
if(!isFirst){
this.isAllSelect = allArr.length == this.cartList.valid.length ? true : false
this.isAllSelect = allArr.length!=0&&this.cartList.valid.length!=0&&allArr.length == this.cartList.valid.length ? true : false
}
},

@ -49,8 +49,13 @@
<text class="tip-text">提示您有部分积分将于{{userInfo.clear.nextClearDay}}过期请尽快使用</text>
</view>
<view class='item acea-row row-between-wrapper' v-for="(item,index) in integralList" :key="index">
<view>
<view style="width: 87%;margin-right: 20rpx;">
<view class='state'>{{item.type}}</view>
<view style="color:#333;font-size:24rpx;margin:10rpx 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;">
<text>昵称:{{item.user_nickname}}</text>
<text style="margin-left:10rpx;">订单号:{{item.order_sn}}</text>
</view>
<view>{{item.create_time}}</view>
</view>
<view>
@ -491,7 +496,7 @@
.integral-details .wrapper .list .item .state {
margin-bottom: 24rpx;
// margin-bottom: 24rpx;
font-size: 30rpx;
color: #333333;
}

@ -39,8 +39,13 @@
<text class="tip-text">提示您有部分积分将于{{userInfo.clear.nextClearDay}}过期请尽快使用</text>
</view>
<view class='item acea-row row-between-wrapper' v-for="(item,index) in integralList" :key="index">
<view>
<view style="width: 87%;margin-right: 20rpx;">
<view class='state'>{{item.type}}</view>
<view style="color:#333;font-size:24rpx;margin:10rpx 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;">
<text>昵称:{{item.user_nickname}}</text>
<text style="margin-left:10rpx;">订单号:{{item.order_sn}}</text>
</view>
<view>{{item.create_time}}</view>
</view>
<view>

@ -43,9 +43,13 @@
<text class="tip-text">提示您有部分积分将于{{userInfo.clear.nextClearDay}}过期请尽快使用</text>
</view>
<view class='item acea-row row-between-wrapper' v-for="(item,index) in integralList" :key="index">
<view>
<view style="width: 87%;margin-right: 20rpx;">
<view class='state'>{{item.type}}</view>
<view style="margin: 10rpx 0;">订单号:{{item.order_sn}}</view>
<view style="color:#333;font-size:24rpx;margin:10rpx 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;">
<text>昵称:{{item.user_nickname}}</text>
<text style="margin-left:10rpx;">订单号:{{item.order_sn}}</text>
</view>
<view>{{item.create_time}}</view>
</view>
<view>

@ -43,8 +43,13 @@
<text class="tip-text">提示您有部分积分将于{{userInfo.clear.nextClearDay}}过期请尽快使用</text>
</view>
<view class='item acea-row row-between-wrapper' v-for="(item,index) in integralList" :key="index">
<view>
<view style="width: 87%;margin-right: 20rpx;">
<view class='state'>{{item.type}}</view>
<view style="color:#333;font-size:24rpx;margin:10rpx 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;">
<text>昵称:{{item.user_nickname}}</text>
<text style="margin-left:10rpx;">订单号:{{item.order_sn}}</text>
</view>
<view>{{item.create_time}}</view>
</view>
<view>

Loading…
Cancel
Save