【bug】现场缴费字段修改
This commit is contained in:
@@ -31,7 +31,7 @@ Page({
|
||||
},
|
||||
{
|
||||
value: '2',
|
||||
name: '现场缴费'
|
||||
name: '现场缴费(仅支持扫码支付)'
|
||||
},
|
||||
{
|
||||
value: '3',
|
||||
@@ -229,9 +229,15 @@ Page({
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
|
||||
wx.showLoading({
|
||||
title: '加载中',
|
||||
mask:true
|
||||
})
|
||||
signUpApi.signUpMeeting(formData).then(res => {
|
||||
if (res.success) {
|
||||
wx.hideLoading({
|
||||
|
||||
})
|
||||
wx.showToast({
|
||||
title: '报名成功',
|
||||
icon:'loading',
|
||||
|
||||
@@ -63,9 +63,6 @@ page{
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.radio-item {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.validate::before{
|
||||
content: '*';
|
||||
|
||||
@@ -89,7 +89,7 @@ Page({
|
||||
},
|
||||
{
|
||||
value: '2',
|
||||
name: '现场缴费'
|
||||
name: '现场缴费(仅支持扫码支付)'
|
||||
},
|
||||
{
|
||||
value: '3',
|
||||
@@ -737,9 +737,15 @@ Page({
|
||||
// 会议类型
|
||||
// formData.meetingType = this.data.selectedMeeting.meetingType
|
||||
console.log(formData);
|
||||
|
||||
wx.showLoading({
|
||||
title: '加载中',
|
||||
mask:true
|
||||
})
|
||||
signUpApi.signUpMeeting(formData).then(res => {
|
||||
if (res.success) {
|
||||
wx.hideLoading({
|
||||
|
||||
})
|
||||
// 成功 清除缓存 跳转报名成功页面
|
||||
wx.removeStorage({
|
||||
key: 'selectedCompany',
|
||||
|
||||
@@ -74,9 +74,6 @@ page{
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.radio-item {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
/* 红* */
|
||||
.validate::before{
|
||||
content: '*';
|
||||
|
||||
Reference in New Issue
Block a user