shish 11 mesi fa
parent
commit
87a08e1bb1
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      hdh5/admin/ghs/pay.vue

+ 1 - 2
hdh5/admin/ghs/pay.vue

@@ -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>