Browse Source

H5座位预定-我的订座:退款弹窗文案

panyong 3 years ago
parent
commit
9b704b2b33
1 changed files with 1 additions and 2 deletions
  1. 1 2
      htmldev/dashboard/src/views/place/reserve/index.vue

+ 1 - 2
htmldev/dashboard/src/views/place/reserve/index.vue

@@ -142,8 +142,7 @@ export default {
     // 退款
     async funRefund (item, idx) {
       Dialog.confirm({
-        title: '提示',
-        message: '你是否确认退款?',
+        message: '您是否确认退款?',
         messageAlign: 'left'
       }).then(async () => {
         try {