Commit adc06def by 宋毅

tj

parent 712e0285
......@@ -156,12 +156,15 @@
},
created: function() {
debugger;
console.log(this.$root.channelName,"pppppppppppppppppppppppppppppp");
this.channelName = location.hash.split('/')[1];
console.log(this.channelName,"pppppppppppppppppppppppppppppp222222222");
},
methods: {
getChannerBanner(){
debugger;
console.log(this.$root.channelName,"ddddddddddddddddddddddddddd");
switch (this.$root.channelName) {
case 'jd':
this.channelBanner = "background: url(/imgs/jdcloud/jdtrademark/banner.png) center center no-repeat";
......
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