lll
liukangdong
2024-08-01 e6e0218a1abd7395d00ade401c6ea6a02e7c3ece
wechat_staff/pages/consult/consult.wxml
@@ -34,7 +34,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>{{ format.formarCount(item.viewCount) }}</text>
        </view>
      </view>
    </view>
@@ -42,4 +42,5 @@
      <image class="default_empty" src="../../static/images/default_empty.png"></image>
    </view>
  </view>
</view>
</view>
<wxs module="format" src="../../utils/format.wxs"></wxs>