Feat:接口对接

This commit is contained in:
lifizer
2023-11-20 15:54:00 +08:00
parent 4652b6706a
commit a3ac5a2506
24 changed files with 2305 additions and 152 deletions
+2 -2
View File
@@ -38,10 +38,10 @@
<text>{{ item.storeName }}</text>
</view>
<view class="info-line flex jc-between ai-center">
<text>产地:{{ item.origin || "" }}</text>
<!-- <text>产地:{{ item.origin || "" }}</text>-->
<!-- <text>单位:{{ item.unitName || "" }}</text>-->
</view>
<view class="info-line" style="margin-top: 4rpx">规格:{{ item.storeInfo || "" }}</view>
<!-- <view class="info-line" style="margin-top: 4rpx">规格:{{ item.storeInfo || "" }}</view>-->
<view class="price-line">{{ item.price }}</view>
</view>