|
@@ -77,17 +77,5 @@
|
|
|
<view class="f-btn cancel-btn ittflex">取消</view>
|
|
|
<view class="f-btn confirm-btn itt-btn" bindtap="handleConfirm">确定</view>
|
|
|
</view>
|
|
|
- <van-dialog
|
|
|
- title="您当前的检测次数为0,先充值次数"
|
|
|
- show="{{ dialogsShow }}"
|
|
|
- show-cancel-button
|
|
|
- confirm-button-text="去充值"
|
|
|
- confirm-button-color="#333"
|
|
|
- cancel-button-text="实体卡激活"
|
|
|
- cancel-button-color="#666"
|
|
|
- bind:confirm="handleCharge"
|
|
|
- bind:cancel="handleActiveCard"
|
|
|
- >
|
|
|
- </van-dialog>
|
|
|
</view>
|
|
|
</view>
|