Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
wechat_mp
/
0da313587e02023092b7ade4a30fd1461070fecb
/
.
/
pages
/
qrcode
/
qrcode.wxml
blob: 50979e24cb99fa266c61d83e449a3bae01afd61f [
file
] [
log
] [
blame
]
<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>