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

样式修改

parent 1c4bac8c
...@@ -202,7 +202,6 @@ export default { ...@@ -202,7 +202,6 @@ export default {
}; };
}, },
created() { created() {
console.log(this.navs);
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.secondary = this.$uiConfig.secondary; this.secondary = this.$uiConfig.secondary;
let tempArray = []; let tempArray = [];
......
...@@ -149,10 +149,8 @@ export default { ...@@ -149,10 +149,8 @@ export default {
}; };
}, },
created() { created() {
console.log("A join...");
}, },
mounted() { mounted() {
console.log("B join...");
this.flagTypeInfo = this.$uiConfig.is_bang; this.flagTypeInfo = this.$uiConfig.is_bang;
let tempSystem = uni.getSystemInfoSync(); let tempSystem = uni.getSystemInfoSync();
this.platforms = tempSystem.platform; this.platforms = tempSystem.platform;
...@@ -175,17 +173,6 @@ export default { ...@@ -175,17 +173,6 @@ export default {
} }
this.activeHandler(); 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: { methods: {
activeHandler() { activeHandler() {
let t = getCurrentPages(); 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