mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
【fix】 修复咋理赔中,一个判断的 == 写成 = 的缺陷
This commit is contained in:
@@ -269,7 +269,7 @@ export default {
|
||||
} else {
|
||||
//不在微信
|
||||
localStorage.setItem('sign-val', val)
|
||||
if ((val = 3)) {
|
||||
if (val == 3) {
|
||||
if (that.list.applyerCertiType != '1') {
|
||||
this.showRead()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user