This commit is contained in:
2023-08-19 21:37:22 +08:00
parent 61f840059b
commit 8b5de95140
16 changed files with 749 additions and 518 deletions

View File

@@ -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'
},
{