shish 11 ay önce
ebeveyn
işleme
b9b4b1ba15
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      hdh5/admin/ghs/pay.vue

+ 3 - 3
hdh5/admin/ghs/pay.vue

@@ -78,7 +78,7 @@
 		<view class="confirm-dialog" v-if="showConfirm" @click="hideConfirmDialog">
 			<view class="dialog-content" @click.stop>
 				<view class="dialog-header">
-					<text class="dialog-title">确认支付</text>
+					<text class="dialog-title">提示</text>
 					<view class="close-btn" @click="hideConfirmDialog">
 					</view>
 				</view>
@@ -93,13 +93,13 @@
 					</view>
 					
 					<view class="confirm-tips">
-						<text class="tip-text">请确认金额无误后点击确认支付</text>
+						<text class="tip-text">请确认金额无误</text>
 					</view>
 				</view>
 				
 				<view class="dialog-footer">
 					<button class="cancel-btn" @click="hideConfirmDialog">取消</button>
-					<button class="confirm-btn" @click="handlePay">确认支付</button>
+					<button class="confirm-btn" @click="handlePay">确认</button>
 				</view>
 			</view>
 		</view>