修改湖畔缴费中点击立即缴费的提示

This commit is contained in:
赵毅 2025-09-17 15:25:55 +08:00
parent a8168c6db1
commit 8d7e59c095

View File

@ -118,8 +118,8 @@ export default {
handlePay() {
if (this.isFormValid) {
uni.showToast({
title: '缴费成功',
icon: 'success'
title: '该功能暂未实现',
icon: 'none'
});
}
},