consumer模块完成度95%,优化安卓端界面和小程序测试
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<view class="shop-header" @click="goToShop">
|
||||
<text class="shop-icon">🏪</text>
|
||||
<text class="shop-name">{{ shopName }}</text>
|
||||
<text class="arrow-right">></text>
|
||||
<text class="arrow-right">›</text>
|
||||
</view>
|
||||
<view v-for="item in orderItems" :key="item.id" class="product-item" @click="goToProduct(item.product_id)">
|
||||
<image :src="item.image_url != null && item.image_url != '' ? item.image_url : '/static/default-product.png'" class="product-image" mode="aspectFill"/>
|
||||
|
||||
Reference in New Issue
Block a user