Commit 691ddfa5 authored by 黄媛媛's avatar 黄媛媛

11

parent 3575ba13
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{{dataInfo.Address}} {{dataInfo.Address}}
</view> </view>
<view class="dkBtn"> <view class="dkBtn">
<text class="dk" wx:if="{{dataInfo.IsPunchCard==2}}">打卡</text> <text bindtap="DakaBtn" class="dk" wx:if="{{dataInfo.IsPunchCard==2}}">打卡</text>
<text class="wdk" wx:if="{{dataInfo.IsPunchCard==1}}">已打卡</text> <text class="wdk" wx:if="{{dataInfo.IsPunchCard==1}}">已打卡</text>
</view> </view>
</view> </view>
......
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