@@ -84,6 +84,7 @@ export default {
try {
const res = await this.$axios.$post('/activity/game/rentNo/receiverGameRentNoCode', { userName: this.$auth.user.username }, { headers: { Authorization: this.token } });
this.code = res.data
+ this.gameRentNoCodeInfo();
this.showResult = true;
} catch (err) {
Toast({