diff --git a/project.config.json b/project.config.json index 100379d..dacd5e0 100644 --- a/project.config.json +++ b/project.config.json @@ -17,15 +17,15 @@ "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, - "compileHotReLoad": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, - "useIsolateContext": true, "useCompilerModule": false, - "userConfirmedUseCompilerModuleSwitch": false + "userConfirmedUseCompilerModuleSwitch": false, + "compileHotReLoad": false, + "useIsolateContext": true }, "compileType": "miniprogram", "libVersion": "2.8.2", diff --git a/subpages/oneKeyService/pages/noticeDetail/noticeDetail.js b/subpages/oneKeyService/pages/noticeDetail/noticeDetail.js index 7cb8e38..831a447 100644 --- a/subpages/oneKeyService/pages/noticeDetail/noticeDetail.js +++ b/subpages/oneKeyService/pages/noticeDetail/noticeDetail.js @@ -33,7 +33,7 @@ Page({ this.noticeDetail(options.id) } else if(options.modulecode == 'notice_aq'){ wx.setNavigationBarTitle({ - title: '安全360' + title: '安全365' }) this.noticeDetail(options.id) } diff --git a/subpages/oneKeyService/pages/warning/warning.js b/subpages/oneKeyService/pages/warning/warning.js index d8bffad..0dfbf4a 100644 --- a/subpages/oneKeyService/pages/warning/warning.js +++ b/subpages/oneKeyService/pages/warning/warning.js @@ -42,7 +42,7 @@ Page({ }else if(options.modulecode == 'notice_aq'){ this.getBannerList('5') wx.setNavigationBarTitle({ - title: '安全360' + title: '安全365' }) }else{ this.getBannerList('2')