更新
This commit is contained in:
parent
8fd43a90f5
commit
8d09d6277c
@ -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
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
BIN
static/applet/SHOP_APP.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 KiB |
Loading…
x
Reference in New Issue
Block a user