bug修复和优化

This commit is contained in:
alvis
2020-07-15 20:16:17 +08:00
parent 90e9382936
commit 1c159a7bad
65 changed files with 128 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ const mtjwxsdk = require('./utils/mtj-wx-sdk.js');
App({
globalData: {
baseAPI: "https://www.alvisu.com:7777",
baseAPI: "http://localhost:8000",
pageSize: 10
},
onLaunch: function() {

View File

@@ -40,5 +40,7 @@
</i-cell-group>
</view>
<view class="copyright">武汉思维跳跃科技有限公司 提供技术支持</view>
<i-spin size="large" fix wx:if="{{ spinShow }}"></i-spin>
<i-message id="message" />

View File

@@ -22,4 +22,11 @@
.my-group-margin{
margin-top: 10px;
}
.copyright{
color: #8c8c8c;
text-align: center;
margin-top: 20px;
font-size: 14px;
}

View File

@@ -5,15 +5,25 @@
},
"setting": {
"urlCheck": false,
"scopeDataCheck": false,
"coverView": true,
"es6": true,
"postcss": true,
"compileHotReLoad": false,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"newFeature": true,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"nodeModules": false,
"enhance": false,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false,
"showShadowRootInWxmlPanel": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],