@@ -278,6 +278,10 @@ export default {
this.list = list;
this.$toast.clear();
});
+ this.emitter.on('refreash', () => {
+ this.page = 0;
+ this.getList();
+ });
if (this.isLogin) {
this.$http
.post(
@@ -589,6 +589,9 @@ export default {
forbidClick: true
this.$http.get('/asset/get/' + this.$route.query.id).then(res => {
+ if (res.status == 'GIFTED' || res.status === 'TRANSFERRED') {
+ this.emitter.emit('refreash');
+ }
this.info = res;
if (res.orderId) {