From e80c895d60899d9305db85ce688c0f7a2930878b Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 23 Aug 2024 18:28:25 +0800 Subject: [PATCH] uu --- manifest.json | 2 +- pages/print/printData.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 19f2d30..a2121ef 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.1", - "versionCode" : "1034", + "versionCode" : "1035", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/print/printData.js b/pages/print/printData.js index e1da103..8086596 100644 --- a/pages/print/printData.js +++ b/pages/print/printData.js @@ -8,7 +8,8 @@ const isSupportCommandType = (type = '')=> { ] // 判断是否全支持 let isSupportAll = allType.filter(v=> supportTypes.indexOf(v) > -1).length == allType.length - return isSupportAll + // return isSupportAll + return true } export const getBillPrintData = async (params)=> {