From 802501cb668f2962c0daab7ecbd1489844284b77 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 26 五月 2023 16:38:49 +0800 Subject: [PATCH] no message --- uniapp/pages/mine/elm.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/uniapp/pages/mine/elm.vue b/uniapp/pages/mine/elm.vue index 4067870..f851081 100644 --- a/uniapp/pages/mine/elm.vue +++ b/uniapp/pages/mine/elm.vue @@ -49,12 +49,12 @@ <image class="miniCodeImg" :src="wxQrcodeUrl" mode="aspectFit"></image> <view class="getBtn-container rowCenCen" @tap="jumpMini()"> - <view>棰嗙孩鍖呯偣澶栧崠鈶�</view> + <view>棰嗙孩鍖呯偣澶栧崠</view> </view> - <view class="getBtn-container rowCenCen" @tap="jumpShangJinMini()"> + <!-- <view class="getBtn-container rowCenCen" @tap="jumpShangJinMini()"> <view>棰嗗姞椁愮孩鍖呪憽</view> - </view> + </view> --> </view> </view> @@ -195,6 +195,7 @@ var that = this; this.$u.api.eleShangjin({}).then(e => { if(e.code != 0) return that.$alert(e.msg) + console.log(e) uni.hideLoading() uni.stopPullDownRefresh() var res = e.data; -- Gitblit v1.9.3