jiangping
2024-08-01 d3125bc004a3680e28f13f82ad3af6f530718b23
wechat_jiaxuan/pages/homeId/index.wxml
@@ -17,7 +17,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 || 0 }}</text>
          <text>{{ math.formarCount(item.viewCount) }}</text>
        </view>
      </view>
    </view>
@@ -25,4 +25,5 @@
      <image class="default_empty" src="../../static/images/default_empty.png"></image>
    </view>
  </view>
</view>
</view>
<wxs module="math" src="../../utils/math.wxs"></wxs>