From 85baeb8d7945da5c17c5eb34fadd7f5e89358325 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Sun, 8 Oct 2023 15:48:44 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/cart/cart.vue | 1678 ++++++++++++++--------------
components/payment/payment.vue | 6 +-
components/user-base/user-base.vue | 2 +-
3 files changed, 839 insertions(+), 847 deletions(-)
diff --git a/components/cart/cart.vue b/components/cart/cart.vue
index 03f81060..23dd6bea 100644
--- a/components/cart/cart.vue
+++ b/components/cart/cart.vue
@@ -64,7 +64,7 @@
- {{ data_list_loding_msg || "购物车空空如也" }}
+ {{ data_list_loding_msg || '购物车空空如也' }}
@@ -75,23 +75,13 @@
-
-
-
猜你喜欢
-
+
+
@@ -135,915 +125,917 @@
+
+
diff --git a/components/payment/payment.vue b/components/payment/payment.vue
index 36efee31..e75d0e74 100644
--- a/components/payment/payment.vue
+++ b/components/payment/payment.vue
@@ -22,7 +22,7 @@
付款详情
-
+
{{ currency_symbol }}
@@ -319,7 +319,7 @@
},
});
} else {
- app.globalData.showToast('支付组件借口不能为空');
+ app.globalData.showToast('支付组件接口不能为空');
}
},
// 快手小程序
@@ -390,7 +390,7 @@
msg: '支付成功后、请不要重复支付、如果订单状态未成功请联系客服处理',
is_show_cancel: 0,
});
- // 支付借口调用成功,但是不知道是否支付成功,所以需要重新获取列表数据
+ // 支付接口调用成功,但是不知道是否支付成功,所以需要重新获取列表数据
this.$emit('reset-event');
},
fail: function (res) {
diff --git a/components/user-base/user-base.vue b/components/user-base/user-base.vue
index 890a96a5..f4e47445 100644
--- a/components/user-base/user-base.vue
+++ b/components/user-base/user-base.vue
@@ -43,7 +43,7 @@
application_client_type: app.globalData.application_client_type(),
default_avatar: app.globalData.data.default_user_head_src,
cache_key: app.globalData.data.cache_user_base_personal_interval_time_key,
- popup_status: true,
+ popup_status: false,
user: {},
user_avatar: '',
nickname: '',