diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 071d7fe..8ca118c 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -35,30 +35,23 @@ - 0 + {{appPersonallist.score>=0?appPersonallist.score:0}} 行为积分 - - 0 - - - {{appPersonallist.integral}} + + {{appPersonallist.integral>=0?appPersonallist.integral:0}} 健康豆 - - 0 - - - {{appPersonallist.patientCouponCount}} + + {{appPersonallist.patientCouponCount>=0?appPersonallist.patientCouponCount:0}} 优惠券 diff --git a/pagesB/SelectItem/SelectItem.vue b/pagesB/SelectItem/SelectItem.vue index a6bb2e4..7918677 100644 --- a/pagesB/SelectItem/SelectItem.vue +++ b/pagesB/SelectItem/SelectItem.vue @@ -1,5 +1,5 @@