pull/3/head
xiaozhiyong 2 years ago
parent acc76ef744
commit b711e55267
  1. 4
      App.vue
  2. 2
      BagStation/pages/routePlain/routePlain.vue
  3. 2
      pages/tabbar/station/stationList.vue

@ -103,7 +103,6 @@
})
},
onShareAppMessage() {
let that = this
wx.onAppRoute(() => {
const pages = getCurrentPages() //
const view = pages[pages.length - 1] //
@ -118,6 +117,9 @@
}
}
let white = ['pages/index/startPage/startPage']
if(view.route === 'BagStation/pages/stationDetail/stationDetail') {
uni.removeStorageSync('refuseLogin')
}
//
let isRefuseLogin = uni.getStorageSync('refuseLogin')
if(isRefuseLogin || white.includes(view.route) || view.route.includes('BagAuth')) return

@ -332,7 +332,7 @@
} else {
uni.showModal({
title:'请您登录',
content:"登录小星加油才可以加油 |˛˙꒳˙)♡",
content:"登录中品加油才可以加油 |˛˙꒳˙)♡",
confirmText:'去登陆',
success: (res) => {
if(res.confirm){

@ -438,7 +438,7 @@
} else {
uni.showModal({
title: '请您登录',
content: "登录小星加油才可以加油 |˛˙꒳˙)♡",
content: "登录中品加油才可以加油 |˛˙꒳˙)♡",
confirmText: '去登陆',
success: (res) => {
if (res.confirm) {

Loading…
Cancel
Save