From 832569c7d5fd7660161c9801bb59950186ed0858 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Mon, 6 Sep 2021 17:26:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=A7=AF=E5=88=86=E5=95=86?=
=?UTF-8?q?=E5=9F=8E=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/lf-code/lf-barcode.vue | 1 +
components/lf-code/lf-qrcode.vue | 1 +
pages.json | 7 +
pages/point/shoppingMall/shoppingMall.vue | 279 ++++++++++++++++++++++
4 files changed, 288 insertions(+)
create mode 100644 pages/point/shoppingMall/shoppingMall.vue
diff --git a/components/lf-code/lf-barcode.vue b/components/lf-code/lf-barcode.vue
index 3b68bd9..3552469 100644
--- a/components/lf-code/lf-barcode.vue
+++ b/components/lf-code/lf-barcode.vue
@@ -34,6 +34,7 @@
}
},
created() {
+ // https://ext.dcloud.net.cn/plugin?id=4662
this.height = this.options.height + 'rpx';
this.width = this.options.width + 'rpx';
this.SpecialTreatment(this.options)
diff --git a/components/lf-code/lf-qrcode.vue b/components/lf-code/lf-qrcode.vue
index f5ec7c7..621163d 100644
--- a/components/lf-code/lf-qrcode.vue
+++ b/components/lf-code/lf-qrcode.vue
@@ -33,6 +33,7 @@
}
},
created() {
+ // https://ext.dcloud.net.cn/plugin?id=4662
this.size = this.options.size + 'rpx';
this.SpecialTreatment(this.options)
this.$nextTick(()=>{
diff --git a/pages.json b/pages.json
index 48797d8..3725ee9 100644
--- a/pages.json
+++ b/pages.json
@@ -797,6 +797,13 @@
"navigationBarTitleText": "会员码",
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "pages/point/shoppingMall/shoppingMall",
+ "style" : {
+ "navigationBarTitleText": "积分商城",
+ "navigationStyle": "custom"
+ }
}
],
"globalStyle": {
diff --git a/pages/point/shoppingMall/shoppingMall.vue b/pages/point/shoppingMall/shoppingMall.vue
new file mode 100644
index 0000000..8cd0333
--- /dev/null
+++ b/pages/point/shoppingMall/shoppingMall.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+