Browse Source

安全360改为安全365;

feature/optimise
ZhaoTongYao 5 years ago
parent
commit
dceed30cf6
  1. 6
      project.config.json
  2. 2
      subpages/oneKeyService/pages/noticeDetail/noticeDetail.js
  3. 2
      subpages/oneKeyService/pages/warning/warning.js

6
project.config.json

@ -17,15 +17,15 @@
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"useIsolateContext": true,
"useCompilerModule": false, "useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false "userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false,
"useIsolateContext": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.8.2", "libVersion": "2.8.2",

2
subpages/oneKeyService/pages/noticeDetail/noticeDetail.js

@ -33,7 +33,7 @@ Page({
this.noticeDetail(options.id) this.noticeDetail(options.id)
} else if(options.modulecode == 'notice_aq'){ } else if(options.modulecode == 'notice_aq'){
wx.setNavigationBarTitle({ wx.setNavigationBarTitle({
title: '安全360' title: '安全365'
}) })
this.noticeDetail(options.id) this.noticeDetail(options.id)
} }

2
subpages/oneKeyService/pages/warning/warning.js

@ -42,7 +42,7 @@ Page({
}else if(options.modulecode == 'notice_aq'){ }else if(options.modulecode == 'notice_aq'){
this.getBannerList('5') this.getBannerList('5')
wx.setNavigationBarTitle({ wx.setNavigationBarTitle({
title: '安全360' title: '安全365'
}) })
}else{ }else{
this.getBannerList('2') this.getBannerList('2')

Loading…
Cancel
Save