|
@@ -270,6 +270,9 @@ export default {
|
|
|
offlineClassJoinGradientRewards: false
|
|
|
};
|
|
|
},
|
|
|
+ deactivated () {
|
|
|
+ Object.assign(this.$data, this.$options.data())
|
|
|
+ },
|
|
|
mounted () {
|
|
|
if (this.$route.query.rules) {
|
|
|
this.rules = this.$route.query.rules;
|
|
@@ -415,7 +418,11 @@ export default {
|
|
|
this.unonlineprice = "";
|
|
|
this.onlineClassJoinGradientRewards = false;
|
|
|
this.offlineClassJoinGradientRewards = false;
|
|
|
+ this.attribute1 = ''
|
|
|
+ this.attribute2 = ''
|
|
|
+ this.attribute3 = ''
|
|
|
this.$refs.vipform.resetFields();
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
};
|