Procházet zdrojové kódy

【更新二维码1】

master
GL před 4 roky
rodič
revize
f39c5169f2
1 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. +6
    -5
      src/views/navigation/consume/memberGathering.vue

+ 6
- 5
src/views/navigation/consume/memberGathering.vue Zobrazit soubor

@@ -41,8 +41,8 @@ export default {
var qrcode = new QRCode(this.$refs.RqCode, {
text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容
width: 250,
height: 200,
width: 200,
height: 150,
colorDark: '#000000',
colorLight: '#ffffff',
correctLevel: QRCode.CorrectLevel.H
@@ -93,9 +93,10 @@ export default {
color: rgba(51, 51, 51, 1);
}
.Rq {
width: 5rem;
height: 4rem;
margin: 1rem auto;
width: 4rem;
height: 3rem;
margin: auto;
margin-top: 0.5rem;
}
.record {
width: 94%;


Načítá se…
Zrušit
Uložit