登录
This commit is contained in:
@@ -22,6 +22,7 @@ import Advertisement from "../../components/Advertisement/Advertisement";
|
||||
import contentList from "../../components/contentList/contentList";
|
||||
import tabBar from "../../components/tabBar/tabBar";
|
||||
export default {
|
||||
inject: ['$global'],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
@@ -30,6 +31,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goAdvertisement(){
|
||||
console.log(uni);
|
||||
this.$global.lastPage = getCurrentPages().router;
|
||||
uni.navigateTo({ url: '/pages/login/login' })
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user