From a5b825873529c9a8d6039c3638494019318221c3 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 09 八月 2023 15:44:57 +0800 Subject: [PATCH] no message --- uniapp/pages/mine/mt.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uniapp/pages/mine/mt.vue b/uniapp/pages/mine/mt.vue index d37744d..dc06dd6 100644 --- a/uniapp/pages/mine/mt.vue +++ b/uniapp/pages/mine/mt.vue @@ -129,6 +129,7 @@ this.$u.api.meituanAct({type:this.optionsCurrent}).then(e => { if(e.code != 0)return that.$alert(e.msg) uni.stopPullDownRefresh() + console.log(e) that.mtInfo = e.data.info; that.wxQrcodeUrl = that.mtInfo.we_app_info.miniCode; }).catch(function (err) { -- Gitblit v1.9.3