Commit 345cbfed by 陈玉桐

fix

parent 5d380456
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<view class="checkImg"> <view class="checkImg">
<view id="checkImgNo" wx:if="{{trainingStatus==2 || trainingStatus==3 || trainingStatus==4}}"> <view id="checkImgNo" wx:if="{{trainingStatus==2 || trainingStatus==3 || trainingStatus==4}}">
<image src="../../assets/indexDefault.png" /> <image src="../../assets/indexDefault.png" />
<view id="checkImgNoRefreshBox"><text wx:if="{{trainingStatus==2}}" id="checkImgNoRefresh">加载中</text><text wx:else bindtap="refresh" id="checkImgNoRefresh">刷新</text></view> <view id="checkImgNoRefreshBox"><text wx:if="{{trainingStatus==2&&bindDeviceStatus==1}}" id="checkImgNoRefresh">加载中</text><text wx:else bindtap="refresh" id="checkImgNoRefresh">刷新</text></view>
</view> </view>
<view id="checkImgConBox" wx:else> <view id="checkImgConBox" wx:else>
<image id="checkImgCon" src="{{checkImg}}" /> <image id="checkImgCon" src="{{checkImg}}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment