【bug】41998 缴费方式为汇款的校验 错误

This commit is contained in:
fengachen
2021-11-04 09:13:52 +08:00
parent a0ade5ec12
commit 4e21c01ebb
@@ -56,7 +56,8 @@ Page({
}) })
return return
} }
if(this.data.singInPersonInfo.payMode === 2 && this.data.ordeCode === '' || this.data.ordeCode === undefined || this.data.ordeCode === null ){ debugger
if(this.data.singInPersonInfo.payMode === 2 && (this.data.ordeCode === '' || this.data.ordeCode === undefined || this.data.ordeCode === null) ){
wx.showToast({ wx.showToast({
title: '请输入缴费订单号后四位数', title: '请输入缴费订单号后四位数',
icon:'none' icon:'none'