pages/product/WorkshopOrderCancellationIssued/index.vue
@@ -124,6 +124,7 @@ }, data() { return { showModal:false, background: { backgroundImage: `url(${content_bg})`, backgroundAttachment: "fixed", @@ -174,6 +175,7 @@ //扫码成功后的回调,你可以写自己的逻辑代码在这里 console.log("扫码结果:", data.code); that.scanHandle(data.code); this.showModal = true; that.$forceUpdate(); }); }, @@ -203,6 +205,7 @@ url: "/pages/product/report/orderList", }); }, }, }; </script>