提交 603a9ee0 编写于 作者: 张磊's avatar 张磊

save

上级 3b6d5152
...@@ -1896,9 +1896,9 @@ export default { ...@@ -1896,9 +1896,9 @@ export default {
completeWholeForm() { completeWholeForm() {
let flag = this.submitForm(); let flag = this.submitForm();
if (flag && this.certifyStatus == 3) { if (flag && this.certifyStatus == 3) {
this.$confirm('确定要删除这条地址信息么?', '提示', { this.$confirm('您的店铺已经审核通过,重新提交后需要重新审核。', '确认重新提交店铺信息吗?', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '取消',
type: 'error' type: 'error'
}).then(() => { }).then(() => {
this.formData.storeType = Number(this.formData.storeType); this.formData.storeType = Number(this.formData.storeType);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册