王露 2 years ago
parent
commit
df6b642c6e

+ 1
- 1
digital-park-web/digital-park/src/views/investment-service/property-detail/PropertyDetail.vue View File

@@ -329,7 +329,7 @@ export default {
}
if (type == "image") {
if (
!/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG)$/.test(
!/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG|webp)$/.test(
fileValueSuffix
)
) {

+ 1
- 1
digital-park-web/digital-park/src/views/my-related/business/Business.vue View File

@@ -329,7 +329,7 @@ export default {
claimState &&
claimState.text == "已认领";
// 主图
this.mainImg = logo ? JSON.parse(logo)[0] : "";
this.mainImg = logo ? logo[0] : "";
// 标签
this.comanyTags = enterpriseLabel
? enterpriseLabel.text

Loading…
Cancel
Save