Handy_Cao 1 year ago
parent
commit
ab98cd3bfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/mobile/views/swap/detail/Index.vue

+ 1 - 1
src/packages/mobile/views/swap/detail/Index.vue

@@ -174,7 +174,7 @@ const onDelisting = (row: Model.TjmdTradeOrderDetailRsp) => {
                 router.push({ name: 'account-protocol', query: { memberUserId: row.userid.toString() } })
             } else {
                 dialog({
-                    message: '申请交易',
+                    message: '确认申请交易吗?',
                     showCancelButton: true,
                     confirmButtonText: '去申请'
                 }).then(() => {