mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
选择产品页面提交页面增加判断
This commit is contained in:
@@ -750,7 +750,7 @@
|
|||||||
if (this.chooseProducts.length == 0) {
|
if (this.chooseProducts.length == 0) {
|
||||||
return this.$toast('请添加产品')
|
return this.$toast('请添加产品')
|
||||||
}
|
}
|
||||||
if(!this.isElecCont) {
|
if(!this.isElecCont && localStorage.isFrom == 'sale') {
|
||||||
this.$toast('请选择保单形式')
|
this.$toast('请选择保单形式')
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user