作者 niufei

11

//app.js
App({
post: function (url, data, headerParams) {
wx.showNavigationBarLoading()
// wx.showLoading({
// title: '',
// })
var promise = new Promise((resolve, reject) => {
let that = this;
let postData = data;
let baseUrl = 'http://fashion.w.bronet.cn/api';
let baseUrl = 'https://einp.net/api';
let header = {
'content-type': 'application/x-www-form-urlencoded'
}
... ...
... ... @@ -45,5 +45,6 @@
"selectedIconPath": "/images/wode_02@2x.png"
}
]
}
},
"sitemapLocation": "sitemap.json"
}
\ No newline at end of file
... ...
... ... @@ -4,21 +4,33 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false
"coverView": true,
"autoAudits": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.5.2",
"appid": "wx9053b434e50ee2dd",
"libVersion": "2.8.0",
"appid": "wx3270c23301e2e158",
"projectname": "chuanda",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
... ...
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}
\ No newline at end of file
... ...