mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 02:15:54 +08:00
所有页面res.code替换为res.success
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<span v-if="storeDisable == 'OPEN'">申请已通过,请联系管理员</span>
|
||||
<span v-if="storeDisable == 'CLOSED'">店铺已关闭,重申请联系管理员</span>
|
||||
</div>
|
||||
<Button v-if="currentIndex == 3" @click="currentIndex = 2">返回</Button>
|
||||
<Button v-if="currentIndex == 3" @click="$router.push('/')">返回</Button>
|
||||
</div>
|
||||
|
||||
<Modal
|
||||
|
||||
Reference in New Issue
Block a user