更新
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user