|
|
@ -19,18 +19,21 @@ |
|
|
|
<view class="product-content"> |
|
|
|
<image class="head-img" src="https://static.ticket.sz-trip.com/uploads/20250625/e3112c280ef9761af741907a737ef221.png"></image> |
|
|
|
|
|
|
|
<view class="product"> |
|
|
|
<view class="item" v-for="(item,i) in list" :key="item.goods.id" @click="goDetailByType(item)"> |
|
|
|
<image class="item-img" :src="showImg(item.goods.image)"></image> |
|
|
|
<view class="content"> |
|
|
|
<view class="title text-overflow">{{item.goods.title}}</view> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="price">¥{{item.goods.money/100}}</view> |
|
|
|
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" class="buy-cart"></image> |
|
|
|
<scroll-view style="width: 100%;" scroll-x> |
|
|
|
<view class="product"> |
|
|
|
<view class="item" v-for="(item,i) in list" :key="item.goods.id" @click="goDetailByType(item)"> |
|
|
|
<image class="item-img" :src="showImg(item.goods.image)"></image> |
|
|
|
<view class="content"> |
|
|
|
<view class="title text-overflow">{{item.goods.title}}</view> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="price">¥{{item.goods.money/100}}</view> |
|
|
|
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" class="buy-cart"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<image style="margin: 53rpx 0 35rpx;" class="head-img" src="https://static.ticket.sz-trip.com/uploads/20250627/73153098ff5c115e02afb0328ade1e29.png"></image> |
|
|
|
|
|
|
|