|
@@ -49,7 +49,7 @@
|
|
|
<view class="head-name">{{item.realName}}</view>
|
|
|
<button type="default" class="phone-green-btn bz-tel-btn"
|
|
|
@click.stop="telephone(item)">打电话</button>
|
|
|
- <share ref="shareRef">分享</share>
|
|
|
+ <share ref="shareRef">分享</share>
|
|
|
</view>
|
|
|
<view @click="lookUserInfo(item)" class="card-body-row">
|
|
|
<view class="card-img-box">
|
|
@@ -62,7 +62,7 @@
|
|
|
</view>
|
|
|
<view class="text-status">{{item.zhuangtai}}</view>
|
|
|
</view>
|
|
|
- <view class="content-text-row">{{item.jiguan}}</view>
|
|
|
+ <view class="content-text-row">{{item.jiguan}}</view>
|
|
|
<!-- <view class="content-text-row">{{item.jiguan}}</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -74,7 +74,7 @@
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <search-dialog ref="searchDialogRef" @search-btn="dialogSearchBtn"
|
|
|
+ <search-dialog ref="searchDialogRef" @search-btn="dialogSearchBtn"
|
|
|
@reset-search="dialogSearchReset"></search-dialog>
|
|
|
</view>
|
|
|
<customTabbarAdminVue :current-tab="1"></customTabbarAdminVue>
|
|
@@ -135,7 +135,16 @@
|
|
|
let isFirstClickjuli = ref('true')
|
|
|
|
|
|
function updateTimeClick() {
|
|
|
+
|
|
|
data.sortType = 1
|
|
|
+
|
|
|
+ luruJtClass.value = ref('');
|
|
|
+ juliJtClass.value = ref('');
|
|
|
+ shaixuanStyleluru.value = ref('saixuan-item-box');
|
|
|
+ shaixuanStylejuli.value = ref('saixuan-item-box');
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
const isFirst = isFirstClickUpdate.value == 'true';
|
|
|
const isSecond = isFirstClickUpdate.value == 'false';
|
|
|
if (isFirst) {
|
|
@@ -160,6 +169,13 @@
|
|
|
|
|
|
function luruTimeClick() {
|
|
|
data.sortType = 2
|
|
|
+
|
|
|
+ updataJtClass.value = ref('');
|
|
|
+ juliJtClass.value = ref('');
|
|
|
+ shaixuanStyleUpdate.value = ref('saixuan-item-box');
|
|
|
+ shaixuanStylejuli.value = ref('saixuan-item-box');
|
|
|
+
|
|
|
+
|
|
|
const isFirst = isFirstClickluru.value == 'true';
|
|
|
const isSecond = isFirstClickluru.value == 'false';
|
|
|
if (isFirst) {
|
|
@@ -181,9 +197,13 @@
|
|
|
data.page = 0;
|
|
|
refreshData()
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
function juliClick() {
|
|
|
data.sortType = 3
|
|
|
+ updataJtClass.value = ref('');
|
|
|
+ luruJtClass.value = ref('');
|
|
|
+ shaixuanStyleluru.value = ref('saixuan-item-box');
|
|
|
+ shaixuanStylejuli.value = ref('saixuan-item-box');
|
|
|
const isFirst = isFirstClickjuli.value == 'true';
|
|
|
const isSecond = isFirstClickjuli.value == 'false';
|
|
|
if (isFirst) {
|
|
@@ -306,7 +326,7 @@
|
|
|
data.state = 'loading';
|
|
|
data.page++;
|
|
|
opt.page = data.page;
|
|
|
-
|
|
|
+ console.log('opt222', opt);
|
|
|
getJiazhengList(opt).then(res => {
|
|
|
data.list = data.list.concat(res.data.data);
|
|
|
data.loading = false;
|
|
@@ -340,6 +360,7 @@
|
|
|
data.state = 'loading';
|
|
|
data.page++;
|
|
|
opt.page = data.page;
|
|
|
+ console.log('opt', opt);
|
|
|
getJiazhengList(opt).then(res => {
|
|
|
data.list = data.list.concat(res.data.data);
|
|
|
data.loading = false;
|
|
@@ -374,8 +395,8 @@
|
|
|
}));
|
|
|
return newList
|
|
|
}
|
|
|
-
|
|
|
- function getCurrentWeizhi(){
|
|
|
+
|
|
|
+ function getCurrentWeizhi() {
|
|
|
console.log('1231231');
|
|
|
uni.getLocation({
|
|
|
type: 'gcj02',
|