6 changed files with 217 additions and 109 deletions
Unified View
Diff Options
-
41pages/agent/order/index.wxml
-
23pages/bidding/detail/index.wxml
-
8pages/bidding/detail/index.wxss
-
36pages/home/info/index.wxml
-
70pages/home/info/index.wxss
-
148project.config.json
@ -1,76 +1,76 @@ |
|||||
{ |
{ |
||||
"description": "项目配置文件", |
|
||||
"packOptions": { |
|
||||
"ignore": [] |
|
||||
}, |
|
||||
"setting": { |
|
||||
"urlCheck": false, |
|
||||
"es6": true, |
|
||||
"enhance": true, |
|
||||
"postcss": true, |
|
||||
"preloadBackgroundData": false, |
|
||||
"minified": true, |
|
||||
"newFeature": true, |
|
||||
"coverView": true, |
|
||||
"nodeModules": false, |
|
||||
"autoAudits": false, |
|
||||
"showShadowRootInWxmlPanel": true, |
|
||||
"scopeDataCheck": false, |
|
||||
"uglifyFileName": true, |
|
||||
"checkInvalidKey": true, |
|
||||
"checkSiteMap": true, |
|
||||
"uploadWithSourceMap": true, |
|
||||
"compileHotReLoad": false, |
|
||||
"useMultiFrameRuntime": true, |
|
||||
"useApiHook": true, |
|
||||
"babelSetting": { |
|
||||
"ignore": [], |
|
||||
"disablePlugins": [], |
|
||||
"outputPath": "" |
|
||||
}, |
|
||||
"enableEngineNative": false, |
|
||||
"bundle": false, |
|
||||
"useIsolateContext": true, |
|
||||
"useCompilerModule": true, |
|
||||
"userConfirmedUseCompilerModuleSwitch": true, |
|
||||
"userConfirmedBundleSwitch": false, |
|
||||
"packNpmManually": false, |
|
||||
"packNpmRelationList": [], |
|
||||
"minifyWXSS": true, |
|
||||
"useApiHostProcess": true |
|
||||
}, |
|
||||
"compileType": "miniprogram", |
|
||||
"libVersion": "2.14.4", |
|
||||
"appid": "wx7a4a8415e6821108", |
|
||||
"projectname": "zhitongbao-mini", |
|
||||
"debugOptions": { |
|
||||
"hidedInDevtools": [] |
|
||||
}, |
|
||||
"isGameTourist": false, |
|
||||
"simulatorType": "wechat", |
|
||||
"simulatorPluginLibVersion": {}, |
|
||||
"scripts": { |
|
||||
"beforeCompile": "" |
|
||||
}, |
|
||||
"condition": { |
|
||||
"plugin": { |
|
||||
"list": [] |
|
||||
}, |
|
||||
"game": { |
|
||||
"list": [] |
|
||||
}, |
|
||||
"gamePlugin": { |
|
||||
"list": [] |
|
||||
}, |
|
||||
"miniprogram": { |
|
||||
"list": [ |
|
||||
{ |
|
||||
"name": "pages/login/index", |
|
||||
"pathName": "pages/login/index", |
|
||||
"query": "", |
|
||||
"scene": 1047 |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
|
"description": "项目配置文件", |
||||
|
"packOptions": { |
||||
|
"ignore": [] |
||||
|
}, |
||||
|
"setting": { |
||||
|
"urlCheck": false, |
||||
|
"es6": true, |
||||
|
"enhance": true, |
||||
|
"postcss": true, |
||||
|
"preloadBackgroundData": false, |
||||
|
"minified": true, |
||||
|
"newFeature": true, |
||||
|
"coverView": true, |
||||
|
"nodeModules": false, |
||||
|
"autoAudits": false, |
||||
|
"showShadowRootInWxmlPanel": true, |
||||
|
"scopeDataCheck": false, |
||||
|
"uglifyFileName": true, |
||||
|
"checkInvalidKey": true, |
||||
|
"checkSiteMap": true, |
||||
|
"uploadWithSourceMap": true, |
||||
|
"compileHotReLoad": false, |
||||
|
"useMultiFrameRuntime": true, |
||||
|
"useApiHook": true, |
||||
|
"babelSetting": { |
||||
|
"ignore": [], |
||||
|
"disablePlugins": [], |
||||
|
"outputPath": "" |
||||
|
}, |
||||
|
"enableEngineNative": false, |
||||
|
"bundle": false, |
||||
|
"useIsolateContext": true, |
||||
|
"useCompilerModule": true, |
||||
|
"userConfirmedUseCompilerModuleSwitch": true, |
||||
|
"userConfirmedBundleSwitch": false, |
||||
|
"packNpmManually": false, |
||||
|
"packNpmRelationList": [], |
||||
|
"minifyWXSS": true, |
||||
|
"useApiHostProcess": true |
||||
|
}, |
||||
|
"compileType": "miniprogram", |
||||
|
"libVersion": "2.14.4", |
||||
|
"appid": "wx7a4a8415e6821108", |
||||
|
"projectname": "zhitongbao-mini", |
||||
|
"debugOptions": { |
||||
|
"hidedInDevtools": [] |
||||
|
}, |
||||
|
"isGameTourist": false, |
||||
|
"simulatorType": "wechat", |
||||
|
"simulatorPluginLibVersion": {}, |
||||
|
"scripts": { |
||||
|
"beforeCompile": "" |
||||
|
}, |
||||
|
"condition": { |
||||
|
"plugin": { |
||||
|
"list": [] |
||||
|
}, |
||||
|
"game": { |
||||
|
"list": [] |
||||
|
}, |
||||
|
"gamePlugin": { |
||||
|
"list": [] |
||||
|
}, |
||||
|
"miniprogram": { |
||||
|
"list": [ |
||||
|
{ |
||||
|
"name": "pages/login/index", |
||||
|
"pathName": "pages/login/index", |
||||
|
"query": "", |
||||
|
"scene": 1047 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
Write
Preview
Loading…
Cancel
Save