From 684cc1f6c7cd06f911e50538d4954676ef405895 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 11 九月 2024 14:25:13 +0800
Subject: [PATCH] 1
---
sub_pages/customer/shop/shop.vue | 4 ++--
sub_pages/customer/shopping/confirm.vue | 2 +-
2 files changed, 3 insertions(+), 3 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">
diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue
index e97c9b9..68206fb 100644
--- a/sub_pages/customer/shopping/confirm.vue
+++ b/sub_pages/customer/shopping/confirm.vue
@@ -220,7 +220,7 @@
var goodsRecordIds = []
if (this.dto.goodsRecordIdListStr) {
for (var t of this.cache_goods) {
- t.push(t.goodsId)
+ t.push(t.id)
}
}
--
Gitblit v1.9.3