From 4bfb4c2d1a70dea05a1e23a3cb2907abf1daf48b Mon Sep 17 00:00:00 2001 From: yanran200830 Date: Wed, 30 Oct 2024 17:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=BC=B9=E7=AA=97=E5=92=8C=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LablesMember.vue | 287 ++++++++++++++++++++++++-------- src/components/print/Print.vue | 13 +- src/store/index.js | 19 ++- src/view/lables/AddTemplate.vue | 8 +- src/view/lables/Print.vue | 29 +--- 5 files changed, 250 insertions(+), 106 deletions(-) diff --git a/src/components/LablesMember.vue b/src/components/LablesMember.vue index 763d536..26c618f 100644 --- a/src/components/LablesMember.vue +++ b/src/components/LablesMember.vue @@ -8,65 +8,128 @@
-

用户:嫣然

- 正式版 +

用户:{{ $store.state.userInfo.name }}

+
-

开通SVIP,享黑胶VIP、数字专辑、有声书等特权

+

会员中心

-
+
-
+
金币充值
-
+
基础功能
-
+
高级功能
-
-
-

{{ price.remark }}

-
- ¥ - {{ price.price }} +
+
金币充值
+
+ + + + + + + + + + + +
+
+
+
基础功能
+
+
+

{{ price.remark }}

+
+ ¥ + {{ price.price }} +
+
+ ¥ + {{ price.originPrice }} +
+

{{ price.coin }}金币

-
- ¥ - {{ price.originPrice }} +
+
+
+
标签合成
+
+
+

{{ price.remark }}

+
+ ¥ + {{ price.price }} +
+
+ ¥ + {{ price.originPrice }} +
+

{{ price.coin }}条/每年

-
-
- ¥ - 88 +
支付方式
+
+
+
+ +
+
+ + + + 微信支付 +
-
- - +
+
+ ¥ + {{ currGoods.price || '' }} +
+
+ 取消支付 + 我已支付 +
-
- - - - 微信支付 +
+
+
-
- 取消支付 - 我已支付 +
+
+ 确定 +
@@ -76,9 +139,19 @@