This commit is contained in:
xiaozhiyong
2023-04-04 10:22:01 +08:00
parent 71e8a5c851
commit a8249b5de8
13 changed files with 51 additions and 51 deletions

View File

@@ -358,8 +358,8 @@
onLoad(e) {
let _that = this
let IsOtherUser = _that.isOther
console.log(IsOtherUser, '这里是判断是否为卡力')
console.log('这里是onLoad', IsOtherUser, '++++++')
// console.log(IsOtherUser, '这里是判断是否为卡力')
// console.log('这里是onLoad', IsOtherUser, '++++++')
if (IsOtherUser) {
console.log('首页 卡力 进入')
uni.showToast({
@@ -371,7 +371,7 @@
})
return
}
console.log('首页 非卡力 进入测试++')
// console.log('首页 非卡力 进入测试++')
this.reverseGeocoder(this.location);
setTimeout(()=>{
let startParamsData = uni.getStorageSync('isJump')||null;
@@ -527,8 +527,8 @@
if (res.code === 20000) {
let _that = this
let IsOtherUser = _that.isOther
console.log(IsOtherUser, '这里是判断是否为卡力')
console.log('这里是getUserAuthInfo', IsOtherUser, '++++++')
// console.log(IsOtherUser, '这里是判断是否为卡力')
// console.log('这里是getUserAuthInfo', IsOtherUser, '++++++')
if (IsOtherUser) {
uni.showToast({
title: '卡力用户只支持跳转登录',
@@ -785,9 +785,7 @@
}
},
toDetail(item) {
console.log(item)
let itemS = JSON.stringify(item)
console.log('进入油站详情items', itemS)
if (uni.getStorageSync('user')) {
if (item.channelCode === 'TY') {
uni.setStorageSync('OtherSiteInfo', item)