diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 9ce36b4..b3ae757 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -5,14 +5,17 @@ - + + + + + @@ -327,6 +331,11 @@ }); }, qrqodeFn() { + + + this.showToast = true + return + let that = this uni.scanCode({ onlyFromCamera: true, @@ -493,4 +502,14 @@ font-size: 35.05rpx; } } + + .cover { + /* width: 100rpx; + height: 100rpx; + background-color: red; */ + z-index: 999999; + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, 0.5); + } \ No newline at end of file