Compare commits

..

No commits in common. "4979e671d3276ec7d0463b5212743fe51622b811" and "b8195da0e3be208b1e48a45349382d71da69261a" have entirely different histories.

22 changed files with 19 additions and 34 deletions

View File

@ -1,3 +1,3 @@
ENV = 'development' ENV = 'development'
VUE_APP_BASE_API = 'https://lcny.sk797.cn' VUE_APP_BASE_API = 'http://lcny.sk797.cn'

View File

@ -1,4 +1,4 @@
ENV = 'production' ENV = 'production'
VUE_APP_BASE_API = 'https://lcny.sk797.cn' VUE_APP_BASE_API = 'http://lcny.sk797.cn'

View File

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) <!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="https://lcny.sk797.cn/h5/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://lcny.sk797.cn/h5/static/js/chunk-vendors.959091ef.js"></script><script src="https://lcny.sk797.cn/h5/static/js/index.eadd280b.js"></script></body></html> document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="http://lcny.sk797.cn/h5/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="http://lcny.sk797.cn/h5/static/js/chunk-vendors.959091ef.js"></script><script src="http://lcny.sk797.cn/h5/static/js/index.1a63b20b.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
import store from './store/index.js' import store from './store/index.js'
import jwt from '@/api/jwt.js'
export default { export default {
onLaunch(e) { onLaunch(e) {
const { appbar, token } = e.query const { appbar, token } = e.query
@ -8,22 +7,8 @@ export default {
} }
if (appbar == 'hidden') { if (appbar == 'hidden') {
store.commit('showAppbar', false) store.commit('showAppbar', false)
this.hideNavBar()
} else { } else {
store.commit('showAppbar', true) store.commit('showAppbar', true)
} }
},
methods: {
hideNavBar() {
/*#ifdef H5*/
this.$nextTick(() => {
let head = document.getElementsByTagName('uni-page-head')
if (head[0]) {
head[0].style.display = 'none'
}
// console.log(head);
})
/*#endif*/
}
} }
} }

View File

@ -75,6 +75,6 @@
}, },
"h5" : { "h5" : {
"template" : "", "template" : "",
"publicPath" : "https://lcny.sk797.cn/h5/" "publicPath" : "http://lcny.sk797.cn/h5/"
} }
} }

View File

@ -4,6 +4,7 @@ export default {
data() { data() {
return { return {
h5NavHeightP: 44, h5NavHeightP: 44,
// showAppbar:true
} }
}, },
computed: { computed: {
@ -12,6 +13,7 @@ export default {
onLoad({ appbar }) { onLoad({ appbar }) {
if (appbar == 'hidden') { if (appbar == 'hidden') {
this.h5NavHeightP = 0 this.h5NavHeightP = 0
// this.showAppbar = false
this.hideNavBar() this.hideNavBar()
} }
}, },
@ -21,7 +23,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
let head = document.getElementsByTagName('uni-page-head') let head = document.getElementsByTagName('uni-page-head')
if (head[0]) { if (head[0]) {
head[0].style.display='none' head[0].remove()
} }
// console.log(head); // console.log(head);
}) })

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="bg-page"> <view class="bg-page">
<u-sticky z-index="99" :h5NavHeight="h5NavHeightP"> <u-sticky z-index="99">
<view class="secreen-section" style="background-color: #fff;"> <view class="secreen-section" style="background-color: #fff;">
<u-dropdown class="dropdown-box" :class="[!dropDownShow?'downClose':'']" ref="uDropdown" <u-dropdown class="dropdown-box" :class="[!dropDownShow?'downClose':'']" ref="uDropdown"
@close="dropdownClose" @open="dropdownOpen"> @close="dropdownClose" @open="dropdownOpen">

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="bg-page"> <view class="bg-page">
<u-sticky z-index="99" :h5NavHeight="h5NavHeightP"> <u-sticky z-index="99">
<view class="secreen-section" style="background-color: #fff;"> <view class="secreen-section" style="background-color: #fff;">
<u-dropdown class="dropdown-box" :class="[!dropDownShow?'downClose':'']" ref="uDropdown" <u-dropdown class="dropdown-box" :class="[!dropDownShow?'downClose':'']" ref="uDropdown"
@close="dropdownClose" @open="dropdownOpen"> @close="dropdownClose" @open="dropdownOpen">

View File

@ -2,5 +2,3 @@
export const userInfo = (state)=> state.userInfo export const userInfo = (state)=> state.userInfo
//token //token
export const token = (state)=> state.user_access_token export const token = (state)=> state.user_access_token
export const showAppbar = (state)=> state.showAppbar