Browse Source

版本1.6.4 模块列表增加样式9

feature/optimise
lihenian 5 years ago
parent
commit
4e7bfcb144
  1. 2
      pages/toRegister/toRegister.js
  2. 22
      project.config.json

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// } // }
// }) // })
let that = this let that = this
const versionNum = "1.6.3" const versionNum = "1.6.4"
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data.scanFlag let state = res.data.scanFlag

22
project.config.json

@ -29,9 +29,9 @@
"useIsolateContext": true, "useIsolateContext": true,
"useCompilerModule": true, "useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false, "userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [], "packNpmRelationList": [],
"userConfirmedBundleSwitch": false,
"minifyWXSS": true "minifyWXSS": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
@ -49,6 +49,14 @@
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": { "plugin": {
"list": [] "list": []
}, },
@ -124,10 +132,18 @@
"scene": null "scene": null
}, },
{ {
"name": "subpages/oneKeyService/pages/reportIssue/reportIssue", "id": 9,
"pathName": "subpages/oneKeyService/pages/reportIssue/reportIssue", "name": "subpages/oneKeyService/pages/index/index",
"pathName": "subpages/oneKeyService/pages/index/index",
"query": "", "query": "",
"scene": null "scene": null
},
{
"id": -1,
"name": "subpages/oneKeyService/pages/moduleList/moduleList",
"pathName": "subpages/oneKeyService/pages/moduleList/moduleList",
"query": "pid=4d667ea4ff8fb045b03a68a9d24207e9&bannerflag=1&categorycode=notice_jsqf&modulestyle=2&categoryname=锦水清风",
"scene": null
} }
] ]
} }

Loading…
Cancel
Save