From 3d90d9a71858bea619944ce081632581f0f93644 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 11 九月 2024 18:04:35 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master-2.0' into master-2.0 --- sub_pages/customer/shop/shop.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue index ba8332c..17671c8 100644 --- a/sub_pages/customer/shop/shop.vue +++ b/sub_pages/customer/shop/shop.vue @@ -34,11 +34,11 @@ <view class="label">发布</view> </view> <view class="form-item"> - <view class="value">0</view> + <view class="value">{{ '*'}}</view> <view class="label">获赞</view> </view> <view class="form-item"> - <view class="value">{{dto.fans || '0'}}</view> + <view class="value">{{dto.fans || '*'}}</view> <view class="label">粉丝</view> </view> <!-- <view class="form-item"> -- Gitblit v1.9.3