From 1e2cca44dd7b4cc30f60435d22bc58574f2fd4f0 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 12 九月 2024 10:38:04 +0800 Subject: [PATCH] update 样式等、积分信息、合伙人注册 --- sub_pages/customer/shop/shop.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue index 17671c8..f57a236 100644 --- a/sub_pages/customer/shop/shop.vue +++ b/sub_pages/customer/shop/shop.vue @@ -38,7 +38,7 @@ <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