diff --git a/common/config.js b/common/config.js index 854f46a..c6f5aca 100644 --- a/common/config.js +++ b/common/config.js @@ -8,7 +8,7 @@ import RequestManager from '@/common/request.js' let configData = null; let isLoading = false; let loadPromise = null; -const wx_version = "107"; +const wx_version = "108"; // 白名单页面(不需要登录即可访问) export const whiteList = [ diff --git a/pages/user/index.vue b/pages/user/index.vue index 971971c..66224d3 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -335,13 +335,13 @@ export default { icon: 'my/s7.png', path: '/pages/guize/guize?type=4' }, - { - id: 2, - show: true, - title: '换购记录', - icon: 'my/s2.png', - path: '/pages/user/hsjl' - }, + // { + // id: 2, + // show: true, + // title: '换购记录', + // icon: 'my/s2.png', + // path: '/pages/user/hsjl' + // }, // { // id: 8, // show: true,