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,
actions: [
{ name: '选项1' },
{ name: '选项2' },
{ name: '选项3' },
{ name: '今年' },
{ name: '今月' },
{ name: '今日' },
],
form: {},
totalInfo: {

6
project.config.json

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

Loading…
Cancel
Save