|
|
|
@ -89,7 +89,7 @@
|
|
|
|
<view class="g_h_50 g_w_all" style="background-color: #ededed"></view>
|
|
|
|
<view class="g_h_50 g_w_all" style="background-color: #ededed"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view v-if="speed > 0 && tabFansInfo.active == 1">
|
|
|
|
<view v-if="speed > 0 && tabFansInfo.active == 1">
|
|
|
|
<view class="item g_flex_row_between g_pl_16 g_pr_16 g_pb_6 g_pt_6 g_bg_f" hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goMain(item)" :class="index == 0 ? 'g_pt_12' : ''" :style="{ 'border-bottom': index == query.list.length - 1 ? '1rpx solid #eee' : '1rpx solid #eee' }">
|
|
|
|
<view class="item g_flex_row_between g_pl_16 g_pr_16 g_pb_6 g_pt_6 g_bg_f" hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goPage(item)":class="index == 0 ? 'g_pt_12' : ''" :style="{ 'border-bottom': index == query.list.length - 1 ? '1rpx solid #eee' : '1rpx solid #eee' }">
|
|
|
|
<view class="g_flex_none g_flex_row_start">
|
|
|
|
<view class="g_flex_none g_flex_row_start">
|
|
|
|
<view class="g_flex_column_center g_pr_16 g_flex_none" style="position: relative">
|
|
|
|
<view class="g_flex_column_center g_pr_16 g_flex_none" style="position: relative">
|
|
|
|
<rh-image :url="item.logo" size="96" radius="50" v-if="item.logo" />
|
|
|
|
<rh-image :url="item.logo" size="96" radius="50" v-if="item.logo" />
|
|
|
|
@ -537,44 +537,44 @@ export default {
|
|
|
|
goPage($itm, $item) {
|
|
|
|
goPage($itm, $item) {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
console.log("当前行点击事件:", $itm);
|
|
|
|
console.log("当前行点击事件:", $itm);
|
|
|
|
if ($itm.recordStatus == 1) {
|
|
|
|
// if ($itm.recordStatus == 1) {
|
|
|
|
// 等待通过
|
|
|
|
// 等待通过
|
|
|
|
uni.navigateTo({
|
|
|
|
uni.navigateTo({
|
|
|
|
url: "/root/bind/view?id=" + $itm.id + "&type=2&status=" + $itm.recordStatus + "&time=" + $item.time,
|
|
|
|
url: "/root/bind/view?id=" + $itm.id + "&type=2&status=" + $itm.recordStatus,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else {
|
|
|
|
// } else {
|
|
|
|
let params = {
|
|
|
|
// let params = {
|
|
|
|
id: $itm.agencyId,
|
|
|
|
// id: $itm.agencyId,
|
|
|
|
type: 2,
|
|
|
|
// type: 2,
|
|
|
|
isShowMore: false,
|
|
|
|
// isShowMore: false,
|
|
|
|
isShowJob: false,
|
|
|
|
// isShowJob: false,
|
|
|
|
};
|
|
|
|
// };
|
|
|
|
|
|
|
|
|
|
|
|
if (that.type == 1) {
|
|
|
|
// if (that.type == 1) {
|
|
|
|
//
|
|
|
|
// //
|
|
|
|
if ($itm.recordStatus == 2) {
|
|
|
|
// if ($itm.recordStatus == 2) {
|
|
|
|
// 已关注
|
|
|
|
// // 已关注
|
|
|
|
params.isShowMore = true;
|
|
|
|
|
|
|
|
params.isShowJob = true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
// 粉丝
|
|
|
|
|
|
|
|
if ($itm.recordStatus == 2) {
|
|
|
|
|
|
|
|
// 已通过
|
|
|
|
|
|
|
|
// if(){// 是我的发单号
|
|
|
|
|
|
|
|
// params.isShowMore = true;
|
|
|
|
// params.isShowMore = true;
|
|
|
|
// params.isShowJob = true;
|
|
|
|
// params.isShowJob = true;
|
|
|
|
// }else{// 不是我的发单号
|
|
|
|
|
|
|
|
params.isShowMore = true;
|
|
|
|
|
|
|
|
params.isShowJob = false;
|
|
|
|
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// } else {
|
|
|
|
}
|
|
|
|
// // 粉丝
|
|
|
|
|
|
|
|
// if ($itm.recordStatus == 2) {
|
|
|
|
|
|
|
|
// // 已通过
|
|
|
|
|
|
|
|
// // if(){// 是我的发单号
|
|
|
|
|
|
|
|
// // params.isShowMore = true;
|
|
|
|
|
|
|
|
// // params.isShowJob = true;
|
|
|
|
|
|
|
|
// // }else{// 不是我的发单号
|
|
|
|
|
|
|
|
// params.isShowMore = true;
|
|
|
|
|
|
|
|
// params.isShowJob = false;
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
uni.navigateTo({
|
|
|
|
// uni.navigateTo({
|
|
|
|
url: "/root/detail/user?" + that.G.objToStr(params),
|
|
|
|
// url: "/root/detail/user?" + that.G.objToStr(params),
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
quickSuccess($itm, $inx) {
|
|
|
|
quickSuccess($itm, $inx) {
|
|
|
|
|