|
@@ -1,25 +1,21 @@
|
|
|
<template>
|
|
|
- <mobile-frame>
|
|
|
- <view class="banner">
|
|
|
- <view class="banner_1">
|
|
|
- <swiper class="swiper" circular :indicator-dots="true" indicator-color="#ffffff"
|
|
|
- indicator-active-color="#FB1438" :interval="3000" :duration="1000">
|
|
|
- <swiper-item class="list" v-for="(item,index) in goodsInfo.file" :key="index">
|
|
|
- <image class="image" :src="item.url" mode="aspectFit">
|
|
|
- </image>
|
|
|
- </swiper-item>
|
|
|
- </swiper>
|
|
|
- <!-- 是否关注商品 -->
|
|
|
- <view class="goodsColect">
|
|
|
- <text @tap="toGoodscolect"
|
|
|
- :class="['iconfont',goodsColect?'icon-yduishoucangshixin-copy':'icon-yduishoucangkongxin']"></text>
|
|
|
- </view>
|
|
|
- <view class="acttags" v-if="goodsInfo.act_tags&&goodsInfo.act_tags.length>0">
|
|
|
- <text v-for="(i,indexx) in goodsInfo.act_tags" :key="indexx">{{i.label}}</text>
|
|
|
- </view>
|
|
|
+ <view class="banner">
|
|
|
+ <view class="banner_1">
|
|
|
+ <swiper class="swiper" circular :indicator-dots="true" indicator-color="#ffffff" indicator-active-color="#FB1438" :interval="3000" :duration="1000">
|
|
|
+ <swiper-item class="list" v-for="(item,index) in goodsInfo.file" :key="index">
|
|
|
+ <image class="image" :src="item.url" mode="aspectFit">
|
|
|
+ </image>
|
|
|
+ </swiper-item>
|
|
|
+ </swiper>
|
|
|
+ <!-- 是否关注商品 -->
|
|
|
+ <view class="goodsColect">
|
|
|
+ <text @tap="toGoodscolect" :class="['iconfont',goodsColect?'icon-yduishoucangshixin-copy':'icon-yduishoucangkongxin']"></text>
|
|
|
+ </view>
|
|
|
+ <view class="acttags" v-if="goodsInfo.act_tags&&goodsInfo.act_tags.length>0">
|
|
|
+ <text v-for="(i,indexx) in goodsInfo.act_tags" :key="indexx">{{i.label}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </mobile-frame>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|