diff --git a/main.js b/main.js index af89e99..62f5d60 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.6.sp3') + uni.setStorageSync('version', '1.0.6.sp4') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages.json b/pages.json index 70cb421..651f1b5 100644 --- a/pages.json +++ b/pages.json @@ -420,6 +420,14 @@ "navigationBarTitleText" : "建设银行", "navigationStyle": "custom" } + }, + { + "path" : "game/honor-of-kings", + "style" : + { + "navigationBarTitleText" : "王者荣耀", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/index/index.nvue b/pages/index/index.nvue index 8edaead..e5ce6e6 100644 --- a/pages/index/index.nvue +++ b/pages/index/index.nvue @@ -115,7 +115,8 @@