云仓接口添加经纬度参数
This commit is contained in:
parent
c0b9dc0c68
commit
d2236131e5
@ -10,8 +10,8 @@ let httpApiFour
|
|||||||
let httpApiFive
|
let httpApiFive
|
||||||
|
|
||||||
// 在打包之前请检查当前环境是否正确
|
// 在打包之前请检查当前环境是否正确
|
||||||
const env = 'dev'; // 开发
|
// const env = 'dev'; // 开发
|
||||||
// const env = 'prod'; // 生产
|
const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
|
@ -161,7 +161,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"useOriginalMsgbox" : true
|
"useOriginalMsgbox" : true,
|
||||||
|
"androidStyle" : "common"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nativePlugins" : {
|
"nativePlugins" : {
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
获取定位失败,请手动选择
|
获取定位失败,请手动选择
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="" @click="getPositionFn">
|
<!-- <view class="" @click="getPositionFn">
|
||||||
获取定位失败,点击允许
|
获取定位失败,点击允许
|
||||||
</view>
|
</view> -->
|
||||||
<navigator url="/pages/chat/customer_list/index?type=0" hover-class="none">
|
<navigator url="/pages/chat/customer_list/index?type=0" hover-class="none">
|
||||||
<view class="iconfont icon-xiaoxi" style="color:#fff;"> </view>
|
<view class="iconfont icon-xiaoxi" style="color:#fff;"> </view>
|
||||||
</navigator>
|
</navigator>
|
||||||
|
@ -355,6 +355,7 @@
|
|||||||
let src = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/13';
|
let src = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/13';
|
||||||
return {
|
return {
|
||||||
skuform: {},
|
skuform: {},
|
||||||
|
location: null,
|
||||||
defaInd: [0, 0],
|
defaInd: [0, 0],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
columnData: [],
|
columnData: [],
|
||||||
@ -417,6 +418,7 @@
|
|||||||
// ...mapGetters(['isLogin', 'viewColor', 'uid']),
|
// ...mapGetters(['isLogin', 'viewColor', 'uid']),
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
// this.cartFn()
|
// this.cartFn()
|
||||||
|
this.location = e.location;
|
||||||
this.appInfo = this.$appInfo.safeAreaInsets
|
this.appInfo = this.$appInfo.safeAreaInsets
|
||||||
this.winHeight = this.$appInfo.windowHeight
|
this.winHeight = this.$appInfo.windowHeight
|
||||||
this.street_code = e.street
|
this.street_code = e.street
|
||||||
@ -462,8 +464,8 @@
|
|||||||
category_id: this.cloudList[this.current]?.category_id || "",
|
category_id: this.cloudList[this.current]?.category_id || "",
|
||||||
order: this.type,
|
order: this.type,
|
||||||
keyword: this.keyword,
|
keyword: this.keyword,
|
||||||
page_num: this.page_num
|
page_num: this.page_num,
|
||||||
|
location: this.location
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.list.length == 0) {
|
if (res.data.list.length == 0) {
|
||||||
this.status = "nomore"
|
this.status = "nomore"
|
||||||
@ -744,7 +746,8 @@
|
|||||||
category_id: this.cloudList[this.current]?.category_id || "",
|
category_id: this.cloudList[this.current]?.category_id || "",
|
||||||
order: this.type,
|
order: this.type,
|
||||||
keyword: this.keyword,
|
keyword: this.keyword,
|
||||||
page_num: this.page_num
|
page_num: this.page_num,
|
||||||
|
location: this.location
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.goodsList = res.data.list;
|
this.goodsList = res.data.list;
|
||||||
this.showLoading = false;
|
this.showLoading = false;
|
||||||
@ -842,7 +845,8 @@
|
|||||||
this.cloudList = data
|
this.cloudList = data
|
||||||
cloudWarehouse({
|
cloudWarehouse({
|
||||||
street_code: this.street_code,
|
street_code: this.street_code,
|
||||||
category_id: this.cloudList[this.current].category_id
|
category_id: this.cloudList[this.current].category_id,
|
||||||
|
location: this.location
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.trnList = []
|
this.trnList = []
|
||||||
this.goodsList = res.data.list
|
this.goodsList = res.data.list
|
||||||
|
@ -447,6 +447,7 @@
|
|||||||
let src = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/13';
|
let src = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/13';
|
||||||
return {
|
return {
|
||||||
skuform: {},
|
skuform: {},
|
||||||
|
location: null,
|
||||||
defaInd: [0, 0],
|
defaInd: [0, 0],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
columnData: [],
|
columnData: [],
|
||||||
@ -511,6 +512,7 @@
|
|||||||
// ...mapGetters(['isLogin', 'viewColor', 'uid']),
|
// ...mapGetters(['isLogin', 'viewColor', 'uid']),
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
// this.cartFn()
|
// this.cartFn()
|
||||||
|
this.location = e.location
|
||||||
this.appInfo = this.$appInfo.safeAreaInsets
|
this.appInfo = this.$appInfo.safeAreaInsets
|
||||||
this.winHeight = this.$appInfo.windowHeight
|
this.winHeight = this.$appInfo.windowHeight
|
||||||
this.street_code = e.street
|
this.street_code = e.street
|
||||||
@ -552,8 +554,8 @@
|
|||||||
category_id: this.cloudList[this.current]?.category_id || "",
|
category_id: this.cloudList[this.current]?.category_id || "",
|
||||||
order: this.type,
|
order: this.type,
|
||||||
keyword: this.keyword,
|
keyword: this.keyword,
|
||||||
page_num: this.page_num
|
page_num: this.page_num,
|
||||||
|
location: this.location
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.list.length == 0) {
|
if (res.data.list.length == 0) {
|
||||||
this.status = "nomore"
|
this.status = "nomore"
|
||||||
@ -834,7 +836,8 @@
|
|||||||
category_id: this.cloudList[this.current]?.category_id || "",
|
category_id: this.cloudList[this.current]?.category_id || "",
|
||||||
order: this.type,
|
order: this.type,
|
||||||
keyword: this.keyword,
|
keyword: this.keyword,
|
||||||
page_num: this.page_num
|
page_num: this.page_num,
|
||||||
|
location: this.location
|
||||||
|
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.goodsList = res.data.list
|
this.goodsList = res.data.list
|
||||||
@ -932,7 +935,8 @@
|
|||||||
this.cloudList = data
|
this.cloudList = data
|
||||||
cloudWarehouse({
|
cloudWarehouse({
|
||||||
street_code: this.street_code,
|
street_code: this.street_code,
|
||||||
category_id: this.cloudList[this.current].category_id
|
category_id: this.cloudList[this.current].category_id,
|
||||||
|
location: this.location
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.trnList = []
|
this.trnList = []
|
||||||
this.goodsList = res.data.list
|
this.goodsList = res.data.list
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
供销综合云市场
|
供销综合云市场
|
||||||
</view>
|
</view>
|
||||||
<view class=""
|
<view class=""
|
||||||
@click="navGoto(`/pages/nongKe/cloud_entrepot/indexa?street=${street_id}&town=${street}`)"
|
@click="navGoto(`/pages/nongKe/cloud_entrepot/indexa?street=${street_id}&town=${street}&location=${latitude},${longitude}`)"
|
||||||
style="font-size: 36.8rpx;font-weight: 700;transform: skewX(-10deg);margin-left: 60rpx;">
|
style="font-size: 36.8rpx;font-weight: 700;transform: skewX(-10deg);margin-left: 60rpx;">
|
||||||
供销综合云商品
|
供销综合云商品
|
||||||
</view>
|
</view>
|
||||||
|
@ -219,7 +219,8 @@
|
|||||||
},
|
},
|
||||||
isshow: false,
|
isshow: false,
|
||||||
locationArr: ({}),
|
locationArr: ({}),
|
||||||
|
latitude: null,
|
||||||
|
longitude: null,
|
||||||
bgColor: '',
|
bgColor: '',
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
columnData: [],
|
columnData: [],
|
||||||
@ -373,7 +374,8 @@
|
|||||||
page: that.where.page,
|
page: that.where.page,
|
||||||
limit: that.where.limit,
|
limit: that.where.limit,
|
||||||
street_code: id,
|
street_code: id,
|
||||||
category_id: 0
|
category_id: 0,
|
||||||
|
location: this.latitude + ',' + this.longitude
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// console.log(222)
|
// console.log(222)
|
||||||
let list = res.data.list;
|
let list = res.data.list;
|
||||||
@ -416,7 +418,8 @@
|
|||||||
page: that.where2.page,
|
page: that.where2.page,
|
||||||
limit: that.where2.limit,
|
limit: that.where2.limit,
|
||||||
street_code: id,
|
street_code: id,
|
||||||
category_id: 0
|
category_id: 0,
|
||||||
|
location: this.latitude + ',' + this.longitude
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// console.log(222)
|
// console.log(222)
|
||||||
let list = res.data.list;
|
let list = res.data.list;
|
||||||
@ -568,7 +571,7 @@
|
|||||||
return Toast('当前区域没有云仓库')
|
return Toast('当前区域没有云仓库')
|
||||||
}
|
}
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}`
|
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&location=${this.latitude},${this.longitude}`
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -602,6 +605,8 @@
|
|||||||
let latitude, longitude;
|
let latitude, longitude;
|
||||||
latitude = res.latitude.toString();
|
latitude = res.latitude.toString();
|
||||||
longitude = res.longitude.toString();
|
longitude = res.longitude.toString();
|
||||||
|
this.latitude = latitude;
|
||||||
|
this.longitude = longitude;
|
||||||
getGeocoder({
|
getGeocoder({
|
||||||
lat: latitude,
|
lat: latitude,
|
||||||
long: longitude
|
long: longitude
|
||||||
|
Loading…
x
Reference in New Issue
Block a user