diff --git a/App.vue b/App.vue index 87cb497..9e4a0fe 100644 --- a/App.vue +++ b/App.vue @@ -77,6 +77,7 @@ this.globalData.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px'; this.globalData.uid = this.$store.state.app.uid; + // #ifdef APP-PLUS //监听uni小程序发送的事件 mp.onUniMPEventReceive(ret => { console.log('小程序事件: ', ret); @@ -86,6 +87,7 @@ }); } }); + // #endif let that = this; // #ifdef MP diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 121c690..992c8b3 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -106,7 +106,9 @@ import { getDiy } from '@/api/api.js'; + // #ifdef APP-PLUS import uniMP from '@/utils/uniMP.js'; + // #endif export default { components: { @@ -135,13 +137,13 @@ // 所有菜单的按钮 AllMenuList: [{ name: '商户平台', - icon: 'static/applet/shop_app.png', + icon: '/static/applet/shop_app.png', data: '/pages/moreProject/moreProject', type: 2, }, { name: '供销平台', - icon: 'static/applet/gx_app.png', + icon: '/static/applet/gx_app.png', data: '__UNI__B5B1EDD', type: 1, },