Browse Source

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

gemercheung 3 năm trước cách đây
mục cha
commit
081a162f8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>