Compare commits
No commits in common. "483dfba475d59bd38c617ade1eb8df0516458cd3" and "f87bd2cfbaf065662483f33c1c8240a1f7a319b2" have entirely different histories.
483dfba475
...
f87bd2cfba
@ -5,7 +5,7 @@
|
||||
<image :src="item.friend_tomavatar" mode="aspectFill"></image>
|
||||
<view class="tishi" v-if="item.unread_message"></view>
|
||||
</view>
|
||||
<view>{{item.friend_tomnickname}}</view>
|
||||
<view>{{item.friend_tomname}}</view>
|
||||
<view>{{item.live_status ? '正在直播' : '未直播'}}</view>
|
||||
<view class="cur_two" @click="tapClick(index)">已关注</view>
|
||||
<!-- <view class="cur" @click="tapClick(index)" v-else = "item.about == 2">未关注</view> -->
|
||||
|
@ -137,6 +137,7 @@ export default {
|
||||
return true;
|
||||
},
|
||||
applyRefund() {
|
||||
|
||||
if(this.type !=2 && !this.verifyParams()) return false;
|
||||
// addrefundall 只需要订单id 和 说明
|
||||
let params = {
|
||||
@ -153,7 +154,6 @@ export default {
|
||||
if(res.errCode == 0) {
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
type: 'success',
|
||||
back: true,
|
||||
})
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user