From 0d697c04a6b6163af9f309b6fa3cafa07623af30 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Thu, 18 Jan 2024 10:47:15 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=88=91=E7=9A=84=E8=B4=AD=E7=89=A9=E8=BD=A6?=
=?UTF-8?q?=E4=BC=98=E5=8C=96=202024.1.17=20sws?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 8 +-
components/cart/cart.vue | 251 ++++++++++++++++++++-------------------
2 files changed, 130 insertions(+), 129 deletions(-)
diff --git a/App.vue b/App.vue
index 4480139d..0542ca65 100644
--- a/App.vue
+++ b/App.vue
@@ -7,14 +7,14 @@
data: {
// 基础配置
// 数据接口请求地址
- // request_url: 'https://new.shopxo.vip/',
+ request_url: 'https://d1.shopxo.vip/',
// request_url: 'https://xiaotao8888.com/',
- request_url: 'http://shopxo.com/',
+ // request_url: 'http://shopxo.com/',
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
- // static_url: 'https://new.shopxo.vip/',
+ static_url: 'https://d1.shopxo.vip/',
// static_url: 'https://xiaotao8888.com/',
- static_url: 'http://shopxo.com/',
+ // static_url: 'http://shopxo.com/',
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
system_type: 'default',
diff --git a/components/cart/cart.vue b/components/cart/cart.vue
index b298febb..be04ef70 100644
--- a/components/cart/cart.vue
+++ b/components/cart/cart.vue
@@ -125,64 +125,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.del') }}
+ {{ $t('cart.cart.pxjwv8') }}
+
+
+
+ {{ $t('buy.buy.wx78ju') }}
+
+ {{ buy_currency_symbol }}
+ {{ total_price }}
+
+
+
+
+
+ {{ $t('cart.cart.3kr74b') }}{{ buy_currency_symbol }}{{ preferential_price }}
+
+
+
+ {{ $t('cart.cart.n76213') }}{{ buy_currency_symbol }}{{ increase_price }}
+
+
+ {{ $t('cart.cart.4tbj4s') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.error_msg }}
+
+
+
+ {{ currency_symbol }}{{ item.price }}
+ x{{ item.stock }}
+
+
+
+
+
+
+
+ {{ $t('buy.buy.g2vt78') }}{{ total_num }}{{ $t('cart.cart.miti3i') }}
+
+
+
+
+
+
+ {{ $t('cart.cart.t41i4x') }}
+ {{ buy_currency_symbol }}{{ all_total_price }}
+
+
+
+ {{ $t('cart.cart.9s0l57') }}
+ {{ buy_currency_symbol }}{{ preferential_price }}
+
+
+
+
+
+ {{ $t('cart.cart.qh35gz') }}
+ {{ buy_currency_symbol }}{{ increase_price }}
+
+
+
+
+
+ {{ item.name }}
+ {{ item.tips }}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.del') }}
- {{ $t('cart.cart.pxjwv8') }}
-
-
-
- {{ $t('buy.buy.wx78ju') }}
-
- {{ buy_currency_symbol }}
- {{ total_price }}
-
-
-
-
-
- {{ $t('cart.cart.3kr74b') }}{{ buy_currency_symbol }}{{ preferential_price }}
-
-
-
- {{ $t('cart.cart.n76213') }}{{ buy_currency_symbol }}{{ increase_price }}
-
-
- {{ $t('cart.cart.4tbj4s') }}
-
-
-
-
-
-
-
-
-
@@ -224,78 +297,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.error_msg }}
-
-
-
- {{ currency_symbol }}{{ item.price }}
- x{{ item.stock }}
-
-
-
-
-
-
-
- {{ $t('buy.buy.g2vt78') }}{{ total_num }}{{ $t('cart.cart.miti3i') }}
-
-
-
-
-
-
- {{ $t('cart.cart.t41i4x') }}
- {{ buy_currency_symbol }}{{ all_total_price }}
-
-
-
- {{ $t('cart.cart.9s0l57') }}
- {{ buy_currency_symbol }}{{ preferential_price }}
-
-
-
-
-
- {{ $t('cart.cart.qh35gz') }}
- {{ buy_currency_symbol }}{{ increase_price }}
-
-
-
-
-
- {{ item.name }}
- {{ item.tips }}
-
-
-
-
-