修改我的和健康豆

This commit is contained in:
闫晓茹 2023-11-08 15:40:35 +08:00
parent 3e4346afdd
commit 0b8236efde
3 changed files with 9 additions and 6 deletions

View File

@ -45,16 +45,19 @@
</view>
</view>
<view class="item" @tap='gointegral'>
<view class="number">
<view class="number" v-if="appPersonallist.integral==null">
0
</view>
<view class="number" v-else>
{{appPersonallist.integral}}
</view>
<view class="text">
健康豆
</view>
</view>
<view class="item" @tap='gocoupon'>
<view class="number">
0
{{appPersonallist.patientCouponCount}}
</view>
<view class="text">
优惠券

View File

@ -353,7 +353,7 @@
})
//
await this.$refs.rCanvas.drawText({
text: "智慧康养泉城,医护关怀到家",
// text: "怀",
x: 150,
y: 300,
font_color: "#444444",
@ -367,7 +367,7 @@
})
})
await this.$refs.rCanvas.drawText({
text: "超多福利,快来体验吧!",
// text: "",
x: 150,
y: 320,
font_color: "#444444",

View File

@ -441,7 +441,7 @@
::v-deep .srollViewBox .scrollView.data-v-36ae0e32 {
height: 350rpx !important;
overflow: auto;
overflow: scroll;
}
::v-deep.u-form-item--left__content__label.data-v-5e7216f1 {