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

修改bug

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