From 03934c7254ada26293e7943387dfe8ec0c7c0ed7 Mon Sep 17 00:00:00 2001 From: Eratosici Date: Tue, 7 Dec 2021 15:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=BB=84=E6=8E=92=E5=BA=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4uni/pages/prod/prod.vue | 2 ++ mall4v/src/views/modules/prod/prodTag-add-or-update.vue | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mall4uni/pages/prod/prod.vue b/mall4uni/pages/prod/prod.vue index 19795f7..ce024ad 100644 --- a/mall4uni/pages/prod/prod.vue +++ b/mall4uni/pages/prod/prod.vue @@ -405,6 +405,7 @@ export default { }, callBack: res => { + console.log('res:', res) if (!res) { uni.hideLoading() uni.showModal({ @@ -417,6 +418,7 @@ export default { uni.navigateBack() } }); + return } //console.log(res); var imgStrs = res.imgs; diff --git a/mall4v/src/views/modules/prod/prodTag-add-or-update.vue b/mall4v/src/views/modules/prod/prodTag-add-or-update.vue index c14569c..d61bd9a 100644 --- a/mall4v/src/views/modules/prod/prodTag-add-or-update.vue +++ b/mall4v/src/views/modules/prod/prodTag-add-or-update.vue @@ -32,7 +32,11 @@ - + +