ready open new version
This commit is contained in:
parent
fad434e0d3
commit
e9094dbf10
@ -233,6 +233,7 @@ const createCode = (data, callBack) => {
|
||||
title: "创建订单失败",
|
||||
icon: "none"
|
||||
})
|
||||
console.log(data,res)
|
||||
} else {
|
||||
callBack && callBack(JSON.parse(res.data.id)['$oid']);
|
||||
}
|
||||
|
@ -11,6 +11,8 @@
|
||||
"newFeature": true,
|
||||
"coverView": true,
|
||||
"autoAudits": false,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"scopeDataCheck": false,
|
||||
"checkInvalidKey": true,
|
||||
"checkSiteMap": false,
|
||||
"uploadWithSourceMap": true,
|
||||
@ -18,7 +20,8 @@
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"useCompilerModule": false
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.9.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user