Commit 3ff6d980 authored by 吴春's avatar 吴春

样式修改

parent 1c4bac8c
......@@ -202,7 +202,6 @@ export default {
};
},
created() {
console.log(this.navs);
this.mainColor = this.$uiConfig.mainColor;
this.secondary = this.$uiConfig.secondary;
let tempArray = [];
......
......@@ -149,10 +149,8 @@ export default {
};
},
created() {
console.log("A join...");
},
mounted() {
console.log("B join...");
this.flagTypeInfo = this.$uiConfig.is_bang;
let tempSystem = uni.getSystemInfoSync();
this.platforms = tempSystem.platform;
......@@ -175,17 +173,6 @@ export default {
}
this.activeHandler();
},
// activated(){
// if(uni.getStorageSync("navs")){
// this.navs = uni.getStorageSync("navs")??[];
// }else{
// setTimeout(()=>{
// this.navs = uni.getStorageSync("navs")??[];
// this.activeHandler();
// },3000)
// }
// this.activeHandler();
// },
methods: {
activeHandler() {
let t = getCurrentPages();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment