From 0b9141c17270d83b05d8b51139989644a4b84763 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 12 九月 2024 11:34:31 +0800 Subject: [PATCH] update 会员积分相关的优化 --- 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 17671c8..14f0a17 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">{{ '*'}}</view> + <view class="value">{{ '0'}}</view> <view class="label">获赞</view> </view> <view class="form-item"> - <view class="value">{{dto.fans || '*'}}</view> + <view class="value">{{dto.fans || '0'}}</view> <view class="label">粉丝</view> </view> <!-- <view class="form-item"> -- Gitblit v1.9.3