Ver código fonte

修改 微信支付弹窗显示文字

feat
JinxChen 1 ano atrás
pai
commit
5fc70d6cd2
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      src/views/package-list/index.vue

+ 3
- 2
src/views/package-list/index.vue Ver arquivo

@@ -1,7 +1,7 @@
<!--
* @Date: 2022-03-29 16:57:58
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-31 11:02:13
* @LastEditTime: 2023-03-31 11:21:02
* @FilePath: \TelpoH5FrontendWeb\src\views\package-list\index.vue
* @description: TODO 小台风充值h5
-->
@@ -444,7 +444,8 @@ export default {
});
} else {
that.$dialog.confirm({
content: "您取消了支付"
message: "您取消了支付",
showCancelButton: false
});
}
}


Carregando…
Cancelar
Salvar