menubutton 增加scope
This commit is contained in:
parent
e02efd15ff
commit
6979eaf778
@ -968,7 +968,7 @@ export default {
|
||||
line-height: 18px;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
#menuButton{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -1443,7 +1443,7 @@ export default {
|
||||
border: 1px solid #DADADA !important;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
#menuButton{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -40,7 +40,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
'$route.query.stationId': function (val, oldVal) {
|
||||
console.log('======================');
|
||||
if (this.flag) {
|
||||
this.clearSubscribe(oldVal);
|
||||
this.subscribe(val);
|
||||
@ -71,7 +70,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
viewLoaded() {
|
||||
// console.log('--------------------');
|
||||
// this.subscribe(this.$route.query.stationId);
|
||||
},
|
||||
subscribe(stationCode) {
|
||||
|
Loading…
Reference in New Issue
Block a user