【bug】现场缴费字段修改

This commit is contained in:
fengachen
2021-11-03 18:16:08 +08:00
parent b6e664457b
commit 07f2d6988a
4 changed files with 16 additions and 10 deletions
+8 -2
View File
@@ -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',
-3
View File
@@ -63,9 +63,6 @@ page{
letter-spacing: 1px;
}
.radio-item {
margin-right: 20rpx;
}
.validate::before{
content: '*';
+8 -2
View File
@@ -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: '*';