【bug】提示语修改

This commit is contained in:
fengachen
2021-11-03 10:55:38 +08:00
parent 5b2e7be338
commit f3a0d9eec2
2 changed files with 5 additions and 5 deletions
+2 -5
View File
@@ -192,9 +192,6 @@ Page({
},
// 选择参会单位
selectCompany(e) {
wx.navigateTo({
})
if(this.data.nolimitBool){
wx.navigateTo({
url: `../companyList/companyList?page=${e.currentTarget.dataset.page}&nolimit=nolimit`,
@@ -505,7 +502,7 @@ Page({
})
return
}
if( !this.data.selectedPerson.id){
if( !this.data.selectedCompany.id){
wx.showToast({
title: '请选择参会单位',
icon: 'none',
@@ -543,7 +540,7 @@ Page({
// 是否需要发票
if (formData.needInvoice === -1 && this.data.guestType !== '1' ) {
wx.showToast({
title: '请选择发票',
title: '请选择是否需要发票',
icon: 'none',
duration: 2000
})
@@ -92,3 +92,6 @@ page{
font-weight: 500;
letter-spacing: 2px;
}
.primary-color {
color:#069F99!important;
}