Commit 0eec19a1 authored by 沈良进's avatar 沈良进

save

parent 30f21b76
......@@ -127,6 +127,10 @@ export default {
this.msg.TCID = this.$route.query.TCID;
this.msg.orderID = this.$route.query.orderID;
this.getCanvas();
document.getElementsByTagName('body')[0].style="overscroll-behavior-y: contain;"
},
beforeDestroy() {
document.getElementsByTagName('body')[0].style=""
},
methods:{
getCanvas() {
......
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