xiaozy #11
24
App.vue
24
App.vue
@@ -92,7 +92,7 @@
|
|||||||
imageUrl: 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/login-bg.png',
|
imageUrl: 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/login-bg.png',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(view.route)
|
// console.log(view.route)
|
||||||
clearTimeout(loginTimer)
|
clearTimeout(loginTimer)
|
||||||
clearTimeout(onlineTimer)
|
clearTimeout(onlineTimer)
|
||||||
|
|
||||||
@@ -165,16 +165,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onShow: function() {
|
onShow: function() {
|
||||||
uni.getLocation({
|
// uni.getLocation({
|
||||||
type: 'wgs84',
|
// type: 'wgs84',
|
||||||
success: function(res) {
|
// success: function(res) {
|
||||||
uni.setStorageSync('location', {
|
// uni.setStorageSync('location', {
|
||||||
longitude: res.longitude + '',
|
// longitude: res.longitude + '',
|
||||||
latitude: res.latitude + ''
|
// latitude: res.latitude + ''
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
console.log('onReady')
|
// console.log('onReady')
|
||||||
const token = uni.getStorageSync('Authorization')
|
const token = uni.getStorageSync('Authorization')
|
||||||
const openid = uni.getStorageSync('openid')
|
const openid = uni.getStorageSync('openid')
|
||||||
let key = ''
|
let key = ''
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.log(key)
|
// console.log(key)
|
||||||
if (key == '在线') {
|
if (key == '在线') {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
uni.clearStorageSync()
|
uni.clearStorageSync()
|
||||||
this.refreshLocation()
|
// this.refreshLocation()
|
||||||
uni.login({
|
uni.login({
|
||||||
provider: 'weixin',
|
provider: 'weixin',
|
||||||
success: (loginRes) => {
|
success: (loginRes) => {
|
||||||
@@ -123,12 +123,12 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
refreshLocation() {
|
refreshLocation() {
|
||||||
uni.getLocation({
|
// uni.getLocation({
|
||||||
type: 'wgs84',
|
// type: 'wgs84',
|
||||||
success: function(res) {
|
// success: function(res) {
|
||||||
uni.setStorageSync('location', res)
|
// uni.setStorageSync('location', res)
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
},
|
},
|
||||||
autoLogin() {
|
autoLogin() {
|
||||||
// let url = 'loginCompany'
|
// let url = 'loginCompany'
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
interstitialAd.onLoad((err) => {
|
interstitialAd.onLoad((err) => {
|
||||||
console.log('onLoad event emit', err)
|
// console.log('onLoad event emit', err)
|
||||||
})
|
})
|
||||||
interstitialAd.onError((err) => {
|
interstitialAd.onError((err) => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/tabbar/home/home',
|
url: '/pages/tabbar/home/home',
|
||||||
fail: (err) => {
|
fail: (err) => {
|
||||||
console.log(err)
|
// console.log(err)
|
||||||
}
|
}
|
||||||
// url:'/BagStation/orderDetail/orderDetail'
|
// url:'/BagStation/orderDetail/orderDetail'
|
||||||
})
|
})
|
||||||
@@ -87,12 +87,12 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, 2000)
|
}, 2000)
|
||||||
console.log('onError event emit', err)
|
// console.log('onError event emit', err)
|
||||||
})
|
})
|
||||||
// 在适合的场景显示插屏广告
|
// 在适合的场景显示插屏广告
|
||||||
if (interstitialAd) {
|
if (interstitialAd) {
|
||||||
interstitialAd.show().catch((err) => {
|
interstitialAd.show().catch((err) => {
|
||||||
console.error(err)
|
// console.error(err)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
interstitialAd.onClose(res => {
|
interstitialAd.onClose(res => {
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/tabbar/home/home',
|
url: '/pages/tabbar/home/home',
|
||||||
fail: (err) => {
|
fail: (err) => {
|
||||||
console.log(err)
|
// console.log(err)
|
||||||
}
|
}
|
||||||
// url:'/BagStation/orderDetail/orderDetail'
|
// url:'/BagStation/orderDetail/orderDetail'
|
||||||
})
|
})
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
updateManager.onCheckForUpdate(function(res) {
|
updateManager.onCheckForUpdate(function(res) {
|
||||||
// 请求完新版本信息的回调
|
// 请求完新版本信息的回调
|
||||||
console.log('请求完新版本信息的回调', res.hasUpdate);
|
// console.log('请求完新版本信息的回调', res.hasUpdate);
|
||||||
});
|
});
|
||||||
|
|
||||||
updateManager.onUpdateReady(function(res) {
|
updateManager.onUpdateReady(function(res) {
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
value: item.id
|
value: item.id
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
console.log(channelCodes, productCodes, siteBrands)
|
// console.log(channelCodes, productCodes, siteBrands)
|
||||||
this.menuList[0].detailList = this.menuList[0].detailList.concat(channelCodes)
|
this.menuList[0].detailList = this.menuList[0].detailList.concat(channelCodes)
|
||||||
this.menuList[1].detailList = this.menuList[1].detailList.concat(productCodes)
|
this.menuList[1].detailList = this.menuList[1].detailList.concat(productCodes)
|
||||||
this.menuList[2].detailList = this.menuList[2].detailList.concat(siteBrands)
|
this.menuList[2].detailList = this.menuList[2].detailList.concat(siteBrands)
|
||||||
|
|||||||
@@ -15,7 +15,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="search-form radius" @tap="InputFocus">
|
<view class="search-form radius" @tap="InputFocus">
|
||||||
<text class="cuIcon-search"></text>
|
<text class="cuIcon-search"></text>
|
||||||
<input disabled :adjust-position="false" type="text" placeholder="搜索油站名称" confirm-type="search" />
|
<input disabled :adjust-position="false" type="text" placeholder="搜索油站名称"
|
||||||
|
confirm-type="search" />
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="">
|
<!-- <view class="">
|
||||||
阿三
|
阿三
|
||||||
@@ -167,8 +168,8 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
<view class=" ">
|
<view class=" ">
|
||||||
<view class="" v-if="siteList.length>0">
|
<view class="" v-if="siteList.length>0">
|
||||||
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0" :listHeight="listHeight"
|
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0"
|
||||||
class="cu-list menu-avatar cu-item" @tap="toDetail(item)">
|
:listHeight="listHeight" class="cu-list menu-avatar cu-item" @tap="toDetail(item)">
|
||||||
</site-item>
|
</site-item>
|
||||||
</view>
|
</view>
|
||||||
<view class="" v-else>
|
<view class="" v-else>
|
||||||
@@ -330,11 +331,6 @@
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.reverseGeocoder(this.location)
|
this.reverseGeocoder(this.location)
|
||||||
this.refreshLocation()
|
|
||||||
|
|
||||||
// if (!uni.getStorageSync('filterData')) {
|
|
||||||
// this.getFilterData()
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
this.refreshLocation()
|
this.refreshLocation()
|
||||||
@@ -354,25 +350,16 @@
|
|||||||
icon: "none"
|
icon: "none"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
uni.navigateTo({
|
this.refreshLocation()
|
||||||
// url: `/BagStation/orderDetail/orderDetail?id=XOILAWMP202107070000025117`
|
|
||||||
})
|
|
||||||
// uni.redirectTo({
|
|
||||||
// url:'/BagStation/pages/makeOrder/makeOrder'
|
|
||||||
// // url:'/BagStation/pages/makeOrder/payResult?status=success'
|
|
||||||
// })
|
|
||||||
// url:'/BagStation/pages/makeOrder/payResult?status=success'
|
|
||||||
},
|
|
||||||
beforeCreate() {},
|
|
||||||
onReady() {
|
|
||||||
// this.getSiteList()
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toManagement() {
|
toManagement() {
|
||||||
const user = uni.getStorageSync('user');
|
const user = uni.getStorageSync('user');
|
||||||
if (user) {
|
if (user) {
|
||||||
Financial.findHomePageReport({customerId:user.id}).then(res=>{
|
Financial.findHomePageReport({
|
||||||
|
customerId: user.id
|
||||||
|
}).then(res => {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `../../../Financial/pages/estimate/index?data=${encodeURIComponent(JSON.stringify(res.data))}`
|
url: `../../../Financial/pages/estimate/index?data=${encodeURIComponent(JSON.stringify(res.data))}`
|
||||||
@@ -392,16 +379,9 @@
|
|||||||
},
|
},
|
||||||
swiperClick(item, index) {
|
swiperClick(item, index) {
|
||||||
if (!item?.link) return
|
if (!item?.link) return
|
||||||
switch (Number(index)) {
|
|
||||||
// case 0:
|
|
||||||
// this.goCall()
|
|
||||||
// break;
|
|
||||||
default:
|
|
||||||
console.log('item.link')
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
|
url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
|
||||||
})
|
})
|
||||||
}
|
|
||||||
},
|
},
|
||||||
goToPage(url) {
|
goToPage(url) {
|
||||||
if (!url) return;
|
if (!url) return;
|
||||||
@@ -417,6 +397,35 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
refreshLocation() {
|
refreshLocation() {
|
||||||
|
uni.getLocation({
|
||||||
|
type: 'wgs84',
|
||||||
|
success: (res) => {
|
||||||
|
uni.setStorageSync('location', res)
|
||||||
|
},
|
||||||
|
fail: () => {
|
||||||
|
uni.getSetting({
|
||||||
|
success: (res) => {
|
||||||
|
if (!res.authSetting['scope.userLocation']) {
|
||||||
|
uni.showModal({
|
||||||
|
title: '请您打开定位权限',
|
||||||
|
content: '用于获取您当前位置附近的油站',
|
||||||
|
confirmText: '去设置',
|
||||||
|
success: (resSec) => {
|
||||||
|
if (resSec.confirm) {
|
||||||
|
uni.openSetting({})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
complete: () => {
|
||||||
|
this.getSiteList()
|
||||||
|
},
|
||||||
|
});
|
||||||
|
},
|
||||||
|
realPosition() {
|
||||||
uni.getLocation({
|
uni.getLocation({
|
||||||
type: 'wgs84',
|
type: 'wgs84',
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
@@ -424,9 +433,7 @@
|
|||||||
},
|
},
|
||||||
complete: () => {
|
complete: () => {
|
||||||
this.getSiteList()
|
this.getSiteList()
|
||||||
// // console.log('made')
|
|
||||||
},
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
hideModel(name) {
|
hideModel(name) {
|
||||||
@@ -443,7 +450,7 @@
|
|||||||
oilSiteApi.getUserAuthInfo().then(res => {
|
oilSiteApi.getUserAuthInfo().then(res => {
|
||||||
if (res.code === 20000) {
|
if (res.code === 20000) {
|
||||||
this.getAmount()
|
this.getAmount()
|
||||||
this.getSiteList()
|
// this.getSiteList()
|
||||||
// realStatus: 0 vehicleStatus: 0
|
// realStatus: 0 vehicleStatus: 0
|
||||||
if (this.showAuthFrzen <= new Date().getTime()) {
|
if (this.showAuthFrzen <= new Date().getTime()) {
|
||||||
this.showAuthFrror = res.data.realStatus && res.data.vehicleStatus ? false :
|
this.showAuthFrror = res.data.realStatus && res.data.vehicleStatus ? false :
|
||||||
@@ -490,7 +497,8 @@
|
|||||||
uni.removeStorageSync("origins")
|
uni.removeStorageSync("origins")
|
||||||
uni.removeStorageSync("destination")
|
uni.removeStorageSync("destination")
|
||||||
wx.navigateTo({
|
wx.navigateTo({
|
||||||
url:'../../../BagStation/pages/routePlain/routePlain'})
|
url: '../../../BagStation/pages/routePlain/routePlain'
|
||||||
|
})
|
||||||
} else if (index == 8) {
|
} else if (index == 8) {
|
||||||
this.goToPage('/BagAuth/pages/agreeMent/OperationGuide')
|
this.goToPage('/BagAuth/pages/agreeMent/OperationGuide')
|
||||||
}
|
}
|
||||||
@@ -523,11 +531,10 @@
|
|||||||
url: '/pages/tabbar/order/orderList/orderList'
|
url: '/pages/tabbar/order/orderList/orderList'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
filterRes(val) {
|
// filterRes(val) {
|
||||||
this.filterData = val
|
// this.filterData = val
|
||||||
this.getSiteList()
|
// this.getSiteList()
|
||||||
},
|
// },
|
||||||
|
|
||||||
getSiteList() {
|
getSiteList() {
|
||||||
let data1 = {
|
let data1 = {
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
@@ -544,48 +551,23 @@
|
|||||||
// oilProductCode: "0#" // 备注:// 油号选择 ( 0# 92# 92#)
|
// oilProductCode: "0#" // 备注:// 油号选择 ( 0# 92# 92#)
|
||||||
comprehensiveSort: 1
|
comprehensiveSort: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (!uni.getStorageSync('user')) {
|
if (!uni.getStorageSync('user')) {
|
||||||
oilSiteApi.readOnlySites(data1).then(res => {
|
oilSiteApi.readOnlySites(data1).then(res => {
|
||||||
this.getCount++
|
this.getCount++
|
||||||
if (res.code == 20000) {
|
if (res.code == 20000) {
|
||||||
// console.log(res.data.list)
|
|
||||||
this.siteList = res.data.list
|
this.siteList = res.data.list
|
||||||
} else {
|
} else {
|
||||||
if (this.getCount == 1) {
|
if (this.getCount == 1) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.getSiteList()
|
this.getSiteList()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
|
|
||||||
|
|
||||||
} else {
|
|
||||||
uni.getSetting({
|
|
||||||
success: (resSet) => {
|
|
||||||
if (resSet.authSetting['scope.address'] == false) {
|
|
||||||
uni.showMode({
|
|
||||||
title: '请您打开定位权限',
|
|
||||||
content: '用于获取您当前位置附近的油站',
|
|
||||||
confirmText: '去设置',
|
|
||||||
success: (res) => {
|
|
||||||
if (res.confirm) {
|
|
||||||
uni.openSetting({
|
|
||||||
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
console.log(data1,'dayindata111111111111')
|
|
||||||
oilSiteApi.getSiteLists(data1).then(res => {
|
oilSiteApi.getSiteLists(data1).then(res => {
|
||||||
if (res.code == 20000) {
|
if (res.code == 20000) {
|
||||||
// console.log(res.data.list)
|
|
||||||
this.siteList = res.data.list
|
this.siteList = res.data.list
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -597,12 +579,8 @@
|
|||||||
if (uni.getStorageSync('user')) {
|
if (uni.getStorageSync('user')) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
|
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
|
||||||
fail: (err) => {
|
fail: (err) => {},
|
||||||
// console.log(err)
|
success: () => {}
|
||||||
},
|
|
||||||
success: () => {
|
|
||||||
// console.log('err')
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
|
|||||||
Reference in New Issue
Block a user