22 lines
689 B
Plaintext
22 lines
689 B
Plaintext
<view class="scanguide">
|
|
<view wx:if="{{ ! hide_title }}" class="title">
|
|
<view class="text1">
|
|
移近一点
|
|
</view>
|
|
<view class="text2">
|
|
等待对焦
|
|
</view>
|
|
<view class="text3">
|
|
对齐定位点
|
|
</view>
|
|
<view class="text4">
|
|
采集完成
|
|
</view>
|
|
</view>
|
|
<view class="scan {{ hide_title ? '' : 'with-title' }}">
|
|
<image class="markers-glow" src="/static/scan-guide-qrmarkers-glow.png"></image>
|
|
<image class="markers" src="/static/scan-guide-qrmarkers.png"></image>
|
|
<image class="qr" src="/static/scan-guide-qr.png"></image>
|
|
</view>
|
|
</view>
|