diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue index eb8714f..635bf32 100644 --- a/pageQuota/vipUser/index.vue +++ b/pageQuota/vipUser/index.vue @@ -765,7 +765,7 @@ if (!formData2.mobile) return uni.$u.toast('请填写电话号码'); if (formData2.price < formData2.label_limit) return uni.$u.toast( `${formData2.label_name}角色最低金额不能低于${formData2.label_limit}元`); - // formData2.store_id = STORE_INFO.id + formData2.store_id = STORE_INFO.id // formData2.recharge_type = 'INDUSTRYMEMBERS' // formData2.user_ship = formData2.label_id // vipRechargeApi(formData2).then(res => {