Commit 671d5e2d by 刘泽奇

123

parent 995ce954
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
}, },
mounted: function() { mounted: function() {
this.$root.loading = true; this.$root.loading = true;
this.$nextTick(() => { this.$nextTick(() => {
this.getChannerBanner(); this.getChannerBanner();
var obj = this.$root.copyParams({ channelUserId: "", itemCode: "sbfu" }, "getProductListByTypeOneCode", "/action/tmOrder/springBoard"); var obj = this.$root.copyParams({ channelUserId: "", itemCode: "sbfu" }, "getProductListByTypeOneCode", "/action/tmOrder/springBoard");
...@@ -154,8 +154,9 @@ ...@@ -154,8 +154,9 @@
}, },
centeredSlides: false, centeredSlides: false,
}); });
}) this.$forceUpdate();
this.$forceUpdate(); });
}, },
created: function() { created: function() {
......
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