You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1487 lines
49 KiB

<template>
<view class="wanl-goods">
<!-- 导航条 -->
<view class="cu-custom" :style="{ height: wanlsys.height + 'px' }">
<view class="cu-bar fixed" :style="{ height: wanlsys.height + 'px', paddingTop: wanlsys.top + 'px' }">
<!-- 1.1.9 升级 其他页面进入 -->
<view v-if="pagesNum > 1" class="action" @tap="$wanlshop.back(1)"><text class="wlIcon-fanhui1"></text></view>
<!-- 直接进入 -->
<view v-else class="action" @tap="$wanlshop.on('/pages/index')"><text class="wlIcon-zhuye"></text></view>
<view class="search-form round">
<text class="wlIcon-sousuo1 text-bold"></text>
<swiper class="search-swiper placeholder" vertical autoplay circular interval="3000">
<swiper-item @tap="productSearch('')">搜索拼团商品、类目</swiper-item>
</swiper>
</view>
<!-- 1.1.9 升级 -->
<view class="action">
<!-- #ifdef MP -->
<text class="wlIcon-liebiaomoshi margin-left-bj" @tap="showModal('menu')"></text>
<!-- #endif -->
<!-- #ifndef MP -->
<text class="wlIcon-fenxiangcopy" @tap="showModal('share')"></text>
<text class="wlIcon-liebiaomoshi" @tap="showModal('menu')"></text>
<text class="wlIcon-31gouwuche" @tap="toCart"></text>
<!-- #endif -->
</view>
<view class="bar-bg solid-bottom" :style="{ top: wanlsys.height + 'px', opacity: headerOpacity }">
<scroll-view scroll-x class="nav">
<view class="flex justify-around text-center">
<view class="cu-item " :class="selectAnchor==index?'text-orange cur':''"
v-for="(anchor, index) in anchorlist" :key="anchor.name" @tap="toAnchor(index)">
{{ anchor.name }}
</view>
</view>
</scroll-view>
</view>
<!-- 直播 -->
<view class="wan-live" v-if="goodsData.isLive" @tap="onLive(goodsData.isLive.id)">
<view class="tag shadow-blur" :style="{top:wanlsys.height + 47 + 'px' }">
<view class="text-center">
<view class="live">
<view class="wanLive-icon"> </view>
</view>
<text class="text-white margin-lr-xs"> 在直播 </text>
</view>
</view>
</view>
</view>
</view>
<!-- 商品主图轮播 -->
<view class="swiper-box" id="swiper">
<swiper circular="true" autoplay="true" @change="swiperChange">
<swiper-item v-for="(swiper, index) in goodsData.images" :key="index">
<image :src="$wanlshop.oss(swiper, 400, 0)" mode="aspectFill" />
</swiper-item>
</swiper>
<view class="indicator">{{ currentSwiper + 1 }}/{{ goodsData.images.length }}</view>
</view>
<!-- 产品 -->
<view class="bg-white">
<!-- 拼团 -->
<view class="price-pintuan bg-gradual-orange margin-bottom-sm">
<view class="price align-center padding-lr-bj">
<view>
<view class="text-white margin-right-xs">
<text
class="text-bold text-xxl margin-right-xs text-price">{{ goodsData.interval_price || 0.0 }}</text>
<text
class="text-price margin-left-xs text-dec">{{ goodsData.interval_market_price || 0.0 }}</text>
</view>
<view class="wanl-tag">
<view class="triangle"></view>
<view class="content">已拼团 {{goodsData.groups_num}} 件</view>
</view>
</view>
<view class="follow text-white" v-if="goodsData.follow" @tap="follow">
<text class="wlIcon-yiguanzhu1 text-white"></text>
<text class="text-xs">取关</text>
</view>
<view class="follow text-white" v-else @tap="follow">
<text class="wlIcon-gerenguanzhu"></text>
<text class="text-xs">关注</text>
</view>
</view>
</view>
<!-- 标题 -->
<view class="title padding-lr-bj padding-bottom-bj">
<view class="name wanl-black text-lg text-cut-2">
<view v-if="goodsData.shop.isself == 1" class="cu-tag radius margin-right-xs sm bg-red">自营</view>
{{ goodsData.title || '加载中...' }}
</view>
<view class="share" @tap="showModal('share')">
<view class="button wanl-gray-light margin-bottom">
<text class="wlIcon-fenxiangcopy margin-right-xs"></text>
<text class="text-sm">分享</text>
</view>
</view>
</view>
<view class="block text-min padding-lr padding-bottom-bj">
<view class="wanl-gray">
<text class="wlIcon-weizhi margin-right-xs"></text>
{{ goodsData.shop.city ? goodsData.shop.city.split('/')[1] : '中国' }}
</view>
<view class="wanl-gray">
快递费:
<text class="text-price">{{ goodsData.freight.price }}</text>
</view>
<view class="wanl-gray">
月销
<text class="margin-left-xs">{{ goodsData.sales }}</text>
</view>
</view>
</view>
<!-- 营销 -->
<view class="promotion text-sm">
<view class="item" @tap="showModal('coupon')" v-if="goodsData.coupon.length != 0">
<view class="label wanl-gray">领券</view>
<view class="conten flex ">
<view class="wanl-ticket text-sm" v-for="(item, index) in goodsData.coupon" :key="index"
v-if="index < 2">
<block v-if="item.type == 'reduction' || (item.type == 'vip' && item.usertype == 'reduction')">
<view class="ticket-price"> ¥{{Number(item.price)}} </view>
<view class="ticket-title"> <text>满{{Number(item.limit)}}减{{Number(item.price)}}</text>
</view>
</block>
<block v-if="item.type == 'discount' || (item.type == 'vip' && item.usertype == 'discount')">
<view class="ticket-price"> {{Number(item.discount)}}折 </view>
<view class="ticket-title"> <text>满{{Number(item.limit)}}打{{Number(item.discount)}}折</text>
</view>
</block>
<block v-if="item.type == 'shipping'">
<view class="ticket-price"> 包邮 </view>
<view class="ticket-title"> <text>满{{Number(item.limit)}}元包邮</text> </view>
</block>
</view>
</view>
<view class="bnt-quan wanl-gray">
更多<text class="wlIcon-fanhui2 margin-left-xs"></text>
</view>
</view>
</view>
<!-- 选择商品 -->
<view class="choice margin-bottom-bj padding-bj text-sm bg-white">
<view class="commodity margin-bottom-bj" @tap="showModal('option')">
<view class="opt">
<view class="title wanl-gray">选择</view>
<view class="option">
<view class="selected">
<view v-if="canCount">
选择
<text class="margin-lr-xs" v-for="(item, index) in goodsData.spu"
:key="item.id">{{ item.name }}</text>
</view>
<view v-else>
<text class="margin-right-bj">已选</text>
<text class="margin-right-xs" v-for="(name, key) in selectArr" :key="key">{{ $base64.decode(name) }}</text>
</view>
</view>
<view class="option-list">
<view v-for="(item, index) in goodsData.spu" :key="item.id">
<text class="cu-tag" v-if="index == 0" v-for="tag in item.item"
:key="tag.name">{{ $base64.decode(tag.name) }}</text>
<text class="cu-tag" v-if="index == 0">更多规格可选</text>
</view>
</view>
</view>
</view>
<view class="text-sm wanl-gray"><text class="wlIcon-fanhui2"></text></view>
</view>
<view class="commodity" @tap="showModal('service')">
<view class="opt">
<view class="title wanl-gray text-sm">服务</view>
<view class="option">
<view class="selected">
<block v-for="(item, index) in goodsData.shop.service_ids" :key="item.id" v-if="index <= 2">
<text class="margin-lr-xs" v-if="index != 0">·</text>
{{ item.name }}
</block>
</view>
</view>
</view>
<view class="text-min wanl-gray"><text class="wlIcon-fanhui2"></text></view>
</view>
</view>
<!-- 拼团列表 -->
<view class="choice margin-bottom-bj padding-bj text-sm bg-white" v-if="goodsData.groups && goodsData.groups.list.length > 0">
<view class="commodity" @tap="showModal('groups')">
<view class="opt">
<view class="selected" v-if="goodsData.groups.choiceList"><text>{{goodsData.groups.number}}人正在拼团,你正在参与{{goodsData.groups.choiceList.user.nickname}}拼团</text></view>
<view class="selected" v-else><text>{{goodsData.groups.number}}人正在拼团,可直接参与</text></view>
</view>
<view class="text-min wanl-gray"><text class="wlIcon-fanhui2"></text></view>
</view>
<view class="margin-top-bj wanl-groups-list">
<swiper class="wanl-groups-list__swiper" autoplay vertical :display-multiple-items="goodsData.groups.list.length > 1 ? 2:1"
:style="{height: goodsData.groups.list.length > 1 ? 200 : 100 +'rpx'}">
<swiper-item v-for="(item, index) in goodsData.groups.list" :key="item.id">
<view class="swiper-item">
<view class="user">
<view class="cu-avatar round margin-right-sm"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(item.user.avatar, 52, 52, 2, 'avatar') + ')' }">
</view>
<view class="nickname text-cut">
{{item.user.nickname}}
</view>
</view>
<view class="group">
<view class="text-min margin-right-sm text-right">
<text v-if="item.is_ladder === 1"> 差{{item.groups_num}}人阶梯成团 </text>
<text v-else>差{{item.groups_num}}人成团 </text>
<wanl-timeout :endTime="item.validitytime" color="#828282" backgroundColor="#ffffff"
borderColor="#ffffff" padding="0" margin="0" />
</view>
<button v-if="goodsData.groups.choiceList.id === item.id" class="cu-btn bg-gradual-orange" @tap="SubmitData('group', 2, item)">已选择</button>
<button v-else class="cu-btn bg-gradual-orange" @tap="SubmitData('group', 2, item)">去拼单</button>
</view>
</view>
</swiper-item>
</swiper>
</view>
</view>
<!-- 产品参数 -->
<view class="choice margin-bottom-bj padding-bj text-sm bg-white">
<view class="commodity" @tap="showModal('attribute')">
<view class="opt">
<view class="title wanl-gray text-sm">参数</view>
<view class="option">
<view class="selected"><text>品牌、规格等...</text></view>
</view>
</view>
<view class="text-min wanl-gray"><text class="wlIcon-fanhui2"></text></view>
</view>
</view>
<!-- 评论 -->
<view class="comment margin-bottom-bj padding-bj bg-white" id="evaluate">
<view class="head" @tap="onTag('')">
<view>宝贝评论({{ goodsData.comment }})</view>
<view class="wanl-gray wanl-orange">
{{ goodsData.comment > 0 ? parseInt((goodsData.praise / goodsData.comment) * 100) : 0 }}%好评率
<text class="wlIcon-fanhui2 margin-left-xs"></text>
</view>
</view>
<!-- 标签 -->
<view class="label margin-bottom padding-bottom solid-bottom">
<view @tap="onTag('good')" class="cu-tag round">好评 ({{ goodsData.praise }})</view>
<view @tap="onTag('pertinent')" class="cu-tag round">中评 ({{ goodsData.moderate }})</view>
<view @tap="onTag('poor')" class="cu-tag round">差评 ({{ goodsData.negative }})</view>
<view @tap="onTag('figure')" class="cu-tag round">有图 ({{ goodsData.comment_list.figure }})</view>
<view @tap="onTag(index)" v-for="(item, index) in goodsData.comment_list.tag" :key="index"
class="cu-tag round">{{ index }} ({{ item }})</view>
</view>
<!-- 获取一个评论 -->
<view class="user" v-for="(item, index) in goodsData.comment_list.data" :key="item.id" @tap="onTag('')">
<view class="userinfo">
<view class="avatar">
<view class="cu-avatar sm round margin-right-xs"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(item.user.avatar, 26, 26, 2, 'avatar') + ')' }">
</view>
<view class="text-sm wanl-gray">{{ item.user.nickname }}</view>
</view>
<wanl-rate :current="item.score" :disabled="true"></wanl-rate>
</view>
<view class="details text-min">
<view class="margin-bottom-sm">{{ item.content }}</view>
<view class="wanl-gray">规格:{{ item.suk }}</view>
</view>
<view class="grid flex-sub grid-square"
:class="[item.images.length > 3 ? 'col-3' : 'col-' + item.images.length]"
v-if="item.images.length != 0">
<view class="bg-img" v-for="(image, index) in item.images" :key="index" v-if="index <= 3"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(image, 88, 88) + ')' }"></view>
</view>
</view>
<!-- 查看更多 -->
<view class="more" @tap="onTag('')"><text class="wanl-gray text-sm">查看全部</text><text
class="wlIcon-fanhui4 margin-left-xs"></text></view>
</view>
<!-- 店铺 -->
<view class="shop padding-bj solid-bottom bg-white">
<view class="shopinfo margin-bottom">
<view class="cu-avatar lg radius-bock"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(goodsData.shop.avatar, 52, 52, 2, 'avatar') + ')' }">
</view>
<view class="shopname">
<view class="text-df text-cut" style="width: 300rpx;">{{ goodsData.shop.shopname }}</view>
<view class="wanl-gray text-min">{{ $wanlshop.toFormat(goodsData.shop.find_user.fans, 'thousand') }} 人关注店铺
</view>
</view>
<view class="bnt">
<!-- 1.0.9升级 -->
<button class="cu-btn round line-orange margin-right-sm" @tap="onShopGoods(goodsData.shop_id)">全部宝贝</button>
<button class="cu-btn round bg-gradual-orange" @tap="onShop(goodsData.shop_id)">进店逛逛</button>
</view>
</view>
<view class="quality wanl-gray text-min">
<view>
宝贝描述
<text class="">{{ goodsData.shop.score_describe }}</text>
<view v-if="goodsData.shop.score_describe < 4.7" class="cu-tag round di">低</view>
<view v-else class="cu-tag round gao">高</view>
</view>
<view>
卖家服务
<text class="wanl-orange">{{ goodsData.shop.score_service }}</text>
<view v-if="goodsData.shop.score_service < 4.7" class="cu-tag round di">低</view>
<view v-else class="cu-tag round gao">高</view>
</view>
<view>
物流服务
<text class="wanl-orange">{{ goodsData.shop.score_logistics }}</text>
<view v-if="goodsData.shop.score_logistics < 4.7" class="cu-tag round di">低</view>
<view v-else class="cu-tag round gao">高</view>
</view>
</view>
</view>
<!-- 店铺推荐 -->
<view class="shop-recom padding-bj bg-white">
<view class="head">
<view class="">店铺推荐</view>
<!-- 1.0.9升级 -->
<view class="text-sm wanl-orange" @tap="onShop(goodsData.shop_id)">
查看全部
<text class="wlIcon-fanhui2 margin-left-xs"></text>
</view>
</view>
<view class="recommend margin-bottom-xs">
<view class="item" v-for="(item, index) in goodsData.shop_recommend" :key="item.id"
@tap="onGoods(item.id)">
<image :src="$wanlshop.oss(item.image, 125, 120)" mode="aspectFill"></image>
<view class="text-sm margin-tb-xs text-cut">{{ item.title }}</view>
<view class="text-price wanl-orange text-df">{{ item.price }}</view>
</view>
</view>
</view>
<!-- 分隔符 -->
<wanl-divider width="60%">产品详情</wanl-divider>
<!-- 产品详情 -->
<view class="wanl-goods-content bg-white" id="details">
<rich-text :nodes="goodsData.content"></rich-text>
</view>
<!-- 分隔符 -->
<wanl-divider width="60%">推荐商品</wanl-divider>
<!-- 猜你喜欢 -->
<view id="recommend">
<wanl-product :dataList="likeData" />
</view>
<uni-load-more :status="status" :content-text="contentText" />
<!-- 补间位 -->
<view class="safeAreaBottom"></view>
<!-- 弹出框 -->
<view class="WANL-MODAL text-sm" @touchmove.stop.prevent="moveHandle">
<!-- 顶部 -->
<view class="cu-modal top-modal" :class="modalName == 'menu' ? 'show' : ''" @tap="hideModal()">
<view class="wanl-modal-menu cu-dialog" @tap.stop="">
<wanl-direct @change="hideModal" />
</view>
</view>
<view class="cu-modal" :class="modalName == 'groups' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<view class="wanl-groups-modal wanl-modal" v-if="goodsData.groups">
<view class="head padding-bj">
<view class="content">
<view class="text-lg">最近10个拼团</view>
</view>
<view class="close wlIcon-31guanbi" @tap="hideModal()"></view>
</view>
<scroll-view class="scroll-y" scroll-y="true">
<view v-for="(item, index) in goodsData.groups.list" :key="item.id" class="wanl-groups-modal__item">
<view class="user">
<view class="cu-avatar round margin-right-sm"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(item.user.avatar, 52, 52, 2, 'avatar') + ')' }">
</view>
<view class="nickname text-cut">
{{item.user.nickname}}
</view>
</view>
<view class="group">
<view class="text-min margin-right-sm text-right">
<text> 还差{{item.groups_num}}人成团 </text>
<wanl-timeout :endTime="item.validitytime" color="#828282" backgroundColor="#ffffff"
borderColor="#ffffff" padding="0" margin="0" />
</view>
<button v-if="goodsData.groups.choiceList.id === item.id" class="cu-btn bg-gradual-orange" @tap="SubmitData('group', 2, item)">已选择</button>
<button v-else class="cu-btn bg-gradual-orange" @tap="SubmitData('group', 2, item)">去拼单</button>
</view>
</view>
</scroll-view>
</view>
</view>
</view>
<!-- 促销 -->
<view class="cu-modal bottom-modal" :class="modalName == 'promotion' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<view class="wanl-modal">
<view class="head padding-bj">
<view class="content">
<view class="text-lg">促销</view>
</view>
<view class="close wlIcon-31guanbi" @tap="hideModal()"></view>
</view>
</view>
</view>
</view>
<!-- 优惠券 -->
<view class="cu-modal bottom-modal" :class="modalName == 'coupon' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog bg-bgcolor" @tap.stop="">
<view class="wanl-modal">
<view class="head padding-bj">
<view class="content">
<view class="text-lg">优惠券</view>
</view>
<view class="close wlIcon-31guanbi" @tap="hideModal()"></view>
</view>
<scroll-view class="wanl-coupon scroll-y" scroll-y="true">
<view v-for="(coupon, index) in goodsData.coupon" :key="index" :class="coupon.type"
class="item margin-bottom-bj radius-bock">
<image :src="$wanlshop.appstc('/coupon/bg_coupon_3x.png')" class="coupon-bg"></image>
<image :src="$wanlshop.appstc('/coupon/img_couponcentre_received_3x.png')"
class="coupon-sign" v-if="coupon.state"></image>
<view class="item-left">
<block
v-if="coupon.type == 'reduction' || (coupon.type == 'vip' && coupon.usertype == 'reduction')">
<view class="colour">
<text class="text-price"></text>
<text class="prices">{{Number(coupon.price)}}</text>
</view>
<view class="cu-tag wanl-gray-dark radius text-sm bg-white">
满{{Number(coupon.limit)}}减{{Number(coupon.price)}}
</view>
</block>
<block
v-if="coupon.type == 'discount' || (coupon.type == 'vip' && coupon.usertype == 'discount')">
<view class="colour">
<text class="prices">{{Number(coupon.discount)}}</text>
<text class="discount">折</text>
</view>
<view class="cu-tag wanl-gray-dark radius text-sm bg-white">
满{{Number(coupon.limit)}}打{{Number(coupon.discount)}}折
</view>
</block>
<block v-if="coupon.type == 'shipping'">
<view class="colour">
<text class="prices">包邮</text>
</view>
<view class="cu-tag wanl-gray-dark radius text-sm bg-white">
满{{Number(coupon.limit)}}元包邮
</view>
</block>
</view>
<view class="item-right padding-bj">
<view class="title">
<view class="cu-tag sm radius margin-right-xs tagstyle">
{{coupon.type_text}}
</view>
<text class="text-cut wanl-gray text-min">{{coupon.name}}</text>
</view>
<view class="content text-min">
<view class="wanl-gray">
<view v-if="coupon.grant != '-1'">
<text class="wlIcon-dot"></text>目前仅剩余 {{coupon.surplus}} 张
</view>
<view v-if="coupon.drawlimit != 0">
<text class="wlIcon-dot"></text>每人仅限领取 {{coupon.drawlimit}} 张
</view>
<block v-if="coupon.pretype == 'fixed'">
<view>
<text class="wlIcon-dot"></text>生效 {{coupon.startdate}}
</view>
<view>
<text class="wlIcon-dot"></text>结束 {{coupon.enddate}}
</view>
</block>
<block v-if="coupon.pretype == 'appoint'">
<view v-if="coupon.validity == 0">
<text class="wlIcon-dot"></text>未使用前 永久 有效
</view>
<view v-else>
<text class="wlIcon-dot"></text>领取后 {{coupon.validity}} 天有效
</view>
</block>
</view>
<view class="cu-btn sm round" @tap="onReceive(index)" v-if="!coupon.state">
<text>立即领取</text>
</view>
</view>
</view>
</view>
</scroll-view>
<view class="foot padding-lr-bj"><button
class="cu-btn bg-gradual-orange round text-bold complete" @tap="hideModal()">完成</button>
</view>
</view>
</view>
</view>
<!-- 产品参数 -->
<view class="cu-modal bottom-modal" :class="modalName == 'attribute' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<view class="wanl-modal">
<view class="head padding-bj">
<view class="content">
<view class="text-lg">产品参数</view>
</view>
</view>
<scroll-view class="scroll-y" scroll-y="true">
<view class="table solid-bottom">
<view class="name wanl-gray">品牌</view>
<view class="value">{{ goodsData.brand.name }}</view>
</view>
<view class="table solid-bottom" v-for="(item, index) in goodsData.category_attribute"
:key="index">
<view class="name wanl-gray">{{ index }}</view>
<view class="value">{{ item }}</view>
</view>
</scroll-view>
<view class="foot padding-lr-bj"><button
class="cu-btn bg-gradual-orange round text-bold complete" @tap="hideModal()">完成</button>
</view>
</view>
</view>
</view>
<!-- 分享 -->
<view class="cu-modal wanl-share wanl-share bottom-modal" :class="modalName == 'share' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<wanl-share
ref="wanlShare"
page="pages/apps/groups/goods"
:scene="{id: goods_id, qr:'g'}"
:scrollAnimation="scrollAnimation"
:shareTitle="goodsData.title"
:shareText="goodsData.description"
:image="goodsData.image"
:price="goodsData.interval_price"
:marketPrice="goodsData.market_price"
isReport
@change="shareChange"
/>
</view>
</view>
<!-- 服务 -->
<view class="cu-modal bottom-modal" :class="modalName == 'service' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<view class="wanl-modal">
<view class="head padding-bj">
<view class="content">
<view class="text-lg">基础服务保障</view>
</view>
</view>
<view class="listbox padding-bj">
<view v-for="(item, index) in goodsData.shop.service_ids" :key="item.id">
<view class="name">
{{ item.name }}
<text class="wlIcon-fuwuxing"></text>
</view>
<view class="description wanl-gray text-min">{{ item.description }}</view>
</view>
</view>
<view class="foot padding-lr-bj"><button
class="cu-btn bg-gradual-orange round text-bold complete" @tap="hideModal()">完成</button>
</view>
</view>
</view>
</view>
<!-- 规格 -->
<view class="cu-modal bottom-modal" :class="modalName == 'option' ? 'show' : ''" @tap="hideModal()">
<view class="cu-dialog" @tap.stop="">
<view class="option wanl-modal">
<view class="head text-left padding-bj solid-bottom">
<view class="cu-avatar radius-bock margin-right"
:style="{ backgroundImage: 'url(' + $wanlshop.oss(selectshop.thumbnail || goodsData.image, 100, 100) + ')' }">
</view>
<view>
<view v-if="isChoice == 'alone'" class="margin-bottom-xs">
<text class="text-price wanl-orange text-xl">
{{ selectshop.market_price || goodsData.interval_market_price }}
</text>
</view>
<view v-else class="margin-bottom-xs">
<text class="text-price wanl-orange text-xl">
{{groupPrice()}}
</text>
</view>
<view v-if="selectArr.join('')" class="wanl-gray margin-bottom-xs">
库存 <text class="margin-lr-xs">{{ selectshop.stock || 0 }}</text> 件
</view>
<view class="text-sm">
<view v-if="selectArr.join('')">
<text class="margin-right-bj">已选择</text>
<text class="margin-right-xs" v-for="(name, key) in selectArr" :key="key">{{ $base64.decode(name) }}</text>
</view>
<view v-else>
请选择
<text class="wanl-gray-light" v-for="(item, index) in goodsData.spu"
:key="item.id">
<block v-if="index != 0">-</block>
{{ $base64.decode(item.name) }}
</text>
</view>
</view>
</view>
<view class="close wlIcon-31guanbi" @tap="hideModal()"></view>
</view>
<!-- 1.0.8升级 -->
<scroll-view scroll-y="true" :style="{maxHeight: wanlsys.screenHeight / 2 + 'px'}">
<view class="opt text-left padding-bj solid-bottom" v-for="(value, spukey) in goodsData.spu"
:key="value.id">
<view class="text-df">{{ value.name }}</view>
<view class="tag">
<view class="cu-tag text-sm" v-for="(item, index) in value.item" :key="index"
:class="[item.ishow ? '' : 'noactive', subIndex[spukey] == index ? 'active' : '']"
@tap="skuClick(item, spukey, $event, index)">
{{ $base64.decode(item.name) }}
</view>
</view>
</view>
<!-- 是否阶梯团购 -->
<view v-if="isChoice !== 'alone' && goodsData.is_ladder === 1" class="opt text-left padding-bj solid-bottom">
<view class="text-df">
<text v-if="groups_id === 0">阶梯拼团</text>
<text v-else>{{'参与 ' + goodsData.groups.choiceList.user.nickname + ' 的阶梯拼团'}}</text>
</view>
<view class="tag">
<block v-if="groups_id === 0">
<view class="cu-tag text-sm"
v-for="(ladder, index) in goodsData.groups.ladder"
:key="index"
:class="[ladderIndex == index ? 'active' : '']"
@tap="ladderClick(index)"
>
{{ladder.people_num}} 人团
</view>
</block>
<block v-else>
<view class="cu-tag text-sm"
v-for="(ladder, index) in goodsData.groups.ladder"
:key="index"
:class="[ladder.id == goodsData.groups.choiceList.ladder_id ? 'active' : 'disabled']"
>
{{ladder.people_num}} 人团
</view>
</block>
</view>
</view>
<view class="number padding-bj">
<view class="text-df">购买数量</view>
<uni-number-box :min="1" :max="selectshop.stock" :value="selectNum" :disabled="canCount"
@change="changeNum"></uni-number-box>
</view>
</scroll-view>
<view class="foot padding-lr-bj btn-group-groups">
<!-- 已选择 -->
<button v-if="isChoice" class="cu-btn bg-gradual-orange round text-bold complete"
@tap="completeSelection">
{{groups_id === 0 ? '发起拼团' : '参与 ' + goodsData.groups.choiceList.user.nickname + ' 的拼团'}}
</button>
<!-- 未选择 -->
<block v-else>
<view v-if="goodsData.is_alone === 1" class="cu-btn bg-gradual-yellow round-left" @tap="SubmitData('alone', 1)">
<text> 单独购买 </text>
<text
class="text-price text-sm">{{selectshop.market_price || goodsData.market_price}}</text>
</view>
<view class="cu-btn bg-gradual-orange round-right" :class="{'isalone':goodsData.is_alone === 0}" @tap="SubmitData('group', 1)">
<text v-if="goodsData.is_ladder === 0"> {{goodsData.people_num}}人成团 </text>
<text v-else> 阶梯拼团 </text>
<text class="text-price text-sm">{{groupPrice()}}</text>
</view>
</block>
</view>
</view>
</view>
</view>
</view>
<!-- 底部 -->
<view class="wanlian cu-bar tabbar shop solid-top foot">
<view class="action" @tap="onShop(goodsData.shop_id)">
<view class="wlIcon-dianpu1 wanl-orange"></view>
店铺
</view>
<view class="action" @tap="toCart">
<view class="wlIcon-gouwuche">
<view class="cu-tag badge" v-if="cart.cartnum > 0">{{ cart.cartnum }}</view>
</view>
购物车
</view>
<!-- 1.0.8 -->
<!-- <view class="action"
@tap="toChat(goodsData.shop_id, { id: goodsData.id, title: goodsData.title, image: goodsData.image, price: goodsData.price })"> -->
<view class="action"
@tap="toChat(goodsData.shop_id)">
<view class="wlIcon-kefu">
<view class="cu-tag badge"></view>
</view>
客服
</view>
<view class="btn-group btn-group-groups">
<view v-if="goodsData.is_alone === 1" class="cu-btn bg-gradual-yellow round-left" @tap="SubmitData('alone')">
<text> 单独购买 </text>
<text class="text-price text-sm">{{selectshop.market_price || goodsData.market_price}}</text>
</view>
<view class="cu-btn bg-gradual-orange round-right" :class="{'isalone':goodsData.is_alone === 0}" @tap="SubmitData('group')">
<block v-if="goodsData.interval_price">
<text v-if="goodsData.is_ladder === 0"> {{goodsData.people_num}}人成团 </text>
<text v-else> 阶梯拼团 </text>
<text class="text-price text-sm">{{groupPrice()}}</text>
</block>
<block v-else>
拼团商品加载中...
</block>
</view>
</view>
</view>
</view>
</template>
<script>
import {
mapState
} from 'vuex';
export default {
data() {
return {
goods_id: 0,
TabCur: 0,
wanlsys: {},
modalName: null, // 弹出层
durect: 0, // 角标
headerOpacity: 0, //不透明度
currentSwiper: 0, // 轮播图右下角数字
anchorlist: [{
name: '主图',
top: 0
}, {
name: '评价',
top: 0
}, {
name: '详情',
top: 0
}, {
name: '推荐',
top: 0
}], //导航条锚点
selectAnchor: 0,
groups_id: 0,
//产品数据
goodsData: {
id: 0,
category_id: 0,
shop_id: 0,
brand_id: 0,
freight_id: 0,
title: '',
image: '',
images: '',
is_alone: 0, // 是否单购
people_num: 0, // 组团人数
is_ladder: 0, // 开启阶梯团
flag: '',
content: '',
category_attribute: [],
price: 0.00,
interval_price: 0.00,
interval_market_price: 0.00,
market_price: 0.00,
min_price: 0.00,
sales: 0,
brand: {},
freight: {
name: '',
isdelivery: 1
},
payment: 0,
comment: 0,
praise: 0,
moderate: 0,
negative: 0,
like: 0,
views: 0,
status: '',
category: {},
follow: true,
sku: [],
spu: [],
promotion: [],
coupon: [],
comment_list: {
data: [],
figure: 0,
tag: []
},
shop: {
find_user: {
fans: 0
},
city: ''
},
shop_recommend: {}
},
// 猜你喜欢
reload: true,
likeData: [],
current_page: 1, //当前页码
last_page: 1, //总页码
status: 'loading',
contentText: {
contentdown: ' ',
contentrefresh: '正在加载...',
contentnomore: '没有更多数据了'
},
// 商品规格组合
shopItemInfo: {}, //存放要和选中的值进行匹配的数据
selectArr: [], //存放被选中的值
subIndex: [], //是否选中 因为不确定是多规格还是但规格,所以这里定义数组来判断
selectshop: {}, //存放最后选中的商品
selectNum: 1, //选中数量
isChoice: '', // 是否从选择进入
scrollAnimation: 100 ,//分享滚动
ladderIndex: null ,// 已选择阶梯
ladder_id: null,
pagesNum: 0
};
},
onLoad(query) {
this.wanlsys = this.$wanlshop.wanlsys();
this.pagesNum = getCurrentPages().length; // 1.1.9 升级
// 判断是否小程序来源 1.1.9升级
let option = {};
if(query.hasOwnProperty('scene')){
let scene = decodeURIComponent(query.scene);
scene = this.$wanlshop.getParam(scene);
this.goods_id = scene.id;
if(scene.hasOwnProperty('gr')){
this.groups_id = Number(scene.gr);
option.groups_id = this.groups_id;
}
}else{
this.goods_id = query.id;
if(query.hasOwnProperty('groups_id')){
this.groups_id = Number(query.groups_id);
option.groups_id = this.groups_id;
}
}
option.id = this.goods_id;
this.loadData(option);
this.loadlikeData();
// #ifdef MP-WEIXIN
wx.showShareMenu({
withShareTicket: true,
menus: ['shareAppMessage', 'shareTimeline']
});
// #endif
this.durect =
this.$store.state.statistics.notice.notice +
this.$store.state.statistics.notice.order +
this.$store.state.statistics.notice.chat +
this.$store.state.statistics.order.pay +
this.$store.state.statistics.order.delive +
this.$store.state.statistics.order.receiving +
this.$store.state.statistics.order.evaluate;
},
onPageScroll(e) {
//导航栏渐变
let tmpY = 150;
e.scrollTop = e.scrollTop > tmpY ? 150 : e.scrollTop; //如果当前高度大于250则250否则当前高度
this.headerOpacity = e.scrollTop * (1 / tmpY); //$headerOpacity 赋值当前高度x(1÷250)
},
onReachBottom() {
//判断是否最后一页
if (this.current_page >= this.last_page) {
this.status = 'noMore';
} else {
this.reload = false;
this.current_page = this.current_page + 1; //页码+1
this.status = 'loading';
this.loadlikeData();
}
},
watch: {
selectshop(n, o) {
if(this.isChoice === 'group'){
if (n.price != o.price) {
this.queryCoupon(this.groupPrice());
}
}else{
if (n.market_price != o.market_price) this.queryCoupon(n.market_price);
}
},
ladderIndex(n, o) {
if(n !== o){
this.queryCoupon(this.groupPrice());
}
}
},
computed: {
canCount() {
return this.subIndex.some(item => item === -1);
},
...mapState(['cart', 'common'])
},
methods: {
async loadData(option) {
//加载商品
await uni.request({
url: '/wanlshop/groups/product/goods',
data: option,
success: res => {
//详情正则
res.data.content = res.data.content.replace(/<img [^>]*src=['"]([^'"]+)[^>]*>/gi, (match,
capture) => {
var img =
`<img style="display: block; max-width: 100%;" src="${this.$wanlshop.oss(capture, 500, 0)}">`;
return img;
});
// 价格区间
if (res.data.sku.length == 0) {
res.data.min_price = res.data.price; //最大市场价
res.data.interval_price = res.data.price;
res.data.market_price = res.data.price;
} else {
let price = [],
market_price = [];
for (let value of res.data.sku) {
price.push(value.price);
market_price.push(value.market_price);
}
let minPrice = Math.min.apply(null, price),
maxPrice = Math.max.apply(null, price),
minMarketPrice = Math.min.apply(null, market_price),
maxMarketPrice = Math.max.apply(null, market_price);
res.data.min_price = Number(minPrice).toFixed(2); //最大市场价
res.data.market_price = Number(maxMarketPrice).toFixed(2); //最大市场价
res.data.interval_price = minPrice == maxPrice ? Number(minPrice).toFixed(2) : (
minPrice + '-' + Number(maxPrice).toFixed(2)); //区间价格
res.data.interval_market_price = minMarketPrice == maxMarketPrice ? Number(
minMarketPrice).toFixed(2) : (minMarketPrice + '-' + Number(
maxMarketPrice).toFixed(2)); //区间价格
}
// 查询是否可以拼团
if(this.groups_id !== 0 && res.data.groups.type !== 2){
this.groups_id = 0
}
this.goodsData = res.data;
// 商品规格组合
this.goodsData.spu.map(item => {
// 1.1.3升级
item.item.map((name, key, arr) =>{
arr[key].name = this.$base64.encode(arr[key].name)
});
this.selectArr.push('');
this.subIndex.push(-1);
});
// 1.1.3升级
this.goodsData.sku.map(item => {
item.difference.map((name, index, arr) =>{
arr[index] = this.$base64.encode(name)
});
});
this.checkItem(); //计算sku里面规格形成路径
this.checkInpath(-1); //传-1是为了不跳过循环
// 计算锚点高度
setTimeout(() => {
this.calcAnchor();
}, 1000);
}
});
},
// 滚动底部加载猜你喜欢
async loadlikeData() {
await uni.request({
url: '/wanlshop/product/likes?pages=goods',
data: {
page: this.current_page
},
success: res => {
this.likeData = this.reload ? res.data.data : this.likeData.concat(res.data.data); //评论数据 追加
this.current_page = res.data.current_page; //当前页码
this.last_page = res.data.last_page; //总页码
this.status = 'more';
}
});
},
// 查询优惠券,减缓服务器压力,单独查询
async queryCoupon(price) {
await uni.request({
url: '/wanlshop/coupon/query',
method: 'POST',
data: {
shop_id: this.goodsData.shop_id,
goods_id: this.goodsData.id,
shop_category_id: this.goodsData.shop_category_id,
price: price
},
success: res => {
this.goodsData.coupon = res.data;
}
});
},
// 领取优惠券
async onReceive(index) {
let coupon = this.goodsData.coupon[index];
await uni.request({
url: '/wanlshop/coupon/receive',
method: 'POST',
data: {
id: coupon.id
},
success: res => {
coupon.id = res.data.id;
coupon.state = true;
this.$wanlshop.msg(res.data.msg);
// 更新状态管理器
this.$store.commit('statistics/dynamic', {
coupon: this.$store.state.statistics.dynamic.coupon + 1
});
}
});
},
async loadStock(sku_id){
await uni.request({
url: '/wanlshop/groups/product/stock',
data: {
sku_id: sku_id
},
success: res => {
this.selectshop.stock = res.data;
}
});
},
ladderClick(index){
this.ladderIndex = index;
this.ladder_id = this.goodsData.groups.ladder[index].id;
},
// 团购价格
groupPrice(){
let price = 0;
if(this.selectshop.price){
if(this.ladderIndex !== null && this.goodsData.is_ladder === 1){
price = this.$wanlshop.bcmul(this.selectshop.price, this.goodsData.groups.ladder[this.ladderIndex].discount) / 100;
}else{
price = this.selectshop.price;
}
}else{
// price = this.goodsData.interval_price;
price = this.goodsData.min_price
}
return price
},
// 商品规格组合 选择
skuClick(value, spukey, event, index) {
if (value.ishow) {
if (this.selectArr[spukey] != value.name) {
this.$set(this.selectArr, spukey, value.name);
this.$set(this.subIndex, spukey, index);
} else {
this.$set(this.selectArr, spukey, '');
this.$set(this.subIndex, spukey, -1);
}
this.checkInpath(spukey);
//如果全部选完
if (this.selectArr.every(item => item != '')) {
this.selectshop = this.shopItemInfo[this.selectArr];
// 1.1.3升级
this.selectshop.difference.map((name, index, arr)=> {
arr[index] = this.$base64.decode(name)
});
this.loadStock(this.selectshop.id);
this.selectNum = 1;
}
}
},
//循环所有属性判断哪些属性可选
checkInpath(clickIndex) {
//当前选中的兄弟节点和已选中属性不需要循环
for (let i = 0, len = this.goodsData.spu.length; i < len; i++) {
if (i == clickIndex) {
continue;
}
let len2 = this.goodsData.spu[i].item.length;
for (let j = 0; j < len2; j++) {
if (this.subIndex[i] != -1 && j == this.subIndex[i]) {
continue;
}
let choosed_copy = [...this.selectArr];
this.$set(choosed_copy, i, this.goodsData.spu[i].item[j].name);
let choosed_copy2 = choosed_copy.filter(item => item !== '' && typeof item !== 'undefined');
if (this.shopItemInfo.hasOwnProperty(choosed_copy2)) {
this.$set(this.goodsData.spu[i].item[j], 'ishow', true);
} else {
this.$set(this.goodsData.spu[i].item[j], 'ishow', false);
}
}
}
// console.log(this.goodsData.spu)
},
//计算有多小种可选路径
checkItem() {
let result = this.goodsData.sku.reduce(
(arrs, items) => {
return arrs.concat(
items.difference.reduce(
(arr, item) => {
return arr.concat(
arr.map(item2 => {
//利用对象属性的唯一性实现二维数组去重
if (!this.shopItemInfo.hasOwnProperty([...item2, item])) {
this.shopItemInfo[[...item2, item]] = items;
}
return [...item2, item];
})
);
},
[
[]
]
)
);
},
[
[]
]
);
},
//商品规格修改数量
changeNum(val) {
if(this.selectshop.stock){
let num = parseInt(val);
if(num > this.selectshop.stock){
this.$wanlshop.msg(`数量不能超过库存 ${this.selectshop.stock} 件`);
this.selectNum = parseInt(this.selectshop.stock);
}else{
this.selectNum = parseInt(val);
}
}
},
//轮播图指示器
swiperChange(e) {
this.currentSwiper = e.detail.current;
},
// 弹出层
showModal(name) {
this.isChoice = '';
// 滚动下分享
if (name == 'share' && this.modalName != 'share') {
setTimeout(() => {
this.scrollAnimation = 0;
}, 300);
}
this.modalName = name;
},
// 关闭弹出层
hideModal(name) {
if (name) {
this.showModal(name);
} else {
// 强制关闭海报
if(this.modalName == 'share'){
this.$refs.wanlShare.closePoster();
}
this.modalName = null;
}
},
// 分享回调
shareChange(e) {
if (e) {
this.$wanlshop.auth(`/pages/user/complaint/complaint?id=${this.goodsData.id}&type=3`);
} else {
this.modalName = null;
}
},
//禁止父元素滑动
moveHandle() {},
// 关注 & 取消
async follow() {
this.goodsData.follow = !this.goodsData.follow;
// 全局控制中心
if (this.goodsData.follow) {
this.$store.commit('statistics/dynamic', {
collection: this.$store.state.statistics.dynamic.collection + 1
});
} else {
this.$store.commit('statistics/dynamic', {
collection: this.$store.state.statistics.dynamic.collection - 1
});
}
await uni.request({
url: '/wanlshop/groups/product/follow',
method: 'POST',
data: {
id: this.goodsData.id
},
success: res => {
this.goodsData.follow = res.data;
}
});
},
//跳转锚点
toAnchor(index) {
this.selectAnchor = index;
uni.pageScrollTo({
scrollTop: this.anchorlist[index].top,
duration: 200
});
},
//计算锚点高度
calcAnchor() {
let query = null;
// 支付宝小程序不能加后面的.in(this),是它自身的限制
// #ifndef MP-ALIPAY
query = uni.createSelectorQuery().in(this)
// #endif
// #ifdef MP-ALIPAY
query = uni.createSelectorQuery()
// #endif
query.select('#evaluate').boundingClientRect(rec => {
this.anchorlist[1].top = rec.top - this.wanlsys.height - 45;
}).exec();
query.select('#details').boundingClientRect(rec => {
this.anchorlist[2].top = rec.top - this.wanlsys.height - 45;
}).exec();
query.select('#recommend').boundingClientRect(rec => {
this.anchorlist[3].top = rec.top - this.wanlsys.height - 45;
}).exec();
},
// 评论页 1.1.6升级
onTag(tag) {
this.$wanlshop.to(`/pages/product/comment?id=${this.goodsData.id}&praise=${this.goodsData.praise}&tag=${tag}&type=groups`);
},
// 打开购物车
toCart() {
uni.switchTab({
url: '/pages/cart'
});
},
// 完成选择
completeSelection() {
if (this.canCount) {
this.$wanlshop.msg('请选择完成规格');
} else {
if(this.goodsData.is_ladder === 1 && this.isChoice === 'group'){
if(this.ladderIndex !== null){
this.ProcessingData();
}else{
if(this.groups_id === 0){
this.$wanlshop.msg('请选择阶梯拼团人数');
}else{
this.ladder_id = this.goodsData.groups.choiceList.ladder_id;
this.ProcessingData();
}
}
}else{
this.ProcessingData();
}
}
},
// 提交数据
SubmitData(name, type, groups) {
if(groups){
this.groups_id = groups.id;
this.goodsData.groups.choiceList = groups;
}
if (type == 1) {
if (this.canCount) {
this.$wanlshop.msg('请选择完成规格');
} else {
this.isChoice = name;
if(this.goodsData.is_ladder === 1 && name === 'group'){
if(this.ladderIndex !== null){
this.ProcessingData();
}else{
this.$wanlshop.msg('请选择阶梯拼团人数');
}
}else{
this.ProcessingData();
}
}
} else {
this.modalName = 'option';
this.isChoice = name;
}
},
async ProcessingData() {
if (this.isChoice) {
let goodsData = [{
goods_id: this.goodsData.id,
number: this.selectNum,
sku_id: this.selectshop.id,
groups_id: this.groups_id,
ladder_id: this.ladder_id, // 阶梯
type: this.isChoice // 拼团类型
}];
// 提交订单
if (this.$store.state.user.isLogin) {
if(this.goodsData.purchase_limit === 0 || this.isChoice === 'alone'){
uni.redirectTo({
url: `/pages/apps/groups/order/confirm?order_type=groups&data=${JSON.stringify(goodsData)}`
});
}else{
// 查询是否超过限制
await uni.request({
url: '/wanlshop/groups/order/getOrderPurchaseLimit',
data: { id: this.goodsData.id },
success: res => {
uni.redirectTo({
url: `/pages/apps/groups/order/confirm?order_type=groups&data=${JSON.stringify(goodsData)}`
});
}
})
}
} else {
this.$wanlshop.to('/pages/user/auth/auth');
}
} else {
this.$wanlshop.msg('数据异常');
}
this.hideModal();
},
productSearch(text) {
this.$wanlshop.to(`/pages/page/search?type=groups&keywords=${text}`, 'fade-in', 100);
}
}
};
</script>
<style lang="scss">
.wanl-groups-modal{
&.wanl-modal{
min-height: 215rpx;
max-height: 715rpx;
padding-bottom: 25rpx !important;
.scroll-y {
text-align: left;
width: 100%;
min-height: 100rpx;
max-height: 600rpx;
height: auto;
padding: 0 25rpx;
}
}
&__item{
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
&>view {
display: flex;
align-items: center;
}
.user {
width: 40%;
.cu-avatar {
flex-shrink: 0;
}
}
.group {
height: 100rpx;
.cu-btn {
height: 60rpx;
padding: 0 22rpx;
}
}
}
}
.wanl-groups-list {
&__swiper {
height: 200rpx;
width: 100%;
.swiper-item {
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
&>view {
display: flex;
align-items: center;
}
.user {
width: 40%;
.cu-avatar {
flex-shrink: 0;
}
}
.group {
height: 100rpx;
.cu-btn {
height: 60rpx;
padding: 0 22rpx;
}
}
}
}
}
.btn-group-groups {
.cu-btn {
flex-wrap: wrap;
padding: 6rpx !important;
.text-price {
width: 100%;
}
&.isalone{
width: 100% !important;
border-radius: 2500px;
.text-price {
width: auto;
margin-left: 10rpx;
}
}
}
}
toast,
uni-toast {
z-index: 9999;
}
.cu-custom .cu-bar .search-form {
background-color: #fff;
}
.cu-custom .cu-bar {
background-color: #f3f3f3;
}
.cu-custom .bar-bg {
background-color: rgba(243, 243, 243, 0.96);
}
.cu-custom .cu-bar {
z-index: 99;
}
/* #ifdef MP */
.cu-custom .cu-bar .search-form {
margin: 0 0 0 25rpx;
}
/* #endif */
.cu-custom .cu-bar .nav .cu-item {
line-height: 70rpx;
height: 70rpx;
}
.swiper-box {
position: relative;
width: 100%;
height: 100vw;
}
.swiper-box swiper {
width: 100%;
height: 100vw;
}
.swiper-box swiper swiper-item image {
width: 100%;
height: 100vw;
}
.swiper-box .indicator {
display: flex;
justify-content: center;
align-items: center;
padding: 0 25upx;
height: 40upx;
border-radius: 40upx;
font-size: 22upx;
position: absolute;
bottom: 20upx;
right: 20upx;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
}
</style>