代码提交
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
>
|
||||
<view class="goods-list-model-label">{{ data.attrInfo.sku }}</view>
|
||||
<view class="goods-list-model-action icon">
|
||||
<image src="https://b2c-pro-static-dev.zkthink.com/static/images/down.png" />
|
||||
<image :src="goodsArrowsIcon" />
|
||||
</view>
|
||||
</div>
|
||||
</view>
|
||||
@ -137,6 +137,7 @@
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { useRouter } from "@/hooks/useRouter";
|
||||
import { goodsArrowsIcon } from "@/utils/images";
|
||||
|
||||
const props = defineProps(['data', 'min', 'groupNum', 'original', 'stock', 'primary', 'card', 'list', 'buyProgress', 'quantity', 'selectModel', 'model', 'purchase', 'link', 'fill', 'round','price'])
|
||||
|
||||
|
Reference in New Issue
Block a user