|
|
@@ -1,6 +1,6 @@
|
|
|
<view class="top-container" wx:if="{{shipId}}">
|
|
|
<view class="sign" bind:tap="check">{{checkinStatus==0?'签到':'已签到'}}</view>
|
|
|
- <view class="check-time" wx:if="checkinStatus==1">签到时间: {{checkinDatetime}}</view>
|
|
|
+ <view class="check-time" wx:if="{{checkinStatus==1}}">签到时间: {{checkinDatetime}}</view>
|
|
|
</view>
|
|
|
<view class="top-container exp" wx:else="">
|
|
|
<image class="avatar-icon" src="{{avater_exp}}"></image>
|