diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 32db7d6..d70b255 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -58,7 +58,7 @@ > @@ -94,7 +94,7 @@ @@ -174,13 +174,13 @@ export default { // 所有菜单的按钮 AllMenuList: [{ name: '商户平台', - icon: 'spgl.png', + icon: '/static/applet/SHOP_APP.png', data: '/pages/moreProject/moreProject', type: 2, }, { name: '供销平台', - icon: 'shsz.png', + icon: '/static/applet/GX_APP.png', data: '__UNI__B5B1EDD', type: 1, }, @@ -599,8 +599,8 @@ export default { // margin: 0 0 33.33rpx 33.33rpx !important; .icon_img { - width: 63.16rpx; - height: 63.16rpx; + width: 83.16rpx; + height: 83.16rpx; } .icon { diff --git a/static/applet/GX_APP.png b/static/applet/GX_APP.png new file mode 100644 index 0000000..a9363c3 Binary files /dev/null and b/static/applet/GX_APP.png differ diff --git a/static/applet/SHOP_APP.png b/static/applet/SHOP_APP.png new file mode 100644 index 0000000..ad9119f Binary files /dev/null and b/static/applet/SHOP_APP.png differ