This commit is contained in:
weipengfei 2023-09-05 10:26:42 +08:00
parent 8fd43a90f5
commit 8d09d6277c
3 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@
>
<image
class="icon_img"
:src="`${prefix}${item.icon}`"
:src="item.icon"
mode="aspectFit"
>
</image>
@ -94,7 +94,7 @@
<view class="examine" @click="pushMenu(item)">
<image
class="icon_img"
:src="`${prefix}${item.icon}`"
:src="item.icon"
mode="aspectFit"
>
</image>
@ -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 {

BIN
static/applet/GX_APP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

BIN
static/applet/SHOP_APP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB