commit | 7f2665f335cc8830f18adc6f870184c5eb407341 | [log] [tgz] |
---|---|---|
author | binquan.qiu <binquan.qiu@supwisdom.com> | 周五 3月 27 17:19:57 2020 +0800 |
committer | binquan.qiu <binquan.qiu@supwisdom.com> | 周五 3月 27 17:19:57 2020 +0800 |
tree | 7ef0cf5fea050357ba7f4bcac802edfdfa70ad49 | |
parent | 045abf7179ac43d919f718e7660b6011416b3544 [diff] [blame] |
大理市民卡小程序1.0提交
diff --git a/pages/qrcode/qrcode.wxml b/pages/qrcode/qrcode.wxml new file mode 100644 index 0000000..50979e2 --- /dev/null +++ b/pages/qrcode/qrcode.wxml
@@ -0,0 +1,4 @@ +<view class="center" style="flex-direction: column;"> + <image src="{{qrcodeURL}}" style="width:400rpx;height:400rpx;margin-top:10%;"> </image> + <view style="margin-top:30rpx;color:#999">请将二维码对准扫描设备</view> +</view> \ No newline at end of file