Commit 2899a46d by 宋毅

123

parent e3d52053
......@@ -183,14 +183,13 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
created() {
$("#app").css("visibility", 'visible');
this.loading = false;
},
updated() {
},
mounted() {
this.channelName = location.hash.split('/')[1];
this.accessTitle();
this.$nextTick(() => {
this.handleHeader();
});
......
......@@ -127,6 +127,7 @@
mounted: function() {
this.$root.loading = true;
this.getChannerBanner();
this.$root.accessTitle();
var obj = this.$root.copyParams({ channelUserId: "", itemCode: "sbfu" }, "getProductListByTypeOneCode", "/action/tmOrder/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
this.$root.loading = false;
......
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