Authored by 毕凯

Merge branch 'hotfix/qrcode' into 'gray'

Hotfix/qrcode



See merge request !1318

1.92 KB | W: | H:

2.06 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2 KB | W: | H:

1.92 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.08 KB | W: | H:

2.02 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -46,6 +46,9 @@ class NewQrcode extends Page {
reload() {
this.ajax({
url: '/home/newQrcode/reload',
data: {
app_version: this.qs.app_version
}
}).then(result => {
if (result) {
this.qrText = result;
... ...
... ... @@ -39,7 +39,7 @@ html {
.level {
width: 60px;
height: 25px;
height: 38px;
position: absolute;
bottom: -12px;
left: 20px;
... ...