Browse Source

【更新二维码测试2】

master
GL 4 years ago
parent
commit
8b445cdf7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/navigation/consume/memberGathering.vue

+ 1
- 1
src/views/navigation/consume/memberGathering.vue View File

@@ -41,7 +41,7 @@ export default {
var qrcode = new QRCode(this.$refs.RqCode, { var qrcode = new QRCode(this.$refs.RqCode, {
text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容
width: 200,
width: 150,
height: 150, height: 150,
colorDark: '#000000', colorDark: '#000000',
colorLight: '#ffffff', colorLight: '#ffffff',


Loading…
Cancel
Save