Commit b9afa1f7 by 宋毅

tj

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