修改我的和健康豆

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> </view>
<view class="item" @tap='gointegral'> <view class="item" @tap='gointegral'>
<view class="number"> <view class="number" v-if="appPersonallist.integral==null">
0 0
</view> </view>
<view class="number" v-else>
{{appPersonallist.integral}}
</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">
0 {{appPersonallist.patientCouponCount}}
</view> </view>
<view class="text"> <view class="text">
优惠券 优惠券

View File

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

View File

@ -229,7 +229,7 @@
if (e) { if (e) {
this.formData.hospitalName = e this.formData.hospitalName = e
this.formData.hospitalNameId = '' this.formData.hospitalNameId = ''
} }
@ -441,7 +441,7 @@
::v-deep .srollViewBox .scrollView.data-v-36ae0e32 { ::v-deep .srollViewBox .scrollView.data-v-36ae0e32 {
height: 350rpx !important; height: 350rpx !important;
overflow: auto; overflow: scroll;
} }
::v-deep.u-form-item--left__content__label.data-v-5e7216f1 { ::v-deep.u-form-item--left__content__label.data-v-5e7216f1 {