From 2c095c287031ef764ef983002174f57cb630e5d5 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 24 九月 2024 17:36:30 +0800
Subject: [PATCH] update 细节和订单确认收货(提示支付和确认收货的人,需要同一个openid)

---
 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