shish 11 luni în urmă
părinte
comite
87a08e1bb1
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      hdh5/admin/ghs/pay.vue

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

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