修改
This commit is contained in:
parent
1efff531ba
commit
0b17a0a022
@ -352,34 +352,34 @@
|
||||
})
|
||||
})
|
||||
// 画文字
|
||||
await this.$refs.rCanvas.drawText({
|
||||
// text: "智慧康养,医护关怀到家",
|
||||
x: 150,
|
||||
y: 300,
|
||||
font_color: "#444444",
|
||||
font_size: 12,
|
||||
font_weight: 600,
|
||||
text_align: 'center'
|
||||
}).catch(err_msg => {
|
||||
uni.showToast({
|
||||
title: err_msg,
|
||||
icon: "none"
|
||||
})
|
||||
})
|
||||
await this.$refs.rCanvas.drawText({
|
||||
// text: "超多福利,快来体验吧!",
|
||||
x: 150,
|
||||
y: 320,
|
||||
font_color: "#444444",
|
||||
font_size: 12,
|
||||
font_weight: 600,
|
||||
text_align: 'center'
|
||||
}).catch(err_msg => {
|
||||
uni.showToast({
|
||||
title: err_msg,
|
||||
icon: "none"
|
||||
})
|
||||
})
|
||||
// await this.$refs.rCanvas.drawText({
|
||||
// text: "",
|
||||
// x: 150,
|
||||
// y: 300,
|
||||
// font_color: "#444444",
|
||||
// font_size: 12,
|
||||
// font_weight: 600,
|
||||
// text_align: 'center'
|
||||
// }).catch(err_msg => {
|
||||
// uni.showToast({
|
||||
// title: err_msg,
|
||||
// icon: "none"
|
||||
// })
|
||||
// })
|
||||
// await this.$refs.rCanvas.drawText({
|
||||
// text: "",
|
||||
// x: 150,
|
||||
// y: 320,
|
||||
// font_color: "#444444",
|
||||
// font_size: 12,
|
||||
// font_weight: 600,
|
||||
// text_align: 'center'
|
||||
// }).catch(err_msg => {
|
||||
// uni.showToast({
|
||||
// title: err_msg,
|
||||
// icon: "none"
|
||||
// })
|
||||
// })
|
||||
await this.$refs.rCanvas.drawText({
|
||||
text: "新医路健康服务平台",
|
||||
x: 150,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user