diff --git a/Activity/pages/index/index.vue b/Activity/pages/index/index.vue
new file mode 100644
index 0000000..26f9183
--- /dev/null
+++ b/Activity/pages/index/index.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+ {{item.activityDetail}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/App.vue b/App.vue
index a3781ac..e08a94d 100644
--- a/App.vue
+++ b/App.vue
@@ -113,7 +113,7 @@
success: function(res) {
if (res.confirm) {
uni.redirectTo({
- url: '/BagAuth/pages/login/login'
+ url: '/BagAuth/pages/login/login?loginType=true'
})
}
},
diff --git a/BagAuth/pages/login/login.vue b/BagAuth/pages/login/login.vue
index b861bb5..4c123a8 100644
--- a/BagAuth/pages/login/login.vue
+++ b/BagAuth/pages/login/login.vue
@@ -1,5 +1,5 @@
-
+
@@ -73,6 +73,7 @@
},
data() {
return {
+ loginType:false,
// imgsrc:require('../../../BagStation/static/img/login-bg.png'),
checked: false,
userHandle: false,
@@ -91,7 +92,11 @@
loginOut: uni.getStorageSync('loginOut') ? true : false
}
},
- onLoad() {
+ onLoad(e) {
+ if(e.loginType){
+ this.loginType = Boolean(e.loginType);
+ console.log(e.loginType,'e.loginType')
+ }
uni.clearStorageSync()
// this.refreshLocation()
uni.login({
@@ -138,6 +143,7 @@
this.checked = val
},
refuseLogin() {
+ uni.setStorageSync('loginType',false)
uni.switchTab({
url: '/pages/tabbar/home/home'
})
@@ -200,8 +206,7 @@
oilIdentityApi.bindLoginByPhone(data, url).then(res => {
console.log(res)
if (res.code == 20000) {
- this.loginSuccess(res)
-
+ this.loginSuccess(res)
}
})
}
@@ -233,7 +238,11 @@
uni.switchTab({
url: '/pages/tabbar/home/home'
})
- }else{
+ }else{
+ console.log(this.loginType,'loginTypeloginTypeloginType')
+ if(!this.loginType){
+ this.refuseLogin()
+ }
console.log('禁摩登录i失败==================')
}
},
diff --git a/BagSetup/setup/setup.vue b/BagSetup/setup/setup.vue
index 779aff2..3a1b49d 100644
--- a/BagSetup/setup/setup.vue
+++ b/BagSetup/setup/setup.vue
@@ -135,7 +135,7 @@
uni.setStorageSync('loginOut', true)
setTimeout(() => {
uni.reLaunch({
- url: '/BagAuth/pages/login/login'
+ url: '/BagAuth/pages/login/login?loginType=true'
})
}, 1000)
}
@@ -144,7 +144,7 @@
setTimeout(() => {
uni.setStorageSync('loginOut', true)
uni.reLaunch({
- url: '/BagAuth/pages/login/login'
+ url: '/BagAuth/pages/login/login?loginType=true'
})
}, 1000)
}
diff --git a/BagStation/pages/routePlain/routePlain.vue b/BagStation/pages/routePlain/routePlain.vue
index d911f1b..61d1527 100644
--- a/BagStation/pages/routePlain/routePlain.vue
+++ b/BagStation/pages/routePlain/routePlain.vue
@@ -335,9 +335,9 @@
content:"登录佰川加油才可以加油 |˛˙꒳˙)♡",
confirmText:'去登陆',
success: (res) => {
- if(res.confirm){
+ if(res.confirm){
uni.reLaunch({
- url:'../../../BagAuth/pages/login/login'
+ url:'../../../BagAuth/pages/login/login?loginType=true'
})
}
}
diff --git a/BagStation/pages/stationDetail/stationDetail.vue b/BagStation/pages/stationDetail/stationDetail.vue
index 9975373..4a16fde 100644
--- a/BagStation/pages/stationDetail/stationDetail.vue
+++ b/BagStation/pages/stationDetail/stationDetail.vue
@@ -4,8 +4,10 @@
中石化紫云路
返回
-->
-
-
+
+
@@ -29,8 +31,10 @@
-
-
+
+
@@ -61,7 +65,7 @@
+ :channel-list="siteInfo.oilSiteChannelDetailsVos">
@@ -81,20 +85,22 @@
一键支付
-
-
-
+
@@ -204,9 +205,13 @@
// src:this.global.starUrl+'banner.png',
// link:''
// },
+ // {
+ // src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
+ // link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
+ // },
{
- src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
- link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
+ src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png',
+ JumpPage:'/Activity/pages/index/index'
},
],
listHeight: 160,
@@ -354,6 +359,7 @@
},
methods: {
+ toActivity(){},
toManagement() {
const user = uni.getStorageSync('user');
if (user) {
@@ -378,10 +384,15 @@
}
},
swiperClick(item, index) {
- if (!item?.link) return
- uni.navigateTo({
- url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
- })
+ // if (!item?.link) return
+ // uni.navigateTo({
+ // url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
+ // })
+ if(item?.JumpPage){
+ uni.navigateTo({
+ url: item.JumpPage
+ })
+ }
},
goToPage(url) {
if (!url) return;
@@ -575,27 +586,32 @@
},
toDetail(item) {
let itemS = encodeURIComponent(JSON.stringify(item))
- console.log(itemS)
- if (uni.getStorageSync('user')) {
- uni.navigateTo({
- url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
- fail: (err) => {},
- success: () => {}
- })
- } else {
- uni.showModal({
- title: '请您登录',
- content: "登录佰川加油才可以加油 |˛˙꒳˙)♡",
- confirmText: '去登陆',
- success: (res) => {
- if (res.confirm) {
- uni.reLaunch({
- url: '../../../BagAuth/pages/login/login'
- })
- }
- }
- })
- }
+ uni.navigateTo({
+ url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
+ fail: (err) => {},
+ success: () => {}
+ })
+ // console.log(itemS)
+ // if (uni.getStorageSync('user')) {
+ // uni.navigateTo({
+ // url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
+ // fail: (err) => {},
+ // success: () => {}
+ // })
+ // } else {
+ // uni.showModal({
+ // title: '请您登录',
+ // content: "登录佰川加油才可以加油 |˛˙꒳˙)♡",
+ // confirmText: '去登陆',
+ // success: (res) => {
+ // if (res.confirm) {
+ // uni.reLaunch({
+ // url: '../../../BagAuth/pages/login/login?loginType=true'
+ // })
+ // }
+ // }
+ // })
+ // }
},
getFilterData() {
oilSiteApi.getCheckInfo().then(res => {
diff --git a/pages/tabbar/station/stationList.vue b/pages/tabbar/station/stationList.vue
index 268af44..b571081 100644
--- a/pages/tabbar/station/stationList.vue
+++ b/pages/tabbar/station/stationList.vue
@@ -426,31 +426,40 @@
},
toDetail(item) {
- let itemS = encodeURIComponent(JSON.stringify(item))
- if (uni.getStorageSync('user')) {
- uni.navigateTo({
- url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
- fail: (err) => {
- // console.log(err)
- },
- success: () => {
- // console.log('err')
- }
- })
- } else {
- uni.showModal({
- title: '请您登录',
- content: "登录佰川加油才可以加油 |˛˙꒳˙)♡",
- confirmText: '去登陆',
- success: (res) => {
- if (res.confirm) {
- uni.reLaunch({
- url: '../../../BagAuth/pages/login/login'
- })
- }
- }
- })
- }
+ let itemS = encodeURIComponent(JSON.stringify(item));
+ uni.navigateTo({
+ url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
+ fail: (err) => {
+ // console.log(err)
+ },
+ success: () => {
+ // console.log('err')
+ }
+ })
+ // if (uni.getStorageSync('user')) {
+ // uni.navigateTo({
+ // url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
+ // fail: (err) => {
+ // // console.log(err)
+ // },
+ // success: () => {
+ // // console.log('err')
+ // }
+ // })
+ // } else {
+ // uni.showModal({
+ // title: '请您登录',
+ // content: "登录佰川加油才可以加油 |˛˙꒳˙)♡",
+ // confirmText: '去登陆',
+ // success: (res) => {
+ // if (res.confirm) {
+ // uni.reLaunch({
+ // url: '../../../BagAuth/pages/login/login?loginType=true'
+ // })
+ // }
+ // }
+ // })
+ // }
},
nameSelect(value, item) {
this.title2 = item.text
diff --git a/pages/tabbar/user/user.vue b/pages/tabbar/user/user.vue
index a24c256..7072b55 100644
--- a/pages/tabbar/user/user.vue
+++ b/pages/tabbar/user/user.vue
@@ -121,9 +121,9 @@
-
+
-
+
@@ -207,7 +207,21 @@
this.getAmount()
},
methods: {
+ clickFn(e){
+ uni.showToast({
+ title:'功能正在开发中',
+ icon:'none'
+ })
+ },
goToPage(url) {
+ const token = uni.getStorageSync('Authorization')
+ if(!token){
+ uni.showToast({
+ title:'功能正在开发中',
+ icon:'none'
+ })
+ return
+ }
if (!url) return;
uni.navigateTo({
url
@@ -228,7 +242,7 @@
this.routerTo('/BagSetup/setup/setup')
}else{
uni.reLaunch({
- url:'../../../BagAuth/pages/login/login'
+ url:'../../../BagAuth/pages/login/login?loginType=true'
})
}
},
diff --git a/utils/request.js b/utils/request.js
index f204573..86de926 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -4,7 +4,7 @@ import utils from '@/utils/encode'
// const env = process.env.NODE_ENV
const env = 'production'/* */
// const env = 'test'
-const testUrl = 'http://192.168.0.45:38080'
+const testUrl = 'http://192.168.0.254:38080'
// const productUrl = 'http://121.196.213.68/adminapi' //预生产
const productUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
@@ -90,7 +90,7 @@ service.interceptors.response.use(
uni.hideLoading()
if(response.config.url.indexOf('/oil-site/oilSiteOrderInfo/getOrderQrCode') === -1){
- if (res.code != 20000 && res.msg != '令牌为空,不允许操作' && res.msg != '您的ip已经更改,请重新登录' && res.msg != '登录与操作设备不同') {
+ if (res.code != 20000 && res.msg != '令牌为空,不允许操作' && res.msg != '您的ip已经更改,请重新登录' && res.msg != '登录与操作设备不同' && res.msg != '用户未登录只可查询前两页油站信息') {
uni.showToast({
title: res.msg,
icon: "none"