Commit 513b7f6c authored by 罗林杰's avatar 罗林杰

修改bug

parent 347f204a
......@@ -42,9 +42,6 @@
{{ userData.memMaxEducation }}
</view>
</view>
<view class="text2">·
{{ '全日制' }}
</view>
</view>
</view>
<!-- 个人信息-->
......@@ -156,7 +153,7 @@
</view>
<!-- 最下方的推荐-->
<view class="bo"
:style="{'border-radius':userData.selfMatchingStatus!==null?'24rpx 24rpx 0 0':'24rpx'}">
:style="{'border-radius':'24rpx'}">
<u-button class="name" open-type="share" :hairline="false" :customStyle="{
'font-size': '28rpx',
'font-family': 'PingFang SC-Heavy, PingFang SC',
......
......@@ -319,8 +319,8 @@ export default {
},
openApply(){
this.showApply = true
this.tipMsg = '是否花费'+ this.acceptWxPayment +'金币,向对方发起请求';
this.$refs.elmAcceptPay.showDialog();
this.tipMsg = '是否花费'+ this.acceptWxPayment +'金币,接受对方请求';
this.$refs.elmShowApply.showDialog();
},
refuse(){
this.isRefuseConfirm = true
......@@ -419,11 +419,16 @@ export default {
icon: 'none'
})
this.showApply = false
} else {
} else if (res.data.code == 1003) {
this.showApply = false
this.isMessageConfirm = true;
this.tipMsg = res.data.message;
this.$refs.elmMessage.showDialog();
} else {
uni.showToast({
title: res.data.message,
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