补充了注册页面的小程序用户协议和隐私政策

This commit is contained in:
2025-06-16 10:59:20 +08:00
parent 6f06dfd826
commit fc957770ce
4 changed files with 14 additions and 51 deletions

View File

@ -34,7 +34,7 @@ import { baseUrl } from "../../../../request";Component({
const rate = parseFloat(this.data.commissionRate);
if (isNaN(rate) || rate < 0 || rate > 10) {
wx.showToast({
title: `请输入有效的比例,最大为 5%`,
title: `请输入有效的比例,最大为 10%`,
icon: 'none',
});
return;