diff --git a/components/tpx-bluetooth-print/tpx-bluetooth-print.vue b/components/tpx-bluetooth-print/tpx-bluetooth-print.vue index 3368379..458b2a5 100644 --- a/components/tpx-bluetooth-print/tpx-bluetooth-print.vue +++ b/components/tpx-bluetooth-print/tpx-bluetooth-print.vue @@ -68,7 +68,7 @@ export default { this.show = true let res = await this.$refs.curPrint.callPrint({ imageUrl, - paperWidth + paperWidth: this.paperWidth }) } else { this.showToast('缺少打印内容') diff --git a/manifest.json b/manifest.json index a20f0a9..1fd6762 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.0", - "versionCode" : "107", + "versionCode" : "108", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {