misworga831 8599708af3 Increase payment support and update parameters
- Improved payment system with WeChat and AliPay support
- Increased minimum recharge amount to `1`
- Added maximum of `9` characters for the recharge amount
- Added minimum withdraw amount setting
- Added real name field for AliPay
- Added third-party login field for AliPay
- Added maxlength of `9` characters for the withdraw amount
- Added a span tag to append '元' to the recharge amount
- Added a new function `with

[buyer/src/pages/home/userCenter/MoneyManagement.vue]
- Raise the minimum recharge amount to `1`
- Allow for a maximum of `9` characters for the recharge amount
- Added support for WeChat and AliPay
- Added a minimum withdraw amount setting
- Added a real name field for AliPay
- Added a third-party login field for AliPay
- Added maxlength of `9` characters for the withdraw amount
- Added a span tag to append '元' to the recharge amount
- Fixed typo
[buyer/src/api/pay.js]
- Add a new function `withdrawalSettingVO` for payment result inquiry
- Change the parameters for `payCallback` function
2023-03-08 21:58:29 +08:00
..
2023-02-01 15:03:40 +08:00
2021-05-13 10:56:04 +08:00
2021-05-13 10:56:04 +08:00
2021-05-13 10:56:04 +08:00
2021-05-13 10:56:04 +08:00
2021-08-03 10:08:07 +08:00
2021-05-13 10:56:04 +08:00
2022-02-15 14:08:04 +08:00
2022-06-16 09:21:14 +08:00
2021-05-13 10:56:04 +08:00
2022-06-16 14:08:46 +08:00
2022-12-28 11:23:46 +08:00
2022-10-26 11:13:43 +08:00
2022-05-20 15:42:23 +08:00
2022-05-27 18:16:12 +08:00

new

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.