Commit 57def6c9 by 陈超

A

parent 0f8bc1dd
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
this.saving = true this.saving = true
checkCancel() checkCancel()
.then(r => { .then(r => {
let z = this.zmRes(r) let z = r.data.data
if(z == 0) { if(z == 0) {
this.canCancel = true this.canCancel = true
return this.needConfirm("店铺注销后,不能再登录店铺端,如果再使用,需要重新申请及添加商品等。是否确认注销店铺?") return this.needConfirm("店铺注销后,不能再登录店铺端,如果再使用,需要重新申请及添加商品等。是否确认注销店铺?")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment