You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="container" style="background-image: url('/image/dd背景.jpg');">
</view>
<view class="rectangle1">
<label class="radio-label">
<input type="radio" name="choice" value="yes" class="radio-input" />
<view class="radio-custom" bindtap="confirmPledge" ></view>
<text class="radio-text" bindtap="confirmPledge" >是</text>
</label>
<label class="radio-label">
<input type="radio" name="choice" value="no" class="radio-input" />
<view class="radio-custom" catchtap="cancelPledge" ></view>
<text class="radio-text" catchtap="cancelPledge" >否</text>
</label>
</view>
<view class="rectangle2"></view>
<text class="custom-text">回答问题前使用积分进行抵押如果老师给分在2分以上积分返还并增加如果老师给分在2分以下则抵押的积分被扣除。</text>
<image class="boss-image" src="/image/smileboss.png" mode="widthFix"></image>
<image class="dd-image" src="/image/dd.png" mode="widthFix"></image>
<image class="yun-image" src="/image/云对话框.png" mode="widthFix"></image>
<text class="boss-text">你是否要进行
积分典当呢?</text>
<image class="fanhui-image" bindtap="goback" src="/image/fanhui2.png" mode="widthFix"></image>
<modal wx:if="{{showInputModal}}" bindclose="closeInputModal" bindconfirm="submitPledge">
<view>
<input placeholder="请输入典当积分" bindinput="handlePledgeInput"/>
<!-- <button bindtap="submitPledge">确定</button> -->
</view>
</modal>