This commit is contained in:
aihe 2024-06-23 21:28:14 +08:00
parent 1373533564
commit 6a9a8cf0ca
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ export default {
this.show = true this.show = true
let res = await this.$refs.curPrint.callPrint({ let res = await this.$refs.curPrint.callPrint({
imageUrl, imageUrl,
paperWidth paperWidth: this.paperWidth
}) })
} else { } else {
this.showToast('缺少打印内容') this.showToast('缺少打印内容')

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__BCB0FB5", "appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运", "description" : "探路国际速运",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "107", "versionCode" : "108",
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {