diff --git a/config.js b/config.js index 54022f9..cf933e3 100644 --- a/config.js +++ b/config.js @@ -72,7 +72,12 @@ var config = { // 升级公告更新阅读 updateRead: `${host}/zkMessage/updateFlag`, // 隐私协议 - privacyAgr: `${host}/zkPrivate/findById` + privacyAgr: `${host}/zkPrivate/findById`, + //首页更新弹框 + updatePopup: `${host}/zkMessage/showMessage`, + //首页首次更新弹框 + firstShowPopup: `${host}/zkMessage/firstShow`, + } }; module.exports = config; \ No newline at end of file diff --git a/pages.json b/pages.json index 71fd132..81b63a3 100644 --- a/pages.json +++ b/pages.json @@ -551,28 +551,28 @@ "selectedColor": "#1296db", "borderStyle": "white", "list": [{ - "pagePath": "pages/index/index", - "iconPath": "/static/images/tabBar/home.png", - "selectedIconPath": "/static/images/tabBar/homeActive.png", - "text": "首页" + "pagePath": "pages/index/index" + // "iconPath": "/static/images/tabBar/home.png", + // "selectedIconPath": "/static/images/tabBar/homeActive.png", + // "text": "首页" }, { - "pagePath": "pages/index/customer", - "iconPath": "/static/images/tabBar/customer.png", - "selectedIconPath": "/static/images/tabBar/customerActive.png", - "text": "接待" + "pagePath": "pages/index/customer" + // "iconPath": "/static/images/tabBar/customer.png", + // "selectedIconPath": "/static/images/tabBar/customerActive.png", + // "text": "接待" }, { - "pagePath": "pages/index/learning", - "iconPath": "/static/images/tabBar/voice.png", - "selectedIconPath": "/static/images/tabBar/voiceActive.png", - "text": "学习" + "pagePath": "pages/index/learning" + // "iconPath": "/static/images/tabBar/voice.png", + // "selectedIconPath": "/static/images/tabBar/voiceActive.png", + // "text": "学习" }, { - "pagePath": "pages/index/personal", - "iconPath": "/static/images/tabBar/user.png", - "selectedIconPath": "/static/images/tabBar/userActive.png", - "text": "个人" + "pagePath": "pages/index/personal" + // "iconPath": "/static/images/tabBar/user.png", + // "selectedIconPath": "/static/images/tabBar/userActive.png", + // "text": "个人" } ] }, diff --git a/pages/index/customer.vue b/pages/index/customer.vue index e6195e7..40d6886 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -63,13 +63,19 @@ src="/static/images/add.png" mode=""> +