Merge pull request 'qxf 修改申请退款成功的提示框, 消息-关注达人改为展示用户昵称' (#391) from qxf into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/391
This commit is contained in:
commit
483dfba475
@ -5,7 +5,7 @@
|
|||||||
<image :src="item.friend_tomavatar" mode="aspectFill"></image>
|
<image :src="item.friend_tomavatar" mode="aspectFill"></image>
|
||||||
<view class="tishi" v-if="item.unread_message"></view>
|
<view class="tishi" v-if="item.unread_message"></view>
|
||||||
</view>
|
</view>
|
||||||
<view>{{item.friend_tomname}}</view>
|
<view>{{item.friend_tomnickname}}</view>
|
||||||
<view>{{item.live_status ? '正在直播' : '未直播'}}</view>
|
<view>{{item.live_status ? '正在直播' : '未直播'}}</view>
|
||||||
<view class="cur_two" @click="tapClick(index)">已关注</view>
|
<view class="cur_two" @click="tapClick(index)">已关注</view>
|
||||||
<!-- <view class="cur" @click="tapClick(index)" v-else = "item.about == 2">未关注</view> -->
|
<!-- <view class="cur" @click="tapClick(index)" v-else = "item.about == 2">未关注</view> -->
|
||||||
|
@ -137,7 +137,6 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
applyRefund() {
|
applyRefund() {
|
||||||
|
|
||||||
if(this.type !=2 && !this.verifyParams()) return false;
|
if(this.type !=2 && !this.verifyParams()) return false;
|
||||||
// addrefundall 只需要订单id 和 说明
|
// addrefundall 只需要订单id 和 说明
|
||||||
let params = {
|
let params = {
|
||||||
@ -154,6 +153,7 @@ export default {
|
|||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
|
type: 'success',
|
||||||
back: true,
|
back: true,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user