Browse Source

fix

dev_des
1054425342@qq.com 2 months ago
parent
commit
2dbbda432f
  1. 4
      components/DynamicIsland.vue
  2. 17
      components/ProductSection.vue

4
components/DynamicIsland.vue

@ -410,6 +410,10 @@ export default {
.qr-code {
width: 32rpx;
height: 32rpx;
<<<<<<< HEAD
=======
>>>>>>> 402de12 (feat首页静态)
}
.qr-icon {

17
components/ProductSection.vue

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

Loading…
Cancel
Save