From d3125bc004a3680e28f13f82ad3af6f530718b23 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 01 八月 2024 18:24:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/consult/consult.wxml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/consult/consult.wxml b/wechat_staff/pages/consult/consult.wxml
index fd5ed45..287470e 100644
--- a/wechat_staff/pages/consult/consult.wxml
+++ b/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>
\ No newline at end of file
+</view>
+<wxs module="format" src="../../utils/format.wxs"></wxs>
\ No newline at end of file

--
Gitblit v1.9.3