From 18d59ca85b2bc9ccac4a90203c3b2486acf3b113 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 12 九月 2024 09:19:55 +0800 Subject: [PATCH] Merge branch 'master-2.0' of http://47.96.225.205:8888/r/hmy_farmer-main 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 8d7bd8b..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">*</view> + <view class="value">{{ '*'}}</view> <view class="label">获赞</view> </view> <view class="form-item"> - <view class="value">*</view> + <view class="value">{{dto.fans || '*'}}</view> <view class="label">粉丝</view> </view> <!-- <view class="form-item"> -- Gitblit v1.9.3