Browse Source

banben 1.5.1 老兵在线增加视频banner;所有视频banner增加顶部标题

master
lihenian 5 years ago
parent
commit
aacb592965
  1. 2
      pages/toRegister/toRegister.js
  2. 6
      project.config.json

2
pages/toRegister/toRegister.js

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

6
project.config.json

@ -18,6 +18,8 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
@ -27,9 +29,7 @@
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"useMultiFrameRuntime": false,
"useApiHook": true
"packNpmRelationList": []
},
"compileType": "miniprogram",
"libVersion": "2.8.2",

Loading…
Cancel
Save