所有页面res.code替换为res.success

This commit is contained in:
mabo
2021-05-17 16:04:36 +08:00
parent a4f2fc1381
commit eeb2e94d52
49 changed files with 82 additions and 84 deletions

View File

@@ -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