123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- <template>
- <view class="margin-bottom zaiui-goods-list-box" :class="show?'show':''">
- <view class="flex flex-wrap ">
- <view class="basis-df padding-sm padding-right-xs ">
- <block v-for="(item,index) in list_data" :key="index" v-if="index%2==0">
- <view class="bg-white margin-bottom-sm list-radius" v-if="!item.type" @tap="listTap(item,index)">
- <view class="goods-img">
- <image :src="item.pic" mode="widthFix" lazy-load/>
- <text class="cuIcon-videofill text-white pay-view" v-if="item.pay"/>
- <view class="text-right service-view" v-if="item.service && item.service.length > 0">
- <block v-for="(items,indexs) in item.service" :key="indexs">
- <text class="cu-tag bg-blue radius sm">{{items}}</text>
- </block>
- </view>
- <view class="mold-view" v-if="item.mold && item.mold.length > 0">
- <block v-for="(items,indexs) in item.mold" :key="indexs">
- <text class="cu-tag radius sm" :class="['bg-' + items.bg]">{{items.name}}</text>
- </block>
- </view>
- </view>
- <view class="padding-xs">
- <view class="text-cut-2 text-black">{{item.name}}</view>
- <view class="margin-top-xs">
- <view class="flex">
- <view class="flex-sub">
- <text class="text-price text-red text-xl text-left">{{item.price.value}}</text>
- </view>
- <view class="flex-sub text-right" v-if="item.servicePlus">
- <text class="cu-tag light bg-red radius sm ">{{item.servicePlus}}</text>
- </view>
- </view>
- </view>
- <!-- <view class="margin-top-sm margin-bottom-xs text-gray user-info-box">
- <view class="flex">
- <view class="flex-sub">
- <view class="flex flex-wrap user-info">
- <view class="basis-xs">
- <image class="cu-avatar sm round img" :src="item.avatar" lazy-load mode="widthFix"/>
- </view>
- <view class="basis-xl text-cut line-height">
- <text class="text-sm margin-left-xs">{{item.username}}</text>
- </view>
- <image class="v-icon" src="/static/zaiui/img/v.png" lazy-load mode="widthFix" v-if="item.v"/>
- </view>
- </view>
- <view class="flex-sub text-right text-time">
- <text class="text-sm">{{item.time}}</text>
- </view>
- </view>
- </view> -->
- </view>
- </view>
-
- <view class="bg-white margin-bottom-sm list-radius padding-sm recommend-list-box" v-if="item.type=='recommend'">
- <view class="flex flex-wrap">
- <view class="basis-xs text-right">
- <image class="img-aat" src="/static/zaiui/img/aat.png" lazy-load mode="widthFix"/>
- </view>
- <view class="basis-lg text-center">
- <text class="text-black text-bold">您可能感兴趣</text>
- </view>
- <view class="basis-xs text-left">
- <image class="img-aat" src="/static/zaiui/img/aat.png" lazy-load mode="widthFix"/>
- </view>
- </view>
- <view class="grid col-2 text-center margin-top-sm">
- <block v-for="(items,indexs) in item.list" :key="indexs" v-if="item.list.length < 5">
- <view class="padding-xs" @tap="listTap(items,indexs)">
- <view class="img-goods" :style="[{backgroundImage:'url('+ items.img +')'}]"/>
- <view class="text-black text-sm margin-top-xs">{{items.title}}</view>
- </view>
- </block>
- </view>
- </view>
- </block>
- </view>
- <view class="basis-df padding-sm padding-left-xs">
- <block v-for="(item,index) in list_data" :key="index" v-if="index%2!=0">
- <view class="bg-white margin-bottom-sm list-radius" v-if="!item.type" @tap="listTap(item,index)">
- <view class="goods-img">
- <image :src="item.pic" mode="widthFix" lazy-load/>
- <text class="cuIcon-videofill text-white pay-view" v-if="item.pay"/>
- <view class="text-right service-view" v-if="item.service && item.service.length > 0">
- <block v-for="(items,indexs) in item.service" :key="indexs">
- <text class="cu-tag bg-blue radius sm">{{items}}</text>
- </block>
- </view>
- <view class="mold-view" v-if="item.mold && item.mold.length > 0">
- <block v-for="(items,indexs) in item.mold" :key="indexs">
- <text class="cu-tag radius sm" :class="['bg-' + items.bg]">{{items.name}}</text>
- </block>
- </view>
- </view>
- <view class="padding-xs">
- <view class="text-cut-2 text-black">{{item.name}}</view>
- <view class="margin-top-xs">
- <view class="flex">
- <view class="flex-sub">
- <text class="text-price text-red text-xl text-left">{{item.price.value}}</text>
- </view>
- <view class="flex-sub text-right" v-if="item.servicePlus">
- <text class="cu-tag light bg-red radius sm ">{{item.servicePlus}}</text>
- </view>
- </view>
- </view>
- <!-- <view class="margin-top-sm margin-bottom-xs text-gray user-info-box">
- <view class="flex">
- <view class="flex-sub">
- <view class="flex flex-wrap user-info">
- <view class="basis-xs">
- <image class="cu-avatar sm round img" :src="item.avatar" lazy-load mode="widthFix"/>
- </view>
- <view class="basis-xl text-cut line-height">
- <text class="text-sm margin-left-xs">{{item.username}}</text>
- </view>
- <image class="v-icon" src="/static/zaiui/img/v.png" lazy-load mode="widthFix" v-if="item.v"/>
- </view>
- </view>
- <view class="flex-sub text-right text-time">
- <text class="text-sm">{{item.time}}</text>
- </view>
- </view>
- </view> -->
- </view>
- </view>
- <view class="bg-white margin-bottom-sm list-radius padding-sm recommend-list-box" v-if="item.type=='recommend'">
- <view class="flex flex-wrap">
- <view class="basis-xs text-right">
- <image class="img-aat" src="/static/zaiui/img/aat.png" lazy-load mode="widthFix"/>
- </view>
- <view class="basis-lg text-center">
- <text class="text-black text-bold">您可能感兴趣</text>
- </view>
- <view class="basis-xs text-left">
- <image class="img-aat" src="/static/zaiui/img/aat.png" lazy-load mode="widthFix"/>
- </view>
- </view>
- <view class="grid col-2 text-center margin-top-sm">
- <block v-for="(items,indexs) in item.list" :key="indexs" v-if="item.list.length < 5">
- <view class="padding-xs" @tap="listTap(items,indexs)">
- <view class="img-goods" :style="[{backgroundImage:'url('+ items.img +')'}]"/>
- <view class="text-black text-sm margin-top-xs">{{items.title}}</view>
- </view>
- </block>
- </view>
- </view>
- </block>
- </view>
- </view>
- </view>
- </template>
- <script>
- import _tool from '@/static/zaiui/util/tools.js';
- export default {
- name: 'goods-list',
- props: {
- list_data: {
- type: Array,
- default: () => {
- return []
- }
- },
- show: {
- type: Boolean,
- default: true
- }
- },
- methods: {
- listTap(data,index) {
- this.$emit('listTap', {
- data,
- index
- });
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .zaiui-goods-list-box {
- position: relative;
- width: 100%;
- display: none;
- .list-radius {
- border-radius: 19upx;
- }
- .goods-img {
- position: relative;
- width: 100%;
- image {
- width: 100%;
- border-radius: 19upx 19upx 0 0;
- }
- .pay-view {
- position: absolute;
- top: 20upx;
- right: 20upx;
- font-size: 46upx;
- }
- .service-view {
- position: absolute;
- width: 100%;
- bottom: 7.5upx;
- right: 10upx;
- }
- .mold-view {
- position: absolute;
- width: 100%;
- bottom: 7.5upx;
- left: 10upx;
- }
- }
- .text-time {
- line-height: 47upx;
- }
- .recommend-list-box {
- .img-aat {
- width: 55upx;
- margin-top: 10upx;
- }
- .img-goods {
- font-variant: small-caps;
- margin: 0;
- padding: 0;
- display: inline-flex;
- text-align: center;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- white-space: nowrap;
- position: relative;
- width: 137upx;
- height: 137upx;
- background-size: cover;
- background-position: center;
- vertical-align: middle;
- border-radius: 12%;
- }
- }
- }
- .zaiui-goods-list-box.show {
- display: block;
- }
- </style>
|