diff --git a/pages/index/Addrc.vue b/pages/index/Addrc.vue index 2ecc853..e44faba 100644 --- a/pages/index/Addrc.vue +++ b/pages/index/Addrc.vue @@ -60,7 +60,7 @@ } }) console.log(res); - if (res.code == 200) { + if (res.code == 0) { uni.showToast({ title: '提亀成功' })