commit | 0da313587e02023092b7ade4a30fd1461070fecb | [log] [tgz] |
---|---|---|
author | binquan.qiu <binquan.qiu@supwisdom.com> | 周一 4月 13 11:25:55 2020 +0800 |
committer | binquan.qiu <binquan.qiu@supwisdom.com> | 周一 4月 13 11:25:55 2020 +0800 |
tree | 0bea9628775d898e4f5eb62346b4391c82db240d | |
parent | 7f2665f335cc8830f18adc6f870184c5eb407341 [diff] [blame] |
小程序正扫bug修复
diff --git a/pages/scan/scan.wxml b/pages/scan/scan.wxml index 0051e08..424bc07 100644 --- a/pages/scan/scan.wxml +++ b/pages/scan/scan.wxml
@@ -1,4 +1,3 @@ -<!--pages/scan/scan.wxml--> - - - <web-view src='{{scanurl}}' bindload='getTrueUrl'></web-view> +<view> +<web-view src='{{scanurl}}' bindload='getTrueUrl' ></web-view> +</view> \ No newline at end of file