【fix】 修复咋理赔中,一个判断的 == 写成 = 的缺陷

This commit is contained in:
tian.guangyuan
2020-06-04 18:01:12 +08:00
parent 0dd45a54bd
commit 77d74d7850

View File

@@ -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 {