This commit is contained in:
2023-11-09 17:24:28 +08:00
parent 8ea608775f
commit b12cb1bdcb
2 changed files with 5 additions and 13 deletions

View File

@ -35,30 +35,23 @@
<view class="Threecategories"> <view class="Threecategories">
<view class="item" @tap="goBehaviorpoints"> <view class="item" @tap="goBehaviorpoints">
<view class="number"> <view class="number">
0 {{appPersonallist.score>=0?appPersonallist.score:0}}
</view> </view>
<view class="text"> <view class="text">
行为积分 行为积分
</view> </view>
</view> </view>
<view class="item" @tap='gointegral'> <view class="item" @tap='gointegral'>
<view class="number" v-if="!appPersonallist.integral"> <view class="number">
0 {{appPersonallist.integral>=0?appPersonallist.integral:0}}
</view>
<view class="number" v-else>
{{appPersonallist.integral}}
</view> </view>
<view class="text"> <view class="text">
健康豆 健康豆
</view> </view>
</view> </view>
<view class="item" @tap='gocoupon'> <view class="item" @tap='gocoupon'>
<view class="number" <view class="number">
v-if="appPersonallist.patientCouponCount==0 ||!appPersonallist.patientCouponCount"> {{appPersonallist.patientCouponCount>=0?appPersonallist.patientCouponCount:0}}
0
</view>
<view class="number" v-else>
{{appPersonallist.patientCouponCount}}
</view> </view>
<view class="text"> <view class="text">
优惠券 优惠券

View File

@ -357,7 +357,6 @@
// console.log(JSON.stringify(res.tempFilePaths)); // console.log(JSON.stringify(res.tempFilePaths));
} }
}); });
} }
}, },
// //