瀏覽代碼

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>