Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
c4a01681f8
2 changed files with 6 additions and 6 deletions
  1. 6
      pages/process/index/index.js
  2. 6
      project.config.json

6
pages/process/index/index.js

@ -30,9 +30,9 @@ Component({
], ],
show: false, show: false,
actions: [ actions: [
{ name: '选项1' },
{ name: '选项2' },
{ name: '选项3' },
{ name: '今年' },
{ name: '今月' },
{ name: '今日' },
], ],
form: {}, form: {},
totalInfo: { totalInfo: {

6
project.config.json

@ -6,7 +6,7 @@
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,
"enhance": false,
"enhance": true,
"postcss": true, "postcss": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
@ -16,7 +16,7 @@
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"scopeDataCheck": false, "scopeDataCheck": false,
"uglifyFileName": false,
"uglifyFileName": true,
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
@ -40,7 +40,7 @@
"minifyWXSS": true "minifyWXSS": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.14.0",
"libVersion": "2.15.0",
"appid": "wx8214a7f3614a3340", "appid": "wx8214a7f3614a3340",
"projectname": "ztb-saas-mini", "projectname": "ztb-saas-mini",
"debugOptions": { "debugOptions": {

Loading…
Cancel
Save