|
@@ -229,7 +229,6 @@
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import signature from '../components/sign/sign';
|
|
import signature from '../components/sign/sign';
|
|
|
-
|
|
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
|
signature
|
|
signature
|
|
@@ -250,7 +249,6 @@ export default {
|
|
|
userInfo: {
|
|
userInfo: {
|
|
|
auth: true,
|
|
auth: true,
|
|
|
phone: '',
|
|
phone: '',
|
|
|
- // phone: '',
|
|
|
|
|
// memberName: '赵梓熠-测试',
|
|
// memberName: '赵梓熠-测试',
|
|
|
// phonenumber: '18231041846',
|
|
// phonenumber: '18231041846',
|
|
|
smsCode: '',
|
|
smsCode: '',
|
|
@@ -367,6 +365,7 @@ export default {
|
|
|
|
|
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
computed: {
|
|
computed: {
|
|
|
itemObject(num) {
|
|
itemObject(num) {
|
|
|
return (num) => ({
|
|
return (num) => ({
|
|
@@ -561,7 +560,6 @@ export default {
|
|
|
}else {
|
|
}else {
|
|
|
this.getOrderConsumeLogOld();
|
|
this.getOrderConsumeLogOld();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
if (this.currentStep < this.steps.length - 1) {
|
|
if (this.currentStep < this.steps.length - 1) {
|
|
|
this.currentStep++;
|
|
this.currentStep++;
|
|
|
}
|
|
}
|
|
@@ -591,10 +589,12 @@ export default {
|
|
|
url: '/myPages/rechargeRecord/index',
|
|
url: '/myPages/rechargeRecord/index',
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
if (idx == 4) {
|
|
if (idx == 4) {
|
|
|
this.submitOldData();
|
|
this.submitOldData();
|
|
|
this.$refs.popupMigrate.close()
|
|
this.$refs.popupMigrate.close()
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
prevStep() {
|
|
prevStep() {
|
|
|
if (this.currentStep > 0) {
|
|
if (this.currentStep > 0) {
|
|
@@ -611,12 +611,13 @@ export default {
|
|
|
} else if (tab == 'orderTab2') {
|
|
} else if (tab == 'orderTab2') {
|
|
|
this.getOrderConsumeLogOld();
|
|
this.getOrderConsumeLogOld();
|
|
|
}
|
|
}
|
|
|
- this.currentServiceTab = tab;
|
|
|
|
|
- },
|
|
|
|
|
|
|
|
|
|
|
|
+ this.currentServiceTab = tab;
|
|
|
|
|
|
|
|
|
|
+ },
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|