This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
boxB
Watch
7
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【更新二维码测试2】
master
GL
4 years ago
parent
f39c5169f2
commit
8b445cdf7e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
20
0,
width:
15
0,
height: 150,
height: 150,
colorDark: '#000000',
colorDark: '#000000',
colorLight: '#ffffff',
colorLight: '#ffffff',
Write
Preview
Loading…
Cancel
Save