ready open new version

This commit is contained in:
RainSun 2020-06-12 15:03:41 +08:00
parent fad434e0d3
commit e9094dbf10
2 changed files with 5 additions and 1 deletions

View File

@ -233,6 +233,7 @@ const createCode = (data, callBack) => {
title: "创建订单失败",
icon: "none"
})
console.log(data,res)
} else {
callBack && callBack(JSON.parse(res.data.id)['$oid']);
}

View File

@ -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",