jiangping
2024-08-01 d3125bc004a3680e28f13f82ad3af6f530718b23
wechat_jiaxuan/pages/productVideo/index.wxml
@@ -25,7 +25,7 @@
        <view>{{ item.publishDt }}</view>
        <view class="df_sb">
          <image class="liulan" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image>
          <text>{{ item.viewCount }}</text>
          <text>{{ math.formarCount(item.viewCount) }}</text>
        </view>
      </view>
    </view>
@@ -39,4 +39,5 @@
      </view> 
  </view > -->
  <videoPlay class='videoPlay' /> 
</view>
</view>
<wxs module="math" src="../../utils/math.wxs"></wxs>