修改我的和健康豆
This commit is contained in:
parent
3e4346afdd
commit
0b8236efde
@ -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">
|
||||||
优惠券
|
优惠券
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user