uu
This commit is contained in:
parent
b5737a3521
commit
e80c895d60
@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__BCB0FB5",
|
"appid" : "__UNI__BCB0FB5",
|
||||||
"description" : "探路国际速运",
|
"description" : "探路国际速运",
|
||||||
"versionName" : "1.0.1",
|
"versionName" : "1.0.1",
|
||||||
"versionCode" : "1034",
|
"versionCode" : "1035",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@ -8,7 +8,8 @@ const isSupportCommandType = (type = '')=> {
|
|||||||
]
|
]
|
||||||
// 判断是否全支持
|
// 判断是否全支持
|
||||||
let isSupportAll = allType.filter(v=> supportTypes.indexOf(v) > -1).length == allType.length
|
let isSupportAll = allType.filter(v=> supportTypes.indexOf(v) > -1).length == allType.length
|
||||||
return isSupportAll
|
// return isSupportAll
|
||||||
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getBillPrintData = async (params)=> {
|
export const getBillPrintData = async (params)=> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user