examTeamApp/unpackage/dist/dev/mp-weixin/pages/devices/G02.wxml

1 line
1.7 KiB
Plaintext

<view class="weightPages data-v-34f160ee"><view class="content data-v-34f160ee"><block wx:if="{{isConnection==0}}"><view class="title data-v-34f160ee">连接中,请稍后</view></block><block wx:if="{{isConnection==1}}"><view class="title data-v-34f160ee">连接成功,开始测量</view></block><block wx:if="{{isConnection==2}}"><view data-event-opts="{{[['tap',[['openBluetoothAdapter',['$event']]]]]}}" class="title data-v-34f160ee" bindtap="__e">连接失败,点击重新连接</view></block><view class="text data-v-34f160ee">{{text}}</view><view class="image data-v-34f160ee"><image class="image3 data-v-34f160ee" src="/images/HC.png"></image></view><view class="tips data-v-34f160ee"><view class="data-v-34f160ee">提示:</view><text class="data-v-34f160ee">1.请确定设备已开机</text><text class="data-v-34f160ee">2.请确定手机蓝牙及位置信息已打开</text></view></view><block wx:if="{{isHeight}}"><view class="wrapper data-v-34f160ee"><view class="bg data-v-34f160ee"></view><view class="Blue data-v-34f160ee"><view class="h4 data-v-34f160ee">测量结果提示</view><view class="Blue-box data-v-34f160ee">本次测量身高为:<text class="data-v-34f160ee">{{height+unit}}</text></view><view class="Blue-box data-v-34f160ee">上次测量体重为:<input type="digit" placeholder="请输入体重" data-event-opts="{{[['input',[['__set_model',['','weight','$event',[]]]]]]}}" value="{{weight}}" bindinput="__e" class="data-v-34f160ee"/>kg</view><view data-event-opts="{{[['tap',[['handleBack',[1]]]]]}}" class="Blue-btn Blue-close data-v-34f160ee" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['handleGetMeasure',['$event']]]]]}}" class="Blue-btn data-v-34f160ee" bindtap="__e">保存测量结果</view></view></view></block></view>