Commit e022905a authored by 罗林杰's avatar 罗林杰

修改bug

parent f0b5b5c5
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</view> </view>
</view> </view>
</view> </view>
<ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" confirmName="认证" @confirm="confirm"></ELM>
</view> </view>
</template> </template>
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
</view> </view>
<ELM ref="elm" :msg="tipMsg" :isCancel="false" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isCancel="false" :isConfirm="isConfirm" @confirm="confirm"></ELM>
<ELM ref="elmCoin" :msg="tipMsg" :isConfirm="isCoinConfirm" @confirm="coinConfirm"></ELM> <ELM ref="elmCoin" :msg="tipMsg" :isConfirm="isCoinConfirm" confirmName="充值" @confirm="coinConfirm"></ELM>
<ELM ref="elmLike" :msg="tipMsg" :isConfirm="isLikeConfirm" @confirm="likeConfirm"></ELM> <ELM ref="elmLike" :msg="tipMsg" :isConfirm="isLikeConfirm" @confirm="likeConfirm"></ELM>
</view> </view>
</template> </template>
...@@ -496,6 +496,10 @@ ...@@ -496,6 +496,10 @@
setTimeout(() => { setTimeout(() => {
this.showAnima = false; this.showAnima = false;
}, 500) }, 500)
} else if (res.data.code == 1003) {
this.isCoinConfirm = true;
this.tipMsg = res.data.message;
this.$refs.elmCoin.showDialog();
} else { } else {
uni.showToast({ uni.showToast({
title: res.data.message, title: res.data.message,
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view class="auth-item"> <view class="auth-item">
<image class="auth-img" :src="baseUrl+'/user/sfauth.png'"></image> <image class="auth-img" :src="baseUrl+'/user/sfauth.png'"></image>
<view class="auth-con"> <view class="auth-con">
<view class="auth-con-1">身份认证</view> <view class="auth-con-1">实名认证</view>
<view class="auth-con-2" style="color: #4093fa" v-if="userInfo.memRealAuthen=='1'">已认证</view> <view class="auth-con-2" style="color: #4093fa" v-if="userInfo.memRealAuthen=='1'">已认证</view>
<view class="auth-con-2" v-else>未认证</view> <view class="auth-con-2" v-else>未认证</view>
</view> </view>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<ELM ref="elm" :msg="tipMsg" :isCancel="false" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isCancel="false" :isConfirm="isConfirm" @confirm="confirm"></ELM>
<ELM ref="elmShowApply" :msg='tipMsg' :isConfirm="showApply" cancelName="拒绝" confirmName="接受" @confirm="acceptPayConfirm" @cancel="refuse"></ELM> <ELM ref="elmShowApply" :msg='tipMsg' :isConfirm="showApply" cancelName="拒绝" confirmName="接受" @confirm="acceptPayConfirm" @cancel="refuse"></ELM>
<ELM ref="elmMessage" :msg="tipMsg" :isConfirm="isMessageConfirm" confirmName="跳转" @confirm="messageConfirm"></ELM> <ELM ref="elmMessage" :msg="tipMsg" :isConfirm="isMessageConfirm" confirmName="充值" @confirm="messageConfirm"></ELM>
<ELM ref="elmBlack" :msg='tipMsg' :isConfirm="isBlackConfirm" @confirm="blackConfirm"></ELM> <ELM ref="elmBlack" :msg='tipMsg' :isConfirm="isBlackConfirm" @confirm="blackConfirm"></ELM>
<ELM ref="elmMessagePay" :msg='tipMsg' :isConfirm="isMessagePayConfirm" @confirm="messagePayConfirm"></ELM> <ELM ref="elmMessagePay" :msg='tipMsg' :isConfirm="isMessagePayConfirm" @confirm="messagePayConfirm"></ELM>
<ELM ref="elmApplyPay" :msg='tipMsg' :isConfirm="isApplyPayConfirm" @confirm="applyPayConfirm"></ELM> <ELM ref="elmApplyPay" :msg='tipMsg' :isConfirm="isApplyPayConfirm" @confirm="applyPayConfirm"></ELM>
...@@ -467,7 +467,7 @@ export default { ...@@ -467,7 +467,7 @@ export default {
}, },
phoneClick(){ phoneClick(){
uni.showToast({ uni.showToast({
title: '功能待开发', title: '功能开发中',
icon: 'none' icon: 'none'
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment