bug修复和优化
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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" />
|
||||
@@ -22,4 +22,11 @@
|
||||
|
||||
.my-group-margin{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.copyright{
|
||||
color: #8c8c8c;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user