|
|
@@ -54,7 +54,7 @@
|
|
|
@touchstart="handleTouchStart"
|
|
|
@touchend="handleTouchEnd"
|
|
|
>
|
|
|
- <text v-if="key.type === 'delete'" class="iconfont icon-delete">⌫</text>
|
|
|
+ <text v-if="key.type === 'delete'" class="iconfont icon-delete"></text>
|
|
|
<text v-else-if="key.type === 'confirm'">确认</text>
|
|
|
<text v-else>{{ key.value }}</text>
|
|
|
</view>
|
|
|
@@ -80,7 +80,6 @@
|
|
|
<view class="dialog-header">
|
|
|
<text class="dialog-title">确认支付</text>
|
|
|
<view class="close-btn" @click="hideConfirmDialog">
|
|
|
- <text class="iconfont icon-close">×</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|