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