From 90ef820cdc18a108b67aef0c7d6c3fa1e8ecb3f7 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期四, 01 六月 2023 11:24:38 +0800 Subject: [PATCH] Merge branch 'master' of http://60.204.153.149:8081/r/dfgApp --- 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