소스 검색

工具显示价格修改 列表不跳转详情

xiaohaizhao 2 년 전
부모
커밋
3c0bad435f
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      packageA/tool/modules/list/index.wxml

+ 3 - 2
packageA/tool/modules/list/index.wxml

@@ -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>