iotAR小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
328 B

<view class="scan-modal">
<canvas id="scanner" type="2d" style="width: 325px;height: 256px"></canvas>
<view class="title">
{{!fail5s?'开始定位':'努力定位中'}}
</view>
<view class="meta">
{{!fail5s?'请选择光线明亮、遮挡少的环境进行定位':'请扫描其他区域试试'}}
</view>
</view>