Ver código fonte

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

gemercheung 3 anos atrás
pai
commit
081a162f8b
1 arquivos alterados com 1 adições e 1 exclusões
  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>