【优化】收费二维码显示 签到按钮的修改

This commit is contained in:
fengachen
2021-11-26 11:51:41 +08:00
parent a1d42ee12f
commit b5f47b652e
4 changed files with 16 additions and 5 deletions
+2 -2
View File
@@ -39,10 +39,10 @@
<image src="{{src}}" ></image>
</view>
<view class="scanSign" wx:if="{{isSigned == '1' && !form.checkIn && form.canCheckIn == 1}}">
<text bindtap="sureSign">签到</text>
<text bindtap="sureSign">提交</text>
</view>
<view class="scanSign" wx:if="{{isSigned == '1' && !form.checkIn && form.canCheckIn == 0}}">
<text style="background-color: #bbb;">签到</text>
<text style="background-color: #bbb;">提交</text>
</view>
<!-- 已报名信息显示的内容end -->