Compare commits

..

No commits in common. "483dfba475d59bd38c617ade1eb8df0516458cd3" and "f87bd2cfbaf065662483f33c1c8240a1f7a319b2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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_tomnickname}}</view> <view>{{item.friend_tomname}}</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> -->

View File

@ -137,6 +137,7 @@ 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 = {
@ -153,7 +154,6 @@ 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 {