@@ -92,7 +92,14 @@ export default {
components: {
vueQrcode
},
- mounted() {},
+ watch: {
+ info() {
+ this.$nextTick(() => {
+ this.getImgBase64(this.banners, 'detailImg');
+ this.getImgBase64(this.info.minterAvatar, 'userImg');
+ });
+ }
+ },
methods: {
init() {
this.show = true;