mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
店铺入驻没有回显问题
This commit is contained in:
@@ -123,9 +123,7 @@ export default {
|
||||
this.thirdData[e] = data[e];
|
||||
});
|
||||
|
||||
if (this.storeDisable === 'APPLY') {
|
||||
this.currentIndex = 0;
|
||||
} else {
|
||||
if (this.storeDisable !== 'APPLY') {
|
||||
this.currentIndex = 3;
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
@@ -139,6 +137,7 @@ export default {
|
||||
// 下一步
|
||||
nextPage (step) {
|
||||
this.currentIndex = step;
|
||||
this.getData()
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user