i
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
@click.stop="toGoodDetails(item.gid as number)"
|
||||
>
|
||||
<image
|
||||
:src="item.cover"
|
||||
:src="(item.cover as string)"
|
||||
/>
|
||||
<view class="good-text-box">
|
||||
<text class="good-text"
|
||||
@@ -52,7 +52,7 @@
|
||||
<text style="font-size: 20px">{{ item.number }}</text>
|
||||
积分
|
||||
</text>
|
||||
<Cart size="20" color="#ff0000" @click.stop="add_cart(item.gid)"/>
|
||||
<Cart size="20" color="#ff0000" @click.stop="add_cart(item.gid as number)"/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -99,7 +99,7 @@ const userMenuList = ref([
|
||||
{
|
||||
id: 2,
|
||||
label: '活动商品',
|
||||
url: '',
|
||||
url: '/pages/hotGoods/index/index',
|
||||
icon: 'http://jdt168.com/uploads/def/20230509/d59e7fcb65a88bc56694dae4f9d21b51.png'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user