|
@@ -1,4 +1,5 @@
|
|
|
-<navigator class="product" url="/packageA/market/detail?id={{item.sa_itemgroupid}}&itemno={{item.itemno}}&istool=1" wx:for="{{list}}" wx:key="index">
|
|
|
+<!-- /packageA/market/detail?id={{item.sa_itemgroupid}}&itemno={{item.itemno}}&istool=1 -->
|
|
|
+<navigator class="product" url="#" wx:for="{{list}}" wx:key="index">
|
|
|
<view class="image-box">
|
|
|
<van-image width="100%" wx:if="{{item.attinfos[0]}}" height="100%" fit="cover" src="{{item.attinfos[0].subfiles[0].url}}" use-loading-slot use-error-slot lazy-load>
|
|
|
<van-loading slot="loading" type="spinner" size="20" vertical />
|
|
@@ -19,7 +20,7 @@
|
|
|
</view>
|
|
|
<view class="price">
|
|
|
<view>
|
|
|
- ¥ {{item.gradeprice}}
|
|
|
+ ¥ {{item.marketprice}}
|
|
|
</view>
|
|
|
<text>× {{item.unitname}}</text>
|
|
|
</view>
|