|
|
@ -27,7 +27,14 @@ |
|
|
|
<!-- 智能体标签 --> |
|
|
|
<view class="content-box-info" v-if="!isFeel"> |
|
|
|
<view class="ai-tag"> |
|
|
|
<view class="ai-label" :style="{ borderColor: aiTagBorderColor, color: aiTagTextColor }">智能体</view> |
|
|
|
<view |
|
|
|
class="ai-label" |
|
|
|
:style="{ |
|
|
|
borderColor: aiTagBorderColor, |
|
|
|
color: aiTagTextColor, |
|
|
|
}" |
|
|
|
>智能体</view |
|
|
|
> |
|
|
|
<text class="ai-name">{{ item.aiName }}</text> |
|
|
|
</view> |
|
|
|
<!-- 头像 --> |
|
|
@ -117,12 +124,10 @@ export default { |
|
|
|
isFeel: { |
|
|
|
type: Boolean, |
|
|
|
default: false, |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
// 处理更多按钮点击 |
|
|
|
handleMoreClick() { |
|
|
|
if (this.moreUrl) { |
|
|
@ -175,7 +180,7 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
@font-face { |
|
|
|
font-family: 'Futura'; |
|
|
|
font-family: "Futura"; |
|
|
|
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc); |
|
|
|
} |
|
|
|
.product-section { |
|
|
@ -324,7 +329,7 @@ export default { |
|
|
|
margin-right: 24rpx; |
|
|
|
flex-shrink: 0; |
|
|
|
min-width: 120rpx; |
|
|
|
font-family: 'Futura'; |
|
|
|
font-family: "Futura"; |
|
|
|
} |
|
|
|
|
|
|
|
.heart-icon { |
|
|
|