add
This commit is contained in:
parent
68e822f33b
commit
e64727de58
|
@ -765,7 +765,7 @@
|
||||||
if (!formData2.mobile) return uni.$u.toast('请填写电话号码');
|
if (!formData2.mobile) return uni.$u.toast('请填写电话号码');
|
||||||
if (formData2.price < formData2.label_limit) return uni.$u.toast(
|
if (formData2.price < formData2.label_limit) return uni.$u.toast(
|
||||||
`${formData2.label_name}角色最低金额不能低于${formData2.label_limit}元`);
|
`${formData2.label_name}角色最低金额不能低于${formData2.label_limit}元`);
|
||||||
// formData2.store_id = STORE_INFO.id
|
formData2.store_id = STORE_INFO.id
|
||||||
// formData2.recharge_type = 'INDUSTRYMEMBERS'
|
// formData2.recharge_type = 'INDUSTRYMEMBERS'
|
||||||
// formData2.user_ship = formData2.label_id
|
// formData2.user_ship = formData2.label_id
|
||||||
// vipRechargeApi(formData2).then(res => {
|
// vipRechargeApi(formData2).then(res => {
|
||||||
|
|
Loading…
Reference in New Issue