hios-miniprogram/project.config.json
shengliang 32f71cd1cc 1、删除一些无效css代码
2、解决wx:key的warinng
3、删除无用的函数
4、取消订单时停止定时器
5、针对订单操作后,返回订单列表没有刷新的问题,添加一个标志(不过不是最好的办法,暂时这样吧)
6、修复再来一单,提交一次后,再返回再提交时出现订单不存在的bug
2020-02-29 10:45:24 +08:00

57 lines
1.0 KiB
JSON

{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": false,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.9.4",
"appid": "wxf3d768d1818218f1",
"projectname": "%e6%b5%b7%e9%a3%8e%e5%b0%8f%e5%ba%97",
"isGameTourist": false,
"scripts": {
"beforeCompile": "",
"beforePreview": "",
"beforeUpload": ""
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 2,
"list": []
}
}
}