From fc9bd6378d3bfbde6d5c71535757a3d44de8d8ff Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 20 七月 2023 15:18:06 +0800
Subject: [PATCH] Merge branch 'feature/1.1.4开发' into develop

---
 uniapp/pages/mine/mt.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/uniapp/pages/mine/mt.vue b/uniapp/pages/mine/mt.vue
index a8e5b9b..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) {
@@ -252,7 +253,7 @@
 
 		.options-bar-content {
 			width: 100%;
-			margin-top: 168rpx;
+			margin-top: 198rpx;
 			.center-container {
                 position: relative;
 				width: 240rpx;

--
Gitblit v1.9.3