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 @@ + + + + + +