فهرست منبع

feat(storeView):换字段pvNum --> viewCount

gemercheung 3 سال پیش
والد
کامیت
081a162f8b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      component/storeItem/storeItem.wxml

+ 1 - 1
component/storeItem/storeItem.wxml

@@ -10,6 +10,6 @@
   </view>
 
   <view class="storeView">
-    {{storeItem.pvTotalNum}} 人浏览过
+    {{storeItem.viewCount}} 人浏览过
   </view>
 </view>