| } | } | ||||
| if (type == "image") { | if (type == "image") { | ||||
| if ( | if ( | ||||
| !/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG)$/.test( | |||||
| !/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG|webp)$/.test( | |||||
| fileValueSuffix | fileValueSuffix | ||||
| ) | ) | ||||
| ) { | ) { |
| claimState && | claimState && | ||||
| claimState.text == "已认领"; | claimState.text == "已认领"; | ||||
| // 主图 | // 主图 | ||||
| this.mainImg = logo ? JSON.parse(logo)[0] : ""; | |||||
| this.mainImg = logo ? logo[0] : ""; | |||||
| // 标签 | // 标签 | ||||
| this.comanyTags = enterpriseLabel | this.comanyTags = enterpriseLabel | ||||
| ? enterpriseLabel.text | ? enterpriseLabel.text |