2020-08-13 08:12:57 +00:00
|
|
|
|
<template>
|
|
|
|
|
<view>
|
|
|
|
|
<!-- 头部 -->
|
|
|
|
|
<view class='navbar' :style="{height:navH+'rpx',opacity:opacity}">
|
|
|
|
|
<view class='navbarH' :style='"height:"+navH+"rpx;"'>
|
|
|
|
|
<view class='navbarCon acea-row row-center-wrapper'>
|
|
|
|
|
<view class="header acea-row row-center-wrapper">
|
|
|
|
|
<view class="item" :class="navActive === index ? 'on' : ''" v-for="(item,index) in navList" :key='index' @tap="tap(item,index)">
|
|
|
|
|
{{ item }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='iconfont icon-xiangzuo' :style="'top:'+navH/2+'rpx'" @tap='returns'></view>
|
|
|
|
|
<!-- 详情 -->
|
|
|
|
|
<view class='product-con'>
|
|
|
|
|
<scroll-view :scroll-top="scrollTop" scroll-y='true' scroll-with-animation="true" :style="'height:'+height+'px;'"
|
|
|
|
|
@scroll="scroll">
|
|
|
|
|
<view id="past0">
|
|
|
|
|
<productConSwiper :imgUrls="imgUrls"></productConSwiper>
|
|
|
|
|
<view class='wrapper'>
|
|
|
|
|
<view class='share acea-row row-between row-bottom'>
|
|
|
|
|
<view class='money font-color'>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
¥<text class='num'>{{storeInfo.price || 0}}</text><text class='y-money'>¥{{storeInfo.product_price || 0}}</text>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class='iconfont icon-fenxiang' @click="listenerActionSheet"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='introduce'>{{storeInfo.title}}</view>
|
|
|
|
|
<view class='label acea-row row-between-wrapper'>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class='stock'>类型:{{storeInfo.people || 0}}人团</view>
|
|
|
|
|
<view>累计销量:{{storeInfo.total?storeInfo.total:0}} {{storeInfo.unit_name || ''}}</view>
|
|
|
|
|
<view>限购: {{ storeInfo.quotaShow ? storeInfo.quotaShow : 0 }} {{storeInfo.unit_name || ''}}</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='attribute acea-row row-between-wrapper' @tap='selecAttr' v-if='attribute.productAttr.length'>
|
|
|
|
|
<view>{{attr}}:<text class='atterTxt'>{{attrValue}}</text></view>
|
|
|
|
|
<view class='iconfont icon-jiantou'></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='notice acea-row row-middle'>
|
|
|
|
|
<view class='num font-color'>
|
|
|
|
|
<text class='iconfont icon-laba'></text>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
已拼{{pinkOkSum}}件<text class='line'>|</text>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class='swiper'>
|
|
|
|
|
<swiper :indicator-dots="indicatorDots" :autoplay="autoplay" interval="2500" duration="500" vertical="true"
|
|
|
|
|
circular="true">
|
|
|
|
|
<block v-for="(item,index) in itemNew" :key='index'>
|
|
|
|
|
<swiper-item>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class='line1'>{{item.nickname}}拼团成功</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</swiper-item>
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='assemble'>
|
|
|
|
|
<view class='item acea-row row-between-wrapper' v-for='(item,index) in pink' :key='index' v-if="index < AllIndex">
|
|
|
|
|
<view class='pictxt acea-row row-between-wrapper'>
|
|
|
|
|
<view class='pictrue'>
|
|
|
|
|
<image :src='item.avatar'></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='text line1'>{{item.nickname}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='right acea-row row-middle'>
|
|
|
|
|
<view>
|
|
|
|
|
<view class='lack'>还差<text class='font-color'>{{item.count}}</text>人成团</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class='time'>
|
|
|
|
|
<count-down :is-day="false" :tip-text="' '" :day-text="' '" :hour-text="':'" :minute-text="':'" :second-text="' '"
|
|
|
|
|
:datatime="item.stopTime/1000"></count-down>
|
|
|
|
|
</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
<navigator hover-class='none' :url="'/pages/activity/goods_combination_status/index?id='+item.id" class='spellBnt'>
|
|
|
|
|
去拼单
|
|
|
|
|
<text class='iconfont icon-jiantou'></text>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<template v-if="pink.length">
|
|
|
|
|
<view class='more' @tap='showAll' v-if="pink.length > AllIndex">查看更多<text class='iconfont icon-xiangxia'></text></view>
|
|
|
|
|
<view class='more' @tap='hideAll' v-else-if="pink.length === AllIndex && pink.length !== AllIndexDefault">收起<text class='iconfont icon-xiangshang'></text></view>
|
|
|
|
|
</template>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class='playWay'>
|
|
|
|
|
<view class='title acea-row row-between-wrapper'>
|
|
|
|
|
<view>拼团玩法</view>
|
|
|
|
|
<!-- <navigator hover-class='none' class='font-color' url='/pages/activity/goods_combination_rule/index'>查看规则<text class="iconfont icon-jiantou"></text></navigator> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class='way acea-row row-middle'>
|
|
|
|
|
<view class='item'>
|
|
|
|
|
<text class='num'>①</text>
|
|
|
|
|
开团/参团
|
|
|
|
|
</view>
|
|
|
|
|
<view class='iconfont icon-arrow'></view>
|
|
|
|
|
<view class='item'>
|
|
|
|
|
<text class='num'>②</text>
|
|
|
|
|
邀请好友
|
|
|
|
|
</view>
|
|
|
|
|
<view class='iconfont icon-arrow'></view>
|
|
|
|
|
<view class='item'>
|
|
|
|
|
<view>
|
|
|
|
|
<text class='num'>③</text>
|
|
|
|
|
满员发货
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class='tip'>不满自动退款</view> -->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='userEvaluation' id="past1">
|
|
|
|
|
<view class='title acea-row row-between-wrapper'>
|
|
|
|
|
<view>用户评价({{replyCount}})</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<navigator class='praise' hover-class='none' :url='"/pages/users/goods_comment_list/index?productId="+storeInfo.productId'>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<text class='font-color'>{{replyChance || 0}}%</text>
|
|
|
|
|
好评率
|
|
|
|
|
<text class='iconfont icon-jiantou'></text>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<userEvaluation :reply="reply"></userEvaluation>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='product-intro' id="past2">
|
|
|
|
|
<view class='title'>产品介绍</view>
|
|
|
|
|
<view class='conter'>
|
|
|
|
|
<!-- <rich-text :nodes="storeInfo.description" class="conter"></rich-text> -->
|
|
|
|
|
<jyf-parser :html="storeInfo.description" ref="article" :tag-style="tagStyle"></jyf-parser>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style='height:120rpx;'></view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class='footer acea-row row-between-wrapper'>
|
|
|
|
|
<!-- #ifdef MP -->
|
|
|
|
|
<button open-type="contact" hover-class='none' class='item'>
|
|
|
|
|
<view class='iconfont icon-kefu'></view>
|
|
|
|
|
<view>客服</view>
|
|
|
|
|
</button>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<!-- #ifndef MP -->
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<navigator hover-class="none" class="item" @click="kefuClick">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="iconfont icon-kefu"></view>
|
|
|
|
|
<view>客服</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<view @tap='setCollect' class='item'>
|
|
|
|
|
<view class='iconfont icon-shoucang1' v-if="storeInfo.userCollect"></view>
|
|
|
|
|
<view class='iconfont icon-shoucang' v-else></view>
|
|
|
|
|
<view>收藏</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bnt acea-row">
|
|
|
|
|
<view class="joinCart bnts" @tap="goProduct">单独购买</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class="buy bnts" @tap="goCat" v-if='attribute.productSelect.stock>0&&attribute.productSelect.quota>0'>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
立即开团
|
|
|
|
|
</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class="buy bnts bg-color-hui" v-if='attribute.productSelect.quota <= 0 || attribute.productSelect.stock <= 0'>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
已售罄
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<shareRedPackets :sharePacket="sharePacket" @listenerActionSheet="listenerActionSheet" @closeChange="closeChange"></shareRedPackets>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<!-- 分享按钮 -->
|
|
|
|
|
<view class="generate-posters acea-row row-middle" :class="posters ? 'on' : ''">
|
|
|
|
|
<!-- #ifndef MP -->
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<button class="item" hover-class='none' v-if="weixinStatus === true" @click="H5ShareBox = true">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="iconfont icon-weixin3"></view>
|
|
|
|
|
<view class="">发送给朋友</view>
|
|
|
|
|
</button>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<!-- #ifdef MP -->
|
|
|
|
|
<button class="item" open-type="share" hover-class='none' @click="goFriend">
|
|
|
|
|
<view class="iconfont icon-weixin3"></view>
|
|
|
|
|
<view class="">发送给朋友</view>
|
|
|
|
|
</button>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<button class="item" hover-class='none' @tap="goPoster">
|
|
|
|
|
<view class="iconfont icon-haibao"></view>
|
|
|
|
|
<view class="">生成海报</view>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class="mask" v-if="posters" @click="closePosters"></view>
|
|
|
|
|
<view class="mask" v-if="canvasStatus" @click="listenerActionClose"></view>
|
|
|
|
|
<!-- <view class="mask" v-if="posters" @click="listenerActionClose"></view> -->
|
2020-08-13 08:12:57 +00:00
|
|
|
|
|
|
|
|
|
<!-- 海报展示 -->
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class='poster-pop' v-if="canvasStatus">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<image src='/static/images/poster-close.png' class='close' @click="posterImageClose"></image>
|
|
|
|
|
<image :src='posterImage'></image>
|
|
|
|
|
<!-- #ifndef H5 -->
|
|
|
|
|
<view class='save-poster' @click="savePosterPath">保存到手机</view>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<!-- #ifdef H5 -->
|
|
|
|
|
<view class="keep">长按图片可以保存到手机</view>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
</view>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<view class="canvas" v-else>
|
|
|
|
|
<canvas style="width:750px;height:1190px;" canvas-id="firstCanvas"></canvas>
|
|
|
|
|
<canvas canvas-id="qrcode" :style="{width: `${qrcodeSize}px`, height: `${qrcodeSize}px`}"/>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 发送给朋友图片 -->
|
|
|
|
|
<view class="share-box" v-if="H5ShareBox">
|
|
|
|
|
<image src="/static/images/share-info.png" @click="H5ShareBox = false"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class='mask' v-if="posterImageStatus"></view>
|
|
|
|
|
<canvas class="canvas" canvas-id='myCanvas' v-if="canvasStatus"></canvas> -->
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<!-- #ifdef MP -->
|
|
|
|
|
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<home></home>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<product-window :attr='attribute' :limitNum='1' @myevent="onMyEvent" @ChangeAttr="ChangeAttr" @ChangeCartNum="ChangeCartNum"
|
|
|
|
|
@iptCartNum="iptCartNum" @attrVal="attrVal"></product-window>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
const app = getApp();
|
2020-12-23 07:56:45 +00:00
|
|
|
|
import uQRCode from '@/js_sdk/Sansnn-uQRCode/uqrcode.js'
|
|
|
|
|
|
|
|
|
|
import { base64src } from '@/utils/base64src.js'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
import {
|
|
|
|
|
mapGetters
|
|
|
|
|
} from "vuex";
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
import authorize from '@/components/Authorize';
|
2020-12-23 07:56:45 +00:00
|
|
|
|
import {
|
|
|
|
|
getQrcode
|
|
|
|
|
} from '@/api/api.js';
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #endif
|
2020-12-23 07:56:45 +00:00
|
|
|
|
import productConSwiper from '@/components/productConSwiper'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
import {
|
|
|
|
|
toLogin
|
|
|
|
|
} from '@/libs/login.js';
|
|
|
|
|
import {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
getCombinationDetail
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} from '@/api/activity.js';
|
|
|
|
|
import {
|
|
|
|
|
postCartAdd,
|
|
|
|
|
collectAdd,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
collectDel,
|
|
|
|
|
getReplyList,
|
|
|
|
|
getReplyConfig
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} from '@/api/store.js';
|
|
|
|
|
import {
|
|
|
|
|
imageBase64
|
|
|
|
|
} from "@/api/public";
|
|
|
|
|
import parser from "@/components/jyf-parser/jyf-parser";
|
|
|
|
|
import home from '@/components/home/index.vue'
|
|
|
|
|
import productWindow from '@/components/productWindow/index.vue'
|
|
|
|
|
import userEvaluation from '@/components/userEvaluation/index.vue'
|
|
|
|
|
import countDown from '@/components/countDown/index.vue'
|
2020-12-23 07:56:45 +00:00
|
|
|
|
import shareRedPackets from '@/components/shareRedPackets';
|
|
|
|
|
import {
|
|
|
|
|
getProductCode
|
|
|
|
|
} from '@/api/store.js'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
export default {
|
|
|
|
|
components: {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
shareRedPackets,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
productConSwiper,
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
authorize,
|
|
|
|
|
// #endif
|
|
|
|
|
"jyf-parser": parser,
|
|
|
|
|
home,
|
|
|
|
|
"product-window": productWindow,
|
|
|
|
|
userEvaluation,
|
|
|
|
|
countDown
|
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
computed: mapGetters({
|
|
|
|
|
'isLogin': 'isLogin',
|
|
|
|
|
'userData': 'userInfo',
|
|
|
|
|
'uid': 'uid',
|
|
|
|
|
'chatUrl': 'chatUrl'
|
|
|
|
|
}),
|
2020-08-13 08:12:57 +00:00
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
navH: '',
|
|
|
|
|
id: 0,
|
|
|
|
|
userInfo: {},
|
|
|
|
|
itemNew: [],
|
|
|
|
|
indicatorDots: false,
|
|
|
|
|
circular: true,
|
|
|
|
|
autoplay: true,
|
|
|
|
|
interval: 3000,
|
|
|
|
|
duration: 500,
|
|
|
|
|
attribute: {
|
|
|
|
|
cartAttr: false,
|
|
|
|
|
productAttr: [],
|
|
|
|
|
productSelect: {}
|
|
|
|
|
},
|
|
|
|
|
productValue: [],
|
|
|
|
|
isOpen: false,
|
|
|
|
|
attr: '请选择',
|
|
|
|
|
attrValue: '',
|
|
|
|
|
AllIndex: 2,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
maxAllIndex: 0,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
replyChance: '',
|
|
|
|
|
limitNum: 1,
|
|
|
|
|
timeer: null,
|
|
|
|
|
iSplus: false,
|
|
|
|
|
navH: "",
|
|
|
|
|
navList: ['商品', '评价', '详情'],
|
|
|
|
|
opacity: 0,
|
|
|
|
|
scrollY: 0,
|
|
|
|
|
topArr: [],
|
|
|
|
|
toView: '',
|
|
|
|
|
height: 0,
|
|
|
|
|
heightArr: [],
|
|
|
|
|
lock: false,
|
|
|
|
|
scrollTop: 0,
|
|
|
|
|
storeInfo: {},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
pinkOkSum: 0,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
pink: [],
|
|
|
|
|
replyCount: 0,
|
|
|
|
|
reply: [],
|
|
|
|
|
imgUrls: [],
|
2020-12-23 07:56:45 +00:00
|
|
|
|
sharePacket: {
|
|
|
|
|
isState: true, //默认不显示
|
|
|
|
|
},
|
2020-08-13 08:12:57 +00:00
|
|
|
|
tagStyle: {
|
2021-01-19 02:16:45 +00:00
|
|
|
|
img: 'width:100%;display:block;',
|
|
|
|
|
table: 'width:100%',
|
|
|
|
|
video: 'width:100%'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
posters: false,
|
|
|
|
|
weixinStatus: false,
|
|
|
|
|
posterImageStatus: false,
|
|
|
|
|
canvasStatus: false, //海报绘图标签
|
|
|
|
|
storeImage: '', //海报产品图
|
|
|
|
|
PromotionCode: '', //二维码图片
|
|
|
|
|
posterImage: '', //海报路径
|
|
|
|
|
posterbackgd: '/static/images/posterbackgd.png',
|
|
|
|
|
navActive: 0,
|
|
|
|
|
actionSheetHidden: false,
|
|
|
|
|
attrTxt: '',
|
|
|
|
|
cart_num: '',
|
|
|
|
|
isAuto: false, //没有授权的不会自动授权
|
|
|
|
|
isShowAuth: false, //是否隐藏授权
|
2020-12-23 07:56:45 +00:00
|
|
|
|
AllIndexDefault: 0,
|
|
|
|
|
imgTop:'',
|
|
|
|
|
qrcodeSize: 600,
|
|
|
|
|
H5ShareBox: false, //公众号分享图片
|
|
|
|
|
onceNum: 0 //一次可以购买几个
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onLoad(options) {
|
|
|
|
|
let that = this
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
this.navH = app.globalData.navHeight;
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifndef MP
|
|
|
|
|
this.navH = 96;
|
|
|
|
|
// #endif
|
|
|
|
|
//设置商品列表高度
|
|
|
|
|
uni.getSystemInfo({
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.height = res.windowHeight
|
|
|
|
|
//res.windowHeight:获取整个窗口高度为px,*2为rpx;98为头部占据的高度;
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
//扫码携带参数处理
|
|
|
|
|
// #ifdef MP
|
2020-12-23 07:56:45 +00:00
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (options.scene) {
|
|
|
|
|
let value = this.$util.getUrlParams(decodeURIComponent(options.scene));
|
|
|
|
|
if (value.id) options.id = value.id;
|
|
|
|
|
//记录推广人uid
|
|
|
|
|
if (value.pid) app.globalData.spid = value.pid;
|
|
|
|
|
}
|
|
|
|
|
if (!options.id && !options.scene) return this.$util.Tips({
|
|
|
|
|
title: '缺少参数无法查看商品'
|
|
|
|
|
}, {
|
|
|
|
|
tab: 3,
|
|
|
|
|
url: 1
|
|
|
|
|
});
|
|
|
|
|
//记录推广人uid
|
|
|
|
|
if (options.spid) app.globalData.spid = options.spid;
|
|
|
|
|
// #endif
|
|
|
|
|
if (options.hasOwnProperty('id')) {
|
|
|
|
|
this.id = options.id
|
|
|
|
|
// app.globalData.openPages = '/pages/activity/goods_combination_details/index?id=' + this.id + '&spid=' + this.userInfo.uid;
|
|
|
|
|
if (this.isLogin) {
|
|
|
|
|
this.combinationDetail();
|
|
|
|
|
} else {
|
|
|
|
|
// #ifdef H5 || APP-PLUS
|
|
|
|
|
try {
|
|
|
|
|
uni.setStorageSync('comGoodsId', options.id);
|
|
|
|
|
} catch (e) {}
|
|
|
|
|
toLogin();
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
this.isAuto = true;
|
|
|
|
|
this.$set(this, 'isShowAuth', true)
|
|
|
|
|
// #endif
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
try {
|
|
|
|
|
let val = uni.getStorageSync('comGoodsId');
|
|
|
|
|
if (val != '') {
|
|
|
|
|
this.id = val
|
|
|
|
|
this.combinationDetail();
|
|
|
|
|
}
|
|
|
|
|
} catch (e) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: '参数错误',
|
|
|
|
|
icon: 'none',
|
|
|
|
|
duration: 1000,
|
|
|
|
|
mask: true,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
getProductReplyCount: function() {
|
|
|
|
|
let that = this;
|
|
|
|
|
getReplyConfig(that.storeInfo.productId).then(res => {
|
|
|
|
|
that.$set(that, 'replyChance', res.data.replyChance * 100);
|
|
|
|
|
that.$set(that, 'replyCount', res.data.sumCount);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getProductReplyList: function() {
|
|
|
|
|
getReplyList(this.storeInfo.productId, {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 3,
|
|
|
|
|
type: 0,
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.reply = res.data.list;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
kefuClick(){
|
|
|
|
|
location.href = this.chatUrl;
|
|
|
|
|
},
|
|
|
|
|
closePosters:function(){
|
|
|
|
|
this.posters = false;
|
|
|
|
|
},
|
|
|
|
|
closeChange: function() {
|
|
|
|
|
this.$set(this.sharePacket, 'isState', true);
|
|
|
|
|
},
|
|
|
|
|
showAll: function() {
|
|
|
|
|
this.AllIndexDefault = this.AllIndex;
|
|
|
|
|
this.AllIndex = this.pink.length;
|
|
|
|
|
},
|
|
|
|
|
hideAll: function() {
|
|
|
|
|
this.AllIndex = this.AllIndexDefault;
|
|
|
|
|
},
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// 授权关闭
|
|
|
|
|
authColse: function(e) {
|
|
|
|
|
this.isShowAuth = e;
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 购物车手动填写
|
|
|
|
|
*
|
2020-12-23 07:56:45 +00:00
|
|
|
|
*/
|
|
|
|
|
iptCartNum: function(e) {
|
|
|
|
|
if (e > this.onceNum) {
|
|
|
|
|
this.$util.Tips({
|
|
|
|
|
title: `该商品每次限购${this.onceNum}${this.storeInfo.unitName}`
|
|
|
|
|
});
|
|
|
|
|
this.$set(this.attribute.productSelect, 'cart_num', this.onceNum);
|
|
|
|
|
this.$set(this, "cart_num", this.onceNum);
|
|
|
|
|
}else{
|
|
|
|
|
this.$set(this.attribute.productSelect, 'cart_num', e);
|
|
|
|
|
this.$set(this, "cart_num", e);
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
// 返回
|
|
|
|
|
returns() {
|
|
|
|
|
uni.navigateBack();
|
|
|
|
|
},
|
|
|
|
|
// 获取详情
|
|
|
|
|
combinationDetail() {
|
|
|
|
|
var that = this;
|
|
|
|
|
var data = that.id;
|
|
|
|
|
getCombinationDetail(data).then(function(res) {
|
|
|
|
|
uni.setNavigationBarTitle({
|
|
|
|
|
title: res.data.storeInfo.title.substring(0, 16)
|
|
|
|
|
})
|
|
|
|
|
that.storeInfo = res.data.storeInfo;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
that.getProductReplyList();
|
|
|
|
|
that.getProductReplyCount();
|
|
|
|
|
that.imgUrls = JSON.parse(res.data.storeInfo.images);
|
|
|
|
|
that.attribute.productSelect.num = res.data.storeInfo.onceNum;
|
|
|
|
|
that.pink = res.data.pink || [];
|
|
|
|
|
that.pindAll = res.data.pindAll || [];
|
|
|
|
|
// that.reply = res.data.reply ? res.data.reply : [];
|
|
|
|
|
that.itemNew = res.data.pinkOkList || [];
|
|
|
|
|
that.pinkOkSum = res.data.pinkOkSum;
|
|
|
|
|
that.attribute.productAttr = res.data.productAttr || [];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.productValue = res.data.productValue;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
that.onceNum = res.data.storeInfo.onceNum;
|
|
|
|
|
// that.PromotionCode = res.data.storeInfo.code_base
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #ifdef H5
|
|
|
|
|
that.setShare();
|
|
|
|
|
that.storeImage = that.storeInfo.image
|
2020-12-23 07:56:45 +00:00
|
|
|
|
that.make();
|
|
|
|
|
that.getImageBase64(that.storeImage);
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
that.getQrcode();
|
|
|
|
|
that.imgTop = res.data.storeInfo.image;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #endif
|
|
|
|
|
// #ifndef H5
|
|
|
|
|
that.downloadFilestoreImage();
|
|
|
|
|
// #endif
|
|
|
|
|
// that.setProductSelect();
|
2020-12-23 07:56:45 +00:00
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.DefaultSelect();
|
2020-12-23 07:56:45 +00:00
|
|
|
|
setTimeout(function() {
|
|
|
|
|
that.infoScroll();
|
|
|
|
|
}, 500);
|
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}).catch(function(err) {
|
|
|
|
|
that.$util.Tips({
|
2020-12-23 07:56:45 +00:00
|
|
|
|
title: err
|
|
|
|
|
}, {
|
|
|
|
|
tab: 3
|
2020-08-13 08:12:57 +00:00
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
//#ifdef H5
|
|
|
|
|
setShare: function() {
|
|
|
|
|
this.$wechat.isWeixin() &&
|
|
|
|
|
this.$wechat.wechatEvevt([
|
|
|
|
|
"updateAppMessageShareData",
|
|
|
|
|
"updateTimelineShareData",
|
|
|
|
|
"onMenuShareAppMessage",
|
|
|
|
|
"onMenuShareTimeline"
|
|
|
|
|
], {
|
|
|
|
|
desc: this.storeInfo.info,
|
|
|
|
|
title: this.storeInfo.title,
|
|
|
|
|
link: location.href,
|
|
|
|
|
imgUrl: this.storeInfo.image
|
|
|
|
|
}).then(res => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
}).catch(err => {
|
|
|
|
|
console.log(err);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
//#endif
|
|
|
|
|
/**
|
|
|
|
|
* 默认选中属性
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
DefaultSelect: function() {
|
|
|
|
|
let self = this
|
|
|
|
|
let productAttr = self.attribute.productAttr;
|
|
|
|
|
let value = [];
|
2020-12-23 07:56:45 +00:00
|
|
|
|
for (var key in self.productValue) {
|
|
|
|
|
if (self.productValue[key].quota > 0) {
|
|
|
|
|
value = self.attribute.productAttr.length ? key.split(",") : [];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
for (let i = 0; i < productAttr.length; i++) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
self.$set(productAttr[i], "index", value[i]);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
//sort();排序函数:数字-英文-汉字;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
let productSelect = self.productValue[value.join(",")];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
|
|
|
|
|
if (productSelect && productAttr.length) {
|
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
"storeName",
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.storeInfo.title
|
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "image", productSelect.image);
|
|
|
|
|
self.$set(self.attribute.productSelect, "price", productSelect.price);
|
|
|
|
|
self.$set(self.attribute.productSelect, "stock", productSelect.stock);
|
|
|
|
|
self.$set(self.attribute.productSelect, "unique", productSelect.unique);
|
|
|
|
|
self.$set(self.attribute.productSelect, "quota", productSelect.quota);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "quotaShow", productSelect.quotaShow);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "cart_num", 1);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.$set(this, "attrValue", value.join(","));
|
|
|
|
|
this.$set(this, "attrTxt", "已选择");
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} else if (!productSelect && productAttr.length) {
|
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
"storeName",
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.storeInfo.title
|
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "image", self.storeInfo.image);
|
|
|
|
|
self.$set(self.attribute.productSelect, "price", self.storeInfo.price);
|
|
|
|
|
self.$set(self.attribute.productSelect, "quota", 0);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "quotaShow", 0);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "stock", 0);
|
|
|
|
|
self.$set(self.attribute.productSelect, "unique", "");
|
|
|
|
|
self.$set(self.attribute.productSelect, "cart_num", 0);
|
|
|
|
|
self.$set(self, "attrValue", "");
|
|
|
|
|
self.$set(self, "attrTxt", "请选择");
|
|
|
|
|
} else if (!productSelect && !productAttr.length) {
|
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
"storeName",
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.storeInfo.title
|
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "image", self.storeInfo.image);
|
|
|
|
|
self.$set(self.attribute.productSelect, "price", self.storeInfo.price);
|
|
|
|
|
self.$set(self.attribute.productSelect, "stock", self.storeInfo.stock);
|
|
|
|
|
self.$set(self.attribute.productSelect, "quota", 0);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "stock", 0);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
|
|
|
|
"unique",
|
|
|
|
|
self.storeInfo.unique || ""
|
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "cart_num", 1);
|
|
|
|
|
self.$set(self, "attrValue", "");
|
|
|
|
|
self.$set(self, "attrTxt", "请选择");
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
infoScroll: function() {
|
|
|
|
|
var that = this,
|
|
|
|
|
topArr = [],
|
|
|
|
|
heightArr = [];
|
|
|
|
|
for (var i = 0; i < that.navList.length; i++) { //productList
|
|
|
|
|
//获取元素所在位置
|
2020-12-23 07:56:45 +00:00
|
|
|
|
var query = uni.createSelectorQuery().in(this);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
var idView = "#past" + i;
|
|
|
|
|
// if (!that.data.good_list.length && i == 2) {
|
|
|
|
|
// var idView = "#past" + 3;
|
|
|
|
|
// }
|
|
|
|
|
query.select(idView).boundingClientRect();
|
|
|
|
|
query.exec(function(res) {
|
|
|
|
|
var top = res[0].top;
|
|
|
|
|
var height = res[0].height;
|
|
|
|
|
topArr.push(top);
|
|
|
|
|
heightArr.push(height);
|
|
|
|
|
that.topArr = topArr
|
|
|
|
|
that.heightArr = heightArr
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
// 授权后回调
|
|
|
|
|
onLoadFun: function(e) {
|
|
|
|
|
this.userInfo = e
|
|
|
|
|
app.globalData.openPages = '/pages/activity/goods_combination_details/index?id=' + this.id + '&spid=' + e.uid;
|
|
|
|
|
this.combinationDetail();
|
2020-12-23 07:56:45 +00:00
|
|
|
|
//this.downloadFilePromotionCode();
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
selecAttr: function() {
|
|
|
|
|
this.attribute.cartAttr = true
|
|
|
|
|
},
|
|
|
|
|
onMyEvent: function() {
|
|
|
|
|
this.$set(this.attribute, 'cartAttr', false);
|
|
|
|
|
this.$set(this, 'isOpen', false);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 购物车数量加和数量减
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
ChangeCartNum: function(changeValue) {
|
|
|
|
|
//changeValue:是否 加|减
|
|
|
|
|
//获取当前变动属性
|
|
|
|
|
let productSelect = this.productValue[this.attrValue];
|
2020-12-23 07:56:45 +00:00
|
|
|
|
if (this.buyNum === productSelect.quota) {
|
|
|
|
|
return this.$util.Tips({title: '您已超出当前商品每人限购数量,请浏览其他商品'});
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (this.cart_num) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
productSelect.cart_num = this.cart_num;
|
|
|
|
|
this.attribute.productSelect.cart_num = this.cart_num;
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//如果没有属性,赋值给商品默认库存
|
2020-12-23 07:56:45 +00:00
|
|
|
|
if (productSelect === undefined && !this.attribute.productAttr.length) productSelect = this.attribute.productSelect;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//无属性值即库存为0;不存在加减;
|
|
|
|
|
if (productSelect === undefined) return;
|
|
|
|
|
let stock = productSelect.stock || 0;
|
|
|
|
|
let quotaShow = productSelect.quota_show || 0;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
let quota = productSelect.quota || 0;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
let num = this.attribute.productSelect;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
let nums = this.storeInfo.onceNum || 0;
|
|
|
|
|
//设置默认数据
|
|
|
|
|
if (productSelect.cart_num == undefined) productSelect.cart_num = 1;
|
|
|
|
|
if (changeValue) {
|
|
|
|
|
if (num.cart_num === this.onceNum) {
|
|
|
|
|
return this.$util.Tips({
|
|
|
|
|
title: `该商品每次限购${this.onceNum}${this.storeInfo.unitName}`
|
|
|
|
|
});
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
2020-12-23 07:56:45 +00:00
|
|
|
|
num.cart_num++;
|
|
|
|
|
let arrMin = [];
|
|
|
|
|
arrMin.push(nums);
|
|
|
|
|
arrMin.push(quota);
|
|
|
|
|
arrMin.push(stock);
|
|
|
|
|
let minN = Math.min.apply(null, arrMin);
|
|
|
|
|
if (num.cart_num >= minN) {
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", minN ? minN : 1);
|
|
|
|
|
this.$set(this, "cart_num", minN ? minN : 1);
|
|
|
|
|
}
|
|
|
|
|
this.$set(this, "cart_num", num.cart_num);
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", num.cart_num);
|
|
|
|
|
} else {
|
|
|
|
|
num.cart_num--;
|
|
|
|
|
if (num.cart_num < 1) {
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", 1);
|
|
|
|
|
this.$set(this, "cart_num", 1);
|
|
|
|
|
}
|
|
|
|
|
this.$set(this, "cart_num", num.cart_num);
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", num.cart_num);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
2020-12-23 07:56:45 +00:00
|
|
|
|
},
|
2020-08-13 08:12:57 +00:00
|
|
|
|
attrVal(val) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.attribute.productAttr[val.indexw].index = this.attribute.productAttr[val.indexw].attrValues[val.indexn];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 属性变动赋值
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
ChangeAttr: function(res) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.$set(this, 'cart_num', 1);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
let productSelect = this.productValue[res];
|
|
|
|
|
if (productSelect) {
|
|
|
|
|
this.$set(this.attribute.productSelect, "image", productSelect.image);
|
|
|
|
|
this.$set(this.attribute.productSelect, "price", productSelect.price);
|
|
|
|
|
this.$set(this.attribute.productSelect, "stock", productSelect.stock);
|
|
|
|
|
this.$set(this.attribute.productSelect, "unique", productSelect.unique);
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", 1);
|
|
|
|
|
this.$set(this.attribute.productSelect, "quota", productSelect.quota);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, "quotaShow", productSelect.quotaShow);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.$set(this, "attrValue", res);
|
|
|
|
|
|
|
|
|
|
this.attrTxt = "已选择"
|
|
|
|
|
} else {
|
|
|
|
|
this.$set(this.attribute.productSelect, "image", this.storeInfo.image);
|
|
|
|
|
this.$set(this.attribute.productSelect, "price", this.storeInfo.price);
|
|
|
|
|
this.$set(this.attribute.productSelect, "stock", 0);
|
|
|
|
|
this.$set(this.attribute.productSelect, "unique", "");
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", 0);
|
|
|
|
|
this.$set(this.attribute.productSelect, "quota", 0);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, "quotaShow", 0);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.$set(this, "attrValue", "");
|
|
|
|
|
this.attrTxt = "已选择"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 单独购买
|
|
|
|
|
goProduct() {
|
|
|
|
|
uni.navigateTo({
|
2020-12-23 07:56:45 +00:00
|
|
|
|
url: '/pages/goods_details/index?id=' + this.storeInfo.productId
|
2020-08-13 08:12:57 +00:00
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 立即购买
|
|
|
|
|
goCat() {
|
|
|
|
|
var that = this;
|
|
|
|
|
var productSelect = this.productValue[this.attrValue];
|
|
|
|
|
//打开属性
|
|
|
|
|
if (this.isOpen)
|
|
|
|
|
this.attribute.cartAttr = true
|
|
|
|
|
else
|
|
|
|
|
this.attribute.cartAttr = !this.attribute.cartAttr
|
|
|
|
|
//只有关闭属性弹窗时进行加入购物车
|
|
|
|
|
if (this.attribute.cartAttr === true && this.isOpen == false) return this.isOpen = true
|
|
|
|
|
//如果有属性,没有选择,提示用户选择
|
|
|
|
|
if (this.attribute.productAttr.length && productSelect === undefined && this.isOpen == true) return that.$util.Tips({
|
|
|
|
|
title: '请选择属性'
|
|
|
|
|
});
|
|
|
|
|
var data = {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
productId: that.storeInfo.productId,
|
|
|
|
|
combinationId:parseFloat(that.id),
|
|
|
|
|
cartNum: that.cart_num ? this.cart_num : this.attribute.productSelect.cart_num,
|
|
|
|
|
productAttrUnique: productSelect !== undefined ? productSelect.id : '',
|
|
|
|
|
isNew: true,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
};
|
|
|
|
|
postCartAdd(data).then(function(res) {
|
|
|
|
|
that.isOpen = false
|
|
|
|
|
uni.navigateTo({
|
2020-12-23 07:56:45 +00:00
|
|
|
|
url: '/pages/users/order_confirm/index?new=true&cartId=' + res.data.cartId + '&combination=true'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
});
|
|
|
|
|
}).catch(function(res) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: res,
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 收藏商品
|
|
|
|
|
*/
|
|
|
|
|
setCollect: function() {
|
|
|
|
|
var that = this;
|
|
|
|
|
if (this.storeInfo.userCollect) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
collectDel(this.storeInfo.productId).then(res => {
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.storeInfo.userCollect = !that.storeInfo.userCollect
|
|
|
|
|
})
|
|
|
|
|
} else {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
collectAdd(this.storeInfo.productId).then(res => {
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.storeInfo.userCollect = !that.storeInfo.userCollect
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 分享打开
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
listenerActionSheet: function() {
|
|
|
|
|
if (this.isLogin == false) {
|
|
|
|
|
// #ifdef H5 || APP-PLUS
|
|
|
|
|
toLogin();
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
this.$set(this, 'isAuto', true);
|
|
|
|
|
this.$set(this, 'isShowAuth', true);
|
|
|
|
|
// #endif
|
|
|
|
|
} else {
|
|
|
|
|
// #ifdef H5
|
|
|
|
|
if (this.$wechat.isWeixin() === true) {
|
|
|
|
|
this.weixinStatus = true;
|
|
|
|
|
}
|
|
|
|
|
// #endif
|
|
|
|
|
this.posters = true;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 分享关闭
|
|
|
|
|
listenerActionClose: function() {
|
|
|
|
|
this.posters = false;
|
|
|
|
|
},
|
|
|
|
|
//隐藏海报
|
|
|
|
|
posterImageClose: function() {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
this.canvasStatus = false
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
//替换安全域名
|
|
|
|
|
setDomain: function(url) {
|
|
|
|
|
url = url ? url.toString() : '';
|
|
|
|
|
//本地调试打开,生产请注销
|
|
|
|
|
if (url.indexOf("https://") > -1) return url;
|
|
|
|
|
else return url.replace('http://', 'https://');
|
|
|
|
|
},
|
|
|
|
|
//获取海报产品图
|
|
|
|
|
downloadFilestoreImage: function() {
|
|
|
|
|
let that = this;
|
|
|
|
|
uni.downloadFile({
|
|
|
|
|
url: that.setDomain(that.storeInfo.image),
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.storeImage = res.tempFilePath;
|
|
|
|
|
},
|
|
|
|
|
fail: function() {
|
|
|
|
|
return that.$util.Tips({
|
|
|
|
|
title: ''
|
|
|
|
|
});
|
|
|
|
|
that.storeImage = '';
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 获取产品分销二维码
|
|
|
|
|
* @param function successFn 下载完成回调
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
downloadFilePromotionCode: function(successFn) {
|
|
|
|
|
let that = this;
|
|
|
|
|
scombinationCode(that.id).then(res => {
|
|
|
|
|
uni.downloadFile({
|
|
|
|
|
url: that.setDomain(res.data.code),
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.$set(that, 'isDown', false);
|
|
|
|
|
if (typeof successFn == 'function')
|
|
|
|
|
successFn && successFn(res.tempFilePath);
|
|
|
|
|
else
|
|
|
|
|
that.$set(that, 'PromotionCode', res.tempFilePath);
|
|
|
|
|
},
|
|
|
|
|
fail: function() {
|
|
|
|
|
that.$set(that, 'isDown', false);
|
|
|
|
|
that.$set(that, 'PromotionCode', '');
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
}).catch(err => {
|
|
|
|
|
that.$set(that, 'isDown', false);
|
|
|
|
|
that.$set(that, 'PromotionCode', '');
|
|
|
|
|
});
|
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
getImageBase64: function(images) {
|
2020-08-13 08:12:57 +00:00
|
|
|
|
let that = this;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
imageBase64({url:images}).then(res=>{
|
|
|
|
|
that.imgTop = res.data.code
|
|
|
|
|
})
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
// 小程序关闭分享弹窗;
|
|
|
|
|
goFriend: function() {
|
|
|
|
|
this.posters = false;
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 生成海报
|
|
|
|
|
*/
|
|
|
|
|
goPoster: function() {
|
|
|
|
|
let that = this;
|
|
|
|
|
that.posters = false;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
let arrImagesUrl = '';
|
|
|
|
|
let arrImagesUrlTop = '';
|
|
|
|
|
uni.downloadFile({
|
|
|
|
|
url: that.imgTop, //仅为示例,并非真实的资源
|
|
|
|
|
success: (res) => {
|
|
|
|
|
arrImagesUrlTop = res.tempFilePath;
|
|
|
|
|
let arrImages = [that.posterbackgd, arrImagesUrlTop, that.PromotionCode];
|
|
|
|
|
let storeName = that.storeInfo.title;
|
|
|
|
|
let price = that.storeInfo.price;
|
|
|
|
|
setTimeout(() => {
|
2021-01-19 02:16:45 +00:00
|
|
|
|
that.$util.PosterCanvas(arrImages, storeName, price, that.storeInfo.otPrice, function(tempFilePath) {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
that.posterImage = tempFilePath;
|
|
|
|
|
that.canvasStatus = true;
|
|
|
|
|
});
|
|
|
|
|
}, 200);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// 小程序二维码
|
|
|
|
|
getQrcode(){
|
|
|
|
|
let that = this;
|
|
|
|
|
let data = {
|
|
|
|
|
pid: that.uid,
|
|
|
|
|
id: that.id,
|
|
|
|
|
path: 'pages/activity/goods_combination_details/index'
|
|
|
|
|
}
|
|
|
|
|
getQrcode(data).then(res=>{
|
|
|
|
|
base64src(res.data.code, res => {
|
|
|
|
|
that.PromotionCode = res;
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 生成二维码;
|
|
|
|
|
make() {
|
|
|
|
|
let that = this;
|
|
|
|
|
let href = location.href;
|
|
|
|
|
let hrefs = href.indexOf("?") === -1 ? href + "?spread=" + uid : href + "&spread=" + that.uid;
|
|
|
|
|
uQRCode.make({
|
|
|
|
|
canvasId: 'qrcode',
|
|
|
|
|
text: hrefs,
|
|
|
|
|
size: that.qrcodeSize,
|
|
|
|
|
margin: 10,
|
|
|
|
|
success: res => {
|
|
|
|
|
that.PromotionCode = res;
|
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
complete: (res) => {
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
fail:res=>{
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '海报二维码生成失败!'
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
/*
|
|
|
|
|
* 保存到手机相册
|
|
|
|
|
*/
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
savePosterPath: function() {
|
|
|
|
|
let that = this;
|
|
|
|
|
uni.getSetting({
|
|
|
|
|
success(res) {
|
|
|
|
|
if (!res.authSetting['scope.writePhotosAlbum']) {
|
|
|
|
|
uni.authorize({
|
|
|
|
|
scope: 'scope.writePhotosAlbum',
|
|
|
|
|
success() {
|
|
|
|
|
uni.saveImageToPhotosAlbum({
|
|
|
|
|
filePath: that.posterImage,
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.posterImageClose();
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '保存成功',
|
|
|
|
|
icon: 'success'
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
fail: function(res) {
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '保存失败'
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
uni.saveImageToPhotosAlbum({
|
|
|
|
|
filePath: that.posterImage,
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.posterImageClose();
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '保存成功',
|
|
|
|
|
icon: 'success'
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
fail: function(res) {
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '保存失败'
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// #endif
|
|
|
|
|
setShareInfoStatus: function() {
|
|
|
|
|
let data = this.storeInfo;
|
|
|
|
|
let href = location.href;
|
|
|
|
|
if (this.$wechat.isWeixin()) {
|
|
|
|
|
getUserInfo().then(res => {
|
|
|
|
|
href =
|
|
|
|
|
href.indexOf("?") === -1 ?
|
|
|
|
|
href + "?spread=" + res.data.uid :
|
|
|
|
|
href + "&spread=" + res.data.uid;
|
|
|
|
|
|
|
|
|
|
let configAppMessage = {
|
|
|
|
|
desc: data.store_info,
|
|
|
|
|
title: data.store_name,
|
|
|
|
|
link: href,
|
|
|
|
|
imgUrl: data.image
|
|
|
|
|
};
|
|
|
|
|
this.$wechat.wechatEvevt(["updateAppMessageShareData", "updateTimelineShareData"], configAppMessage)
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
scroll: function(e) {
|
|
|
|
|
var that = this,
|
|
|
|
|
scrollY = e.detail.scrollTop;
|
|
|
|
|
var opacity = scrollY / 200;
|
|
|
|
|
opacity = opacity > 1 ? 1 : opacity;
|
|
|
|
|
that.opacity = opacity
|
|
|
|
|
that.scrollY = scrollY
|
|
|
|
|
if (that.lock) {
|
|
|
|
|
that.lock = false
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
for (var i = 0; i < that.topArr.length; i++) {
|
|
|
|
|
if (scrollY < that.topArr[i] - (app.globalData.navHeight / 2) + that.heightArr[i]) {
|
|
|
|
|
that.navActive = i
|
|
|
|
|
break
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
tap: function(item, index) {
|
|
|
|
|
var id = item.id;
|
|
|
|
|
var index = index;
|
|
|
|
|
var that = this;
|
|
|
|
|
// if (!this.data.good_list.length && id == "past2") {
|
|
|
|
|
// id = "past3"
|
|
|
|
|
// }
|
|
|
|
|
this.toView = id;
|
|
|
|
|
this.navActive = index;
|
|
|
|
|
this.lock = true;
|
|
|
|
|
this.scrollTop = index > 0 ? that.topArr[index] - (app.globalData.navHeight / 2) : that.topArr[index]
|
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
},
|
|
|
|
|
//#ifdef MP
|
|
|
|
|
onShareAppMessage() {
|
|
|
|
|
return {
|
|
|
|
|
title: this.storeInfo.title,
|
|
|
|
|
path: app.globalData.openPages,
|
|
|
|
|
imageUrl: that.storeInfo.image
|
|
|
|
|
};
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
2020-12-23 07:56:45 +00:00
|
|
|
|
//#endif
|
2020-08-13 08:12:57 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
.share-box {
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
.generate-posters {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 170rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
|
|
|
|
|
border-top: 1rpx solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.generate-posters.on {
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.generate-posters .item {
|
|
|
|
|
flex: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.generate-posters .item .iconfont {
|
|
|
|
|
font-size: 80rpx;
|
|
|
|
|
color: #5eae72;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.generate-posters .item .iconfont.icon-haibao {
|
|
|
|
|
color: #5391f1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .header {
|
|
|
|
|
height: 96rpx;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
color: #050505;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* #ifdef MP */
|
|
|
|
|
padding-right: 95rpx;
|
|
|
|
|
/* #endif */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-xiangzuo {
|
|
|
|
|
/* #ifdef H5 */
|
|
|
|
|
top: 30rpx !important;
|
|
|
|
|
/* #endif */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .header .item {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0 25rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .header .item.on:before {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 60rpx;
|
|
|
|
|
height: 5rpx;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
content: "";
|
|
|
|
|
background-image: linear-gradient(to right, #ff3366 0%, #ff6533 100%);
|
|
|
|
|
bottom: -10rpx;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
|
position: fixed;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .navbarH {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .navbarH .navbarCon {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-xiangzuo {
|
|
|
|
|
color: #000;
|
|
|
|
|
position: fixed;
|
|
|
|
|
font-size: 40rpx;
|
|
|
|
|
width: 100rpx;
|
|
|
|
|
height: 56rpx;
|
|
|
|
|
line-height: 54rpx;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
left: 33rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper {
|
|
|
|
|
padding-bottom: 26rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .share .money .y-money {
|
|
|
|
|
color: #82848f;
|
|
|
|
|
margin-left: 13rpx;
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 62rpx;
|
|
|
|
|
background-color: #ffedeb;
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
padding: 0 30rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice .num {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice .num .iconfont {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
vertical-align: -3rpx;
|
|
|
|
|
margin-right: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice .num .line {
|
|
|
|
|
color: #282828;
|
|
|
|
|
margin-left: 15rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice .swiper {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 360rpx;
|
|
|
|
|
line-height: 62rpx;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-left: 14rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .notice .swiper swiper {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #282828;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item {
|
|
|
|
|
padding-right: 30rpx;
|
|
|
|
|
margin-left: 30rpx;
|
|
|
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
|
|
|
height: 132rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .pictxt {
|
|
|
|
|
width: 295rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .pictxt .text {
|
|
|
|
|
width: 194rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .pictxt .pictrue {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
height: 80rpx;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
border-radius: 50%;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .pictxt .pictrue image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .right .lack {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .right .time {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: -10rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
color: #82848f;
|
|
|
|
|
margin-top: 5rpx;
|
|
|
|
|
}
|
2020-12-23 07:56:45 +00:00
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
.product-con .assemble .item .right .spellBnt {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
width: 140rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
border-radius: 50rpx;
|
|
|
|
|
background-image: linear-gradient(to right, #ff2358 0%, #ff0000 100%);
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
margin-left: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .item .right .spellBnt .iconfont {
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
margin-left: 5rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .more {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #282828;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
line-height: 90rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .assemble .more .iconfont {
|
|
|
|
|
margin-left: 13rpx;
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0 30rpx;
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #282828;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .title {
|
|
|
|
|
height: 86rpx;
|
|
|
|
|
border-bottom: 1rpx solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .title .iconfont {
|
|
|
|
|
margin-left: 13rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #717171;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .way {
|
|
|
|
|
min-height: 110rpx;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
color: #282828;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .way .iconfont {
|
|
|
|
|
color: #cdcdcd;
|
|
|
|
|
font-size: 40rpx;
|
|
|
|
|
margin: 0 35rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .way .item .num {
|
|
|
|
|
font-size: 35rpx;
|
|
|
|
|
vertical-align: 3rpx;
|
|
|
|
|
margin-right: 6rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .playWay .way .item .tip {
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
color: #a5a5a5;
|
|
|
|
|
margin-top: 7rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer {
|
|
|
|
|
padding: 0 20rpx 0 30rpx;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
border-top: 1rpx solid #f0f0f0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .item {
|
|
|
|
|
font-size: 18rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .item .iconfont {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .item .iconfont.icon-shoucang1 {
|
|
|
|
|
color: #f00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .item .iconfont.icon-gouwuche1 {
|
|
|
|
|
font-size: 40rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .item .iconfont.icon-gouwuche1 .num {
|
|
|
|
|
color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 18rpx;
|
|
|
|
|
padding: 2rpx 8rpx 3rpx;
|
|
|
|
|
border-radius: 200rpx;
|
|
|
|
|
top: -10rpx;
|
|
|
|
|
right: -10rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .bnt {
|
|
|
|
|
width: 540rpx;
|
|
|
|
|
height: 76rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .bnt .bnts {
|
|
|
|
|
width: 270rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 76rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .bnt .joinCart {
|
|
|
|
|
border-radius: 50rpx 0 0 50rpx;
|
|
|
|
|
background-image: linear-gradient(to right, #fea10f 0%, #fa8013 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .footer .bnt .buy {
|
|
|
|
|
border-radius: 0 50rpx 50rpx 0;
|
|
|
|
|
background-image: linear-gradient(to right, #fa6514 0%, #e93323 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.setCollectBox {
|
|
|
|
|
font-size: 18rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.canvas {
|
|
|
|
|
width: 750px;
|
|
|
|
|
height: 1190px;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
opacity: 0;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.poster-pop {
|
|
|
|
|
width: 450rpx;
|
|
|
|
|
height: 714rpx;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
z-index: 99;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -357rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.poster-pop image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.poster-pop .close {
|
|
|
|
|
width: 46rpx;
|
|
|
|
|
height: 75rpx;
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: -73rpx;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.poster-pop .save-poster {
|
|
|
|
|
background-color: #df2d0a;
|
|
|
|
|
font-size: :22rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 76rpx;
|
|
|
|
|
line-height: 76rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.poster-pop .keep {
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mask {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
z-index: 9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pro-wrapper .iconn {
|
|
|
|
|
background-image: url('data:image/png;base64,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
|
|
|
|
|
width: 100rpx;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pro-wrapper .iconn.iconn1 {
|
|
|
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAR4ElEQVR4nO2deZgU5Z3HP1XVU9zDMYDcIDcaBjJQCsMhDy54crjhTMDEXKtE27gGn8TkiZpo8qgRQyeyq0924wKrgMawEDRuUBFkQBsQgVW5j8EBgeGYGRBqpqv2j6oeaqqqr+nu6eqZ/jxPP1BvvTVVXd9+r9/7e3+vMHLxFbKdoF9uBxQC/YG+QG+gG1BgfloBPqCNeUklUANcBMrNTxlwFDgEHAB2KQH1fMN9i/oR9MtRz/sa6DlSRtAvy8BIYDQwDigCeib4Z8JCtwd6RLlXKbAD2ARsAbYpAVVN9JkzSVYIHPTL1wBTgFuByVwVKN30ND/TzOOqoF9eD6wD1ioB9csGeo56I3i1ig765bbATGAOMAGQMvpATkLA+8AKYJUSUC9k4iFiVdGeEzjol28A7sMQt1U819RocOSczsFynS8u6Jyo0DlZCeWXdCquwFeqTo0Gl6qN/C3zwCdCC1mgjQwdWwl0aQNd8wW6txXoVyDQp72AT4z7sS8CrwEvKgF1a6LfORmyQuCgXxaB6cDDQHGs/Oe+go9KNXaWaew6oXOo3BAwlfhE6FsgUNhVYFhXkRt7ibRvEdelJcBzwGoloKb4qZx4WuCgXxaAu4DHgaHR8u4/o/PuAY2Soxqfn9LR9IZ4wquIAgzuLFDcW2Rif5EBHYVYl+zG+F5/VQJq2p7WswIH/fIE4HfAiEh5Tlfp/M+nGm/v1ThyroEVjUGf9gK3DBKZdp1Ip9ZRxd4O/EQJqBvS8RyeEzjol3sAzwBzI+X5qFRjxU6NzUe0Bi+piSIKMKaPyJzhIjf0jNporwAeUQJqaSrv7xmBzXZ2AfAbXIY5mg7r92v81/YQ+057XNUIDOwk8O0REv80QER0L9SVwKPAklS1z54QOOiX+wDLgTFu5zcc1Hhxa4gD5dkprJ3+BQL3jpa4qW/EEr0ZmK8E1MPJ3ivjAgf98jzgBSDffm7vaZ3nN4XYfjztnc2MMKKHyEPjJAZ1ci3OFcCPlIC6PJl7ZEzgoF9uBvwR+L793KVq+LctIVZ9EvJ8G5ssogCzCiXuK5Zomeea5U/A/UpArZcQsQSOfyif2E17YNhvHeJuPaYxZ3k1K3Y2fnHB6Fus+CTEnOXVbD3mWlN9H9hkvrOUk3KBg355OPAhoFjT1RA8vymEf3UNJyqbgLI2TlTq+FfXsGhjCDXkOK0AH5rvLqWkVOCgX74Fo+R2s6aXVeh8d1U1r3wcoulJexUdeHVniHtWVVNW4XgT3TBK8i2pvGfKBA765buANUBra/qWoxp3r6hmb5YOfdLBvtM6d6+oZstRR5XdGlgT9Mv/nKp7pUTgoF/+JoaxvU6L//oujR+vqeHC5VTcpXFx4TL8eE0Nr+92iCwDq8x3mjRJC2z+2pZimc7TgcAHIZ7eUNMkOlL1RdPh6fdqWPyBo+mSgKVBv/yNZO+RlMBBv3wb8CoWcTUdnlxfw7Idzp5EDneW7wjx6/WOwiABr5jvuN7UW+CgXx4KrMRSLWs6/Gp9DWs+bZyGi3Sy9lONXzlFDlfXUWfaolEvgc0x25tYbMo68Nv3alj3WU7c+rLuM43fvldjr65bA2/Wd5ycsMCm09sb2JzVlpSEWL0nJ26yrN6jsaTE0bz1AN4wrYMJUZ8SvASbEeP13Rovb8u1uani5W0ht961gmHTT4iEBDYnDr5nTdtyVOPZDTWJ3jdHDJ7dUOM2Tv6eqUHcxC2wOeVX5xdUVqHzi7dzQ6F0oOnwi7dr3CxeLwT98rXx/p24BDYn65djmfJTQ/DIuhoqckaMtFFxGRauq7HbrvOBZaYmMYm3BC/ANln/QkkoZ35sAPad1vnjZkf/ZgyGJjGJOR8c9Ms9gf/DMiT68JjGA6sd3fkcaUIA/jDdx4296pTHSuB6IKqPVzwl+Dks4l6qhqfeadqzQg2NDjz5TqjWcd+kDYY2UYkqcNAvjwNmWNOWlISa5HxupjlZqbuNj2diLMCLSESBTaf05zFqCMBoD17blRvvZorXdrl6nNbRyE60EnwXNqf0RZuahpuNV9F0eG6jw+YwAkMrV1wFNrvgj1vTNhzUGq33Yzax4wudDQcdOjxBBC0jleApWNYKaTos2ZKrmr3Ci1sdNenXMDRzEEnghdaDf+zXOHw2Vzd7hQPlOuv3O0rxQre8DoGDfnkUNqPGsu250us1ljo1GQOMsie6leAfWg+CpVrOYuVB9p7W+ajUUYp/aE+oE6PDDJswy5r26s7Md6xayyDEXI7b8FRmeO38ip2afUXjLOAhoDachD0Iy2wsYRNOVemUOKesGoye7QR+d4ePvgUeVBcjbMRP36zhYIYWzW0+onGqSqfz1fXJrTA0fCmcYK+iZ1sP1n6mEcpgAX50ouRZccFYBP74pMwFKtJ0QyMbdTSsFTjol7sAN1lP/v3zzFbPgzqlZelUShncObM/wLecGt0EdAkfWH9+U7C4v+4/o2c8bIJbu3vknM7RDD1Xr3YC13bwVo1y9JzO/jO6NWaIBNyJsWqxjsC3Wy9890DmO1d2/vRRiJe2ZnYm67uKxH2jvRWy690DGgM61nmmOzAFFgGCfjkPmGjNsfGwtwS+cNkQONMDtpe3hThzMdNPUZcPjji0mgjkwdU2eCQWd5zySzr7PTb2PVWlZ7TDF0bTjThdXmLvKZ2zl+rolY/p+RquoutYrrYf1zNeUuKlXQuYMkRiYCeBKhU2Hzai82TL86cCHdh2XGfywDr9g2KgxGc5qOWTE9nxeoZ1FVg0NY98izv4jKEiGw9p/PStGqqbkIV1Z5nO5IF1korhahVdZ9531wkP1IUxaCnDM3f66ogbZnxfkR/c4K2OULrZfdKh2QgAMeiX2wO9wqmaDoeyIJzRpAEiHVpEHrJ8o1CKFKuqUXLgjCNeZy+gvYgtRuTJSt0thoTn6N0+unr5zaCgZdNROBxx18ZQERhgTcm0cSNeqmIY+nXgYvpigHoSF5v4YBHoY005liUCbzwUvZ+wrVSzu5k2esouOLTrK2JsYlFLpsyAiXKgXOe/P3ZvSy6q8Oz7WdDOpJgvnOuYevmAa+pmarDnSZrFm0IcP68zr0iie1uBkAYlRzUCH4SypqlJJScrHUmdfUAHa8r5r7LnxegYa5Nf363R3GcsiEvGrbdFnhEaeER3kf4dBbrlQytZoFX0aIGeoeKy48sX+IDO1pTzWbpa8HISS5TbtYC5wyVmFkq0SXgNvXc47zShdvZhC1xW6fwVNGruGCLy8HhfVgsbpvKKQ7tWPmxeHd63YaUGAfCPlZhX1HgsXi7Nk2Td7g2AS1m1r1f9eWSCjxmF3vcYSQSXYWHrrPmGqaxC71GkRiduJESMhcS1tPRoj7Fza4Fr2iRvery5v8gCj3lkpAqXgONVIrZm16u/a1GAb49I7umUHiJPTM6K7RrrhcvkSkjE2JatljbNvGugn1koceeQ+oms9BBZNNVHs8arr5t2F0XglDWlXXzbt2WMxyb5eHCsRAv3/Q8cNPPBD26U+MN0H80bsbjgqt0pH8bmyLW0bS6Axx1e5hVJ3DFE4m+fhdh0WOPTL3Wu2AwdPdsJjO0jMq9ItHr+N2rymzu+Z7kPqLMHbpeG2pk3Sdq3gPlFEvOLJHQMK85FVUcSoUMLoVFXxZFw0e5LH1Bnc6Zu+dn3axcwBG8fxcOjKeCi3RERu8Btm/ZLyma6O7U7LAL7rSn9PLzYK0d0XLTbJwJ7rCkJ7nydwyP4REM7G3tEJaCexRIOzydC/9ibH+fwGP0KHAXzGHA2nLTNeqawa64IZxsumm2Hq5bJEuuZYV1zJTjbGN7NoVkJXBV4s/VMUXchcmy8HJ5DAEb0iC7wNoz9bAHo2ErItcNZxKDOgt3JvxIIgimwElCrgXetOaLsXp3DY4zt49DqHaAa6s4OvmnNMbF/TuBswUWrdeH/WM+sBWq9xQd0FGKu/0k3urfnPDxB7/aCNT4HGBr+LXxQK7ASUE8C71tz3jY4s6V4/xnvK+wS
|
|
|
|
|
}
|
|
|
|
|
</style>
|