Skip to content

Commit

Permalink
update qrcode text
Browse files Browse the repository at this point in the history
  • Loading branch information
B1397KB committed Dec 30, 2024
1 parent 733d823 commit 12941c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/views/DetailApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<Card dis-hover class="detail-app">
<div class="mobile-hide" align="center">
<vue-qr :text="'{id: '+ $route.params.ouid + '}'" :size="250"></vue-qr>
<vue-qr :text="'bfban://app/player?id=' + $route.params.ouid" :size="250"></vue-qr>

<div class="qrcode" ref="qrCodeUrl"></div>

Expand Down
2 changes: 1 addition & 1 deletion front/src/views/Space.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</Col>
<Divider type="vertical"/>
<Col>
<vue-qr :text="url" :size="60" :margin="3" v-if="url"></vue-qr>
<vue-qr :text="'bfban://app/account?id=' + $route.params.uId" :size="60" :margin="3" v-if="$route.params.uId"></vue-qr>
</Col>
</Row>
</Col>
Expand Down

0 comments on commit 12941c8

Please sign in to comment.