mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
- 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
new
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build