feat: add loading animation on reconnect button, 5s timeout
这个提交包含在:
@@ -29,6 +29,6 @@
|
||||
</view>
|
||||
|
||||
<button class="btn-primary" wx:if="{{connected}}" bindtap="onNext">确认已佩戴,开始检测</button>
|
||||
<button class="btn-secondary" wx:if="{{!connected}}" bindtap="onRetry">重新连接</button>
|
||||
<button class="btn-secondary" wx:if="{{!connected}}" bindtap="onRetry" disabled="{{reconnecting}}" loading="{{reconnecting}}">{{reconnecting ? '正在连接...' : '重新连接'}}</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
在新工单中引用
屏蔽一个用户