|
|
@ -25,8 +25,8 @@ |
|
|
|
<!-- 图片蒙层 --> |
|
|
|
<view class="image-overlay" v-if="!isFeel"></view> |
|
|
|
<!-- 智能体标签 --> |
|
|
|
<view class="content-box-info" v-if="!isFeel"> |
|
|
|
<view class="ai-tag" v-if="item.agent"> |
|
|
|
<view class="content-box-info" v-if="!isFeel&&item.agent"> |
|
|
|
<view class="ai-tag"> |
|
|
|
<view |
|
|
|
class="ai-label" |
|
|
|
:style="{ |
|
|
@ -180,7 +180,7 @@ export default { |
|
|
|
if (img.indexOf("https://") != -1 || img.indexOf("http://") != -1) { |
|
|
|
return img; |
|
|
|
} else { |
|
|
|
return this.$options._base.prototype.NEWAPIURL + img; |
|
|
|
return this.$options._base.prototype.NEWAPIURLIMG + img; |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|