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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<view class="title">我的设备</view>
<view class="call">
<view class="tbl" wx:if="{{dev.length>1}}"></view>
<view class="tbr" wx:if="{{dev.length>1}}"></view>
<view class="shtp"></view>
<view class="shimg"></view>
<view class="shmz">{{item.constellation}}-晶石手环</view>
<view class="sbwysbm">设备唯一识别码</view>
<view class="sbmm">识别码是设备唯一ID, 绝对不能告诉别人哦! </view>
<view class="sbewmt">设备二维码</view>
<view class="sbewm">
<image src="{{QRcode}}"/>
</view><!--设备二维码图片-->
<view class="intr1">可代替设备用于登录,可在设备丢失时临时登录使用</view>
<view class="intr2">请不要将二维码告知他人,否则有账号丢失风险</view>
<view class="sbsbmk"></view><!--设备识别码块-->
<view class="sbsbmkt">{{devs[0].mac}}</view><!--设备识别码块-->
<view class="fz" data-copy="{{item.mac}}" bindtap="doCopy"></view><!--复制按钮-->
</view>
<!-- <canvas class="sbewm" type="2d" style="width: 300rpx; height: 300rpx;" id="myQrcode"></canvas> -->
<!--返回图标-->
<view class="reback11" bindtap="go2Reback"></view>