|
@@ -13,12 +13,12 @@
|
|
分布
|
|
分布
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="cu-bar search">
|
|
|
|
|
|
+ <!-- <view class="cu-bar search">
|
|
<view class="search-form round" @click="naviageToPage('/pages/grain_pulse/search')">
|
|
<view class="search-form round" @click="naviageToPage('/pages/grain_pulse/search')">
|
|
<image class='icon-scarch' src="../../static/img/liangmai/sousuo.png" mode=""></image>
|
|
<image class='icon-scarch' src="../../static/img/liangmai/sousuo.png" mode=""></image>
|
|
<view class='Regular'> 请输入货名或标题</view>
|
|
<view class='Regular'> 请输入货名或标题</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
<view class="content">
|
|
<view class="content">
|
|
<view @click='friendcircle' class="friendcircle">
|
|
<view @click='friendcircle' class="friendcircle">
|
|
@@ -148,6 +148,7 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
getList(){
|
|
getList(){
|
|
|
|
+
|
|
this.$api.doRequest('get', '/settledCompanyDynamics/selectSettledCompanyDynamicsPage', {
|
|
this.$api.doRequest('get', '/settledCompanyDynamics/selectSettledCompanyDynamicsPage', {
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
pageSize: 4,
|
|
pageSize: 4,
|
|
@@ -158,6 +159,12 @@
|
|
this.releaseInfo = res.data.data.records
|
|
this.releaseInfo = res.data.data.records
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ this.getInfo()
|
|
|
|
+ },
|
|
|
|
+ getInfo(){
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title:"正在加载"
|
|
|
|
+ })
|
|
this.$api.doRequest('get', '/settledCompanyInfo/selectSettledCompanyInfo', {
|
|
this.$api.doRequest('get', '/settledCompanyInfo/selectSettledCompanyInfo', {
|
|
mainBusinessType: this.mainBusinessType,
|
|
mainBusinessType: this.mainBusinessType,
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
@@ -180,6 +187,9 @@
|
|
console.log(this.datalist)
|
|
console.log(this.datalist)
|
|
// let _metre = this.utils.getDistance(lat1,lng1,lat2,lng2) +"千米"
|
|
// let _metre = this.utils.getDistance(lat1,lng1,lat2,lng2) +"千米"
|
|
}
|
|
}
|
|
|
|
+ uni.hideLoading()
|
|
|
|
+ }).catch(res => {
|
|
|
|
+ uni.hideLoading()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
mainBusinessTypechange(item) {
|
|
mainBusinessTypechange(item) {
|
|
@@ -188,7 +198,7 @@
|
|
} else {
|
|
} else {
|
|
this.mainBusinessType = ''
|
|
this.mainBusinessType = ''
|
|
}
|
|
}
|
|
- this.getList()
|
|
|
|
|
|
+ this.getInfo()
|
|
this.mainBusinessTypeKey = item.value
|
|
this.mainBusinessTypeKey = item.value
|
|
},
|
|
},
|
|
enterUrl() {
|
|
enterUrl() {
|