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 { .qr-code {
width: 32rpx; width: 32rpx;
height: 32rpx; height: 32rpx;
<<<<<<< HEAD
=======
>>>>>>> 402de12 (feat首页静态)
} }
.qr-icon { .qr-icon {

17
components/ProductSection.vue

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

Loading…
Cancel
Save