|
@@ -556,7 +556,12 @@ export default {
|
|
|
if (this.isSelect === true) {
|
|
if (this.isSelect === true) {
|
|
|
this.$refs.popup.close()
|
|
this.$refs.popup.close()
|
|
|
// this.getOldMember();
|
|
// this.getOldMember();
|
|
|
- this.getOrderRechargeOldList()
|
|
|
|
|
|
|
+ if (this.currentServiceTab == 'orderTab1'){
|
|
|
|
|
+ this.getOrderRechargeOldList()
|
|
|
|
|
+ }else {
|
|
|
|
|
+ this.getOrderConsumeLogOld();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if (this.currentStep < this.steps.length - 1) {
|
|
if (this.currentStep < this.steps.length - 1) {
|
|
|
this.currentStep++;
|
|
this.currentStep++;
|
|
|
}
|
|
}
|