This commit is contained in:
aihe 2024-08-23 18:28:25 +08:00
parent b5737a3521
commit e80c895d60
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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)=> {