【bug】提示语修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user