- <template name="08661b73"><view class="_div data-v-86859b48"><van-row class="_van-row data-v-86859b48 padding"><van-col span="5" offset="4" class="_van-col data-v-86859b48"><view class="_div data-v-86859b48 device_bg flex flex-direction align-center justify-center"><image src="https://img.shuimuai.com/web/phone.png" alt class="_img data-v-86859b48 device_phone"></image> <text class="_text data-v-86859b48 text-gray device_text"> 我的手机</text></view></van-col> <van-col span="3" offset="1" class="_van-col data-v-86859b48"><view class="_div data-v-86859b48 dot_container flex align-center"><view class="_div data-v-86859b48 dot_wait"><image wx:if="{{status == 1}}" src="https://img.shuimuai.com/web/dot.png" alt class="_img data-v-86859b48 moving_dot {{[status == 1 ? 'moving' : '']}}"></image> <image wx:if="{{status == 2}}" src="https://img.shuimuai.com/m_sign_gou%402x.png" alt class="_img data-v-86859b48 moving_dot"></image> <image wx:if="{{status == 3}}" src="https://img.shuimuai.com/fail.png" alt class="_img data-v-86859b48 moving_dot"></image></view></view></van-col> <van-col span="5" offset="0" class="_van-col data-v-86859b48"><view class="_div data-v-86859b48 device_bg flex flex-direction align-center justify-center"><image src="https://img.shuimuai.com/web/brain.png" alt class="_img data-v-86859b48 device_brain"></image> <text class="_text data-v-86859b48 text-gray device_text"> 水母智能脑机</text></view></van-col></van-row> <van-row class="_van-row data-v-86859b48 text-center"><van-col span="{{12}}" class="_van-col data-v-86859b48"><van-button type="danger" bindtap="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_van-button data-v-86859b48">取消连接</van-button></van-col> <van-col span="{{12}}" class="_van-col data-v-86859b48"><text class="_text data-v-86859b48 text-gray text-lg"><block wx:if="{{status == 1}}">
- 连接中...
- </block> <block wx:if="{{status == 2}}">
- 连接成功
- </block> <block wx:if="{{status == 3}}">
- 连接失败
- </block></text></van-col></van-row></view></template>
|