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>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view id="home" class="home-nav acea-row row-center-wrapper iconfont icon-xiangzuo" :class="opacity>0.5?'on':''" :style="{ top: homeTop + 'rpx' }" v-if="returnShow" @tap="returns">
|
|
|
|
|
</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<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>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class='nav acea-row row-between-wrapper mb30'>
|
2020-11-05 08:21:06 +00:00
|
|
|
|
<view class='money'>¥<text class='num'>{{storeInfo.price}}</text><text class='y-money'>¥{{storeInfo.otPrice}}</text></view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class='acea-row row-middle'>
|
2020-11-05 08:21:06 +00:00
|
|
|
|
<view class='time' v-if="status == 2">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view>距秒杀结束仅剩</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<countDown :bgColor="bgColor" :is-day="false" :tip-text="' '" :day-text="' '" :hour-text="' : '" :minute-text="' : '" :second-text="' '"
|
2020-08-13 08:12:57 +00:00
|
|
|
|
:datatime="datatime"></countDown>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class="pad30 mb30">
|
|
|
|
|
<view class='wrapper borRadius14 mb30'>
|
|
|
|
|
<view class='introduce acea-row row-between'>
|
|
|
|
|
<view class='infor'> {{storeInfo.storeName}}</view>
|
|
|
|
|
<view class='iconfont icon-fenxiang' @click="listenerActionSheet"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='label acea-row row-middle'>
|
|
|
|
|
<view class='stock'>累计销售:{{parseFloat(storeInfo.sales) + parseFloat(storeInfo.ficti) || 0}}{{storeInfo.unitName}}</view>
|
|
|
|
|
<view>限量: {{ storeInfo.quota ? storeInfo.quota : 0 }} {{storeInfo.unitName}}</view>
|
|
|
|
|
</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class='attribute acea-row row-between-wrapper mb30 borRadius14' @tap='selecAttr' v-if='attribute.productAttr.length'>
|
|
|
|
|
<view class="line1">{{attr}}:<text class='atterTxt'>{{attrValue}}</text></view>
|
|
|
|
|
<view class='iconfont icon-jiantou'></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='userEvaluation' id="past1">
|
|
|
|
|
<view class='title acea-row row-between-wrapper' :style="replyCount==0?'border-bottom-left-radius:14rpx;border-bottom-right-radius:14rpx;':''">
|
|
|
|
|
<view>用户评价({{replyCount}})</view>
|
|
|
|
|
<navigator class='praise' hover-class='none' :url="'/pages/users/goods_comment_list/index?productId='+ storeInfo.productId">
|
|
|
|
|
<text class='font-color'>{{replyChance}}%</text>好评率
|
|
|
|
|
<text class='iconfont icon-jiantou'></text>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<userEvaluation :reply="reply"></userEvaluation>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class='product-intro' id="past2">
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class='title'>
|
|
|
|
|
<image src="../../../static/images/xzuo.png"></image>
|
|
|
|
|
<span class="sp">产品详情</span>
|
|
|
|
|
<image src="../../../static/images/xyou.png"></image>
|
|
|
|
|
</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class='conter'>
|
2020-11-05 08:21:06 +00:00
|
|
|
|
<jyf-parser :html="storeInfo.content" ref="article" :tag-style="tagStyle"></jyf-parser>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</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'>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class='iconfont icon-shoucang1' v-if="userCollect"></view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class='iconfont icon-shoucang' v-else></view>
|
|
|
|
|
<view>收藏</view>
|
|
|
|
|
</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class="bnt acea-row" v-if="dataShow == 0">
|
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts bg-color-hui">立即购买</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bnt acea-row" v-if="status == 2 && attribute.productSelect.quota>0 && datatime > new Date().getTime()/1000">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts" @tap="goCat">立即购买</view>
|
|
|
|
|
</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class="bnt acea-row" v-if="status == 2 && (attribute.productSelect.quota <= 0) && datatime > new Date().getTime()/1000">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts bg-color-hui">已售罄</view>
|
|
|
|
|
</view>
|
2020-11-05 08:21:06 +00:00
|
|
|
|
<view class="bnt acea-row" v-if="status == 0">
|
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts bg-color-hui">已关闭</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bnt acea-row" v-if="status == 1">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts bg-color-hui">未开始</view>
|
|
|
|
|
</view>
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<view class="bnt acea-row" v-if="status == 2 && new Date().getTime()/1000 - datatime >=0">
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<view class="joinCart bnts" @tap="openAlone">单独购买</view>
|
|
|
|
|
<view class="buy bnts bg-color-hui">已结束</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<product-window :attr='attribute' :limitNum='1' @myevent="onMyEvent" @ChangeAttr="ChangeAttr" @ChangeCartNum="ChangeCartNum"
|
|
|
|
|
@attrVal="attrVal" @iptCartNum="iptCartNum"></product-window>
|
|
|
|
|
<!-- #ifdef MP -->
|
2021-06-11 09:41:16 +00:00
|
|
|
|
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth"></authorize> -->
|
2020-08-13 08:12:57 +00:00
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<home></home>
|
|
|
|
|
<!-- 分享按钮 -->
|
|
|
|
|
<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-11-05 08:21:06 +00:00
|
|
|
|
<view class="mask" v-if="posters" @click="closePosters"></view>
|
|
|
|
|
<view class="mask" v-if="canvasStatus" @click="listenerActionClose"></view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
|
|
|
|
|
<!-- 海报展示 -->
|
2020-11-05 08:21:06 +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-11-05 08:21:06 +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>
|
2020-12-23 07:56:45 +00:00
|
|
|
|
<!-- 发送给朋友图片 -->
|
|
|
|
|
<view class="share-box" v-if="H5ShareBox">
|
|
|
|
|
<image src="/static/images/share-info.png" @click="H5ShareBox = false"></image>
|
|
|
|
|
</view>
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
const app = getApp();
|
2020-11-05 08:21:06 +00:00
|
|
|
|
import uQRCode from '@/js_sdk/Sansnn-uQRCode/uqrcode.js'
|
2020-08-13 08:12:57 +00:00
|
|
|
|
import {
|
|
|
|
|
mapGetters
|
|
|
|
|
} from "vuex";
|
|
|
|
|
import {
|
|
|
|
|
getSeckillDetail,
|
|
|
|
|
seckillCode
|
|
|
|
|
} from '@/api/activity.js';
|
|
|
|
|
import {
|
|
|
|
|
collectAdd,
|
2020-11-05 08:21:06 +00:00
|
|
|
|
collectDel,
|
|
|
|
|
getReplyList,
|
|
|
|
|
getReplyConfig
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} from '@/api/store.js';
|
|
|
|
|
import productConSwiper from '@/components/productConSwiper/index.vue'
|
|
|
|
|
import productWindow from '@/components/productWindow/index.vue'
|
|
|
|
|
import userEvaluation from '@/components/userEvaluation/index.vue'
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
import authorize from '@/components/Authorize';
|
2021-02-06 09:25:18 +00:00
|
|
|
|
import { base64src } from '@/utils/base64src.js'
|
2020-11-05 08:21:06 +00:00
|
|
|
|
import {
|
|
|
|
|
getQrcode
|
|
|
|
|
} from '@/api/api.js';
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #endif
|
|
|
|
|
import parser from "@/components/jyf-parser/jyf-parser";
|
|
|
|
|
import home from '@/components/home/index.vue'
|
|
|
|
|
import countDown from '@/components/countDown';
|
2020-12-23 07:56:45 +00:00
|
|
|
|
import shareRedPackets from '@/components/shareRedPackets';
|
2020-08-13 08:12:57 +00:00
|
|
|
|
import {
|
|
|
|
|
imageBase64
|
|
|
|
|
} from "@/api/public";
|
|
|
|
|
import {
|
|
|
|
|
toLogin
|
|
|
|
|
} from '@/libs/login.js';
|
|
|
|
|
import { silenceBindingSpread } from "@/utils";
|
2021-11-15 02:16:11 +00:00
|
|
|
|
import { spread } from "@/api/user";
|
2020-08-13 08:12:57 +00:00
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
bgColor: {
|
|
|
|
|
'bgColor': '#333333',
|
|
|
|
|
'Color': '#fff',
|
|
|
|
|
'isDay': true,
|
|
|
|
|
'width': '44rpx',
|
|
|
|
|
'timeTxtwidth': '16rpx',
|
|
|
|
|
},
|
|
|
|
|
dataShow: 0,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
id: 0,
|
|
|
|
|
time: 0,
|
|
|
|
|
countDownHour: "00",
|
|
|
|
|
countDownMinute: "00",
|
|
|
|
|
countDownSecond: "00",
|
|
|
|
|
storeInfo: [],
|
|
|
|
|
imgUrls: [],
|
|
|
|
|
parameter: {
|
|
|
|
|
'navbar': '1',
|
|
|
|
|
'return': '1',
|
|
|
|
|
'title': '抢购详情页',
|
|
|
|
|
'color': false
|
|
|
|
|
},
|
|
|
|
|
attribute: {
|
|
|
|
|
cartAttr: false,
|
|
|
|
|
productAttr: [],
|
|
|
|
|
productSelect: {}
|
|
|
|
|
},
|
|
|
|
|
productValue: [],
|
|
|
|
|
isOpen: false,
|
|
|
|
|
attr: '请选择',
|
|
|
|
|
attrValue: '',
|
|
|
|
|
status: 1,
|
|
|
|
|
isAuto: false,
|
|
|
|
|
isShowAuth: false,
|
|
|
|
|
iShidden: false,
|
|
|
|
|
limitNum: 1, //限制本属性产品的个数;
|
|
|
|
|
personNum: 0, //限制用户购买的个数;
|
|
|
|
|
iSplus: false,
|
|
|
|
|
replyCount: 0, //总评论数量
|
|
|
|
|
reply: [], //评论列表
|
|
|
|
|
replyChance: 0,
|
|
|
|
|
navH: "",
|
|
|
|
|
navList: ['商品', '评价', '详情'],
|
|
|
|
|
opacity: 0,
|
|
|
|
|
scrollY: 0,
|
|
|
|
|
topArr: [],
|
|
|
|
|
toView: '',
|
|
|
|
|
height: 0,
|
|
|
|
|
heightArr: [],
|
|
|
|
|
lock: false,
|
|
|
|
|
scrollTop: 0,
|
|
|
|
|
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
|
|
|
|
},
|
2021-06-11 09:41:16 +00:00
|
|
|
|
datatime: 0,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
navActive: 0,
|
|
|
|
|
meunHeight: 0,
|
|
|
|
|
backH: '',
|
|
|
|
|
posters: false,
|
|
|
|
|
weixinStatus: false,
|
|
|
|
|
posterImageStatus: false,
|
|
|
|
|
canvasStatus: false, //海报绘图标签
|
|
|
|
|
storeImage: '', //海报产品图
|
|
|
|
|
PromotionCode: '', //二维码图片
|
|
|
|
|
posterImage: '', //海报路径
|
|
|
|
|
posterbackgd: '/static/images/posterbackgd.png',
|
|
|
|
|
actionSheetHidden: false,
|
2020-11-05 08:21:06 +00:00
|
|
|
|
cart_num:'',
|
|
|
|
|
attrTxt: '',
|
|
|
|
|
qrcodeSize: 600,
|
|
|
|
|
imagePath:'',//海报路径
|
|
|
|
|
imgTop:'',
|
2020-12-23 07:56:45 +00:00
|
|
|
|
H5ShareBox: false, //公众号分享图片
|
|
|
|
|
sharePacket: {
|
|
|
|
|
isState: true, //默认不显示
|
|
|
|
|
},
|
2021-03-19 10:26:43 +00:00
|
|
|
|
buyNum: 1,
|
2021-06-11 09:41:16 +00:00
|
|
|
|
errT: '',
|
|
|
|
|
returnShow: true,
|
|
|
|
|
homeTop: 20,
|
|
|
|
|
userCollect: false
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
components: {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
shareRedPackets,
|
2020-08-13 08:12:57 +00:00
|
|
|
|
productConSwiper,
|
|
|
|
|
'productWindow': productWindow,
|
|
|
|
|
userEvaluation,
|
|
|
|
|
"jyf-parser": parser,
|
|
|
|
|
home,
|
|
|
|
|
countDown,
|
|
|
|
|
// #ifdef MP
|
|
|
|
|
authorize
|
|
|
|
|
// #endif
|
|
|
|
|
},
|
2020-12-23 07:56:45 +00:00
|
|
|
|
computed: mapGetters(['isLogin','uid','chatUrl']),
|
2021-03-19 10:26:43 +00:00
|
|
|
|
watch:{
|
|
|
|
|
isLogin:{
|
|
|
|
|
handler:function(newV,oldV){
|
|
|
|
|
if(newV){
|
|
|
|
|
this.getSeckillDetail();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
deep:true
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-08-13 08:12:57 +00:00
|
|
|
|
onLoad(options) {
|
2021-11-15 02:16:11 +00:00
|
|
|
|
let that = this;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
that.$store.commit("PRODUCT_TYPE", 'normal');
|
|
|
|
|
let statusBarHeight = '';
|
|
|
|
|
var pages = getCurrentPages();
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//设置商品列表高度
|
|
|
|
|
uni.getSystemInfo({
|
|
|
|
|
success: function(res) {
|
|
|
|
|
that.height = res.windowHeight
|
|
|
|
|
statusBarHeight = res.statusBarHeight
|
|
|
|
|
//res.windowHeight:获取整个窗口高度为px,*2为rpx;98为头部占据的高度;
|
|
|
|
|
},
|
|
|
|
|
});
|
2021-12-31 07:52:11 +00:00
|
|
|
|
// #ifndef APP-PLUS
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.navH = app.globalData.navHeight
|
2021-12-31 07:52:11 +00:00
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef APP-PLUS
|
|
|
|
|
this.navH = 90
|
|
|
|
|
// #endif
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #ifdef MP
|
|
|
|
|
let menuButtonInfo = uni.getMenuButtonBoundingClientRect()
|
|
|
|
|
this.meunHeight = menuButtonInfo.height
|
|
|
|
|
this.backH = (that.navH / 2) + (this.meunHeight / 2)
|
2021-12-31 07:52:11 +00:00
|
|
|
|
|
|
|
|
|
// #ifdef MP || APP-NVUE
|
|
|
|
|
// 小程序链接进入获取绑定关系id
|
|
|
|
|
// if(options.spread) app.globalData.spread = options.spread;
|
2021-11-15 02:16:11 +00:00
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
if(options.spread){
|
|
|
|
|
app.globalData.spread = options.spread;
|
|
|
|
|
spread(options.spread).then(res => {})
|
|
|
|
|
}
|
|
|
|
|
},2000)
|
2021-12-31 07:52:11 +00:00
|
|
|
|
// #endif
|
|
|
|
|
that.$set(that,'theme',that.$Cache.get('theme')); //用户从分享卡片进入的场景下获取主题色配置
|
|
|
|
|
// #endif
|
2021-11-15 02:16:11 +00:00
|
|
|
|
if (!options.scene && !options.id){
|
|
|
|
|
this.showSkeleton = false;
|
|
|
|
|
this.$util.Tips({
|
|
|
|
|
title: '缺少参数无法查看商品'
|
|
|
|
|
}, {
|
|
|
|
|
url: '/pages/index/index'
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (options.hasOwnProperty('id') || options.scene){
|
|
|
|
|
if (options.scene) { // 仅仅小程序扫码进入
|
|
|
|
|
let qrCodeValue = this.$util.getUrlParams(decodeURIComponent(options.scene));
|
|
|
|
|
let mapeMpQrCodeValue = this.$util.formatMpQrCodeData(qrCodeValue);
|
|
|
|
|
app.globalData.spread = mapeMpQrCodeValue.spread;
|
|
|
|
|
this.id = mapeMpQrCodeValue.id;
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
spread(mapeMpQrCodeValue.spread).then(res => {}).catch(res => {})
|
|
|
|
|
},2000)
|
|
|
|
|
}else{
|
|
|
|
|
this.id = options.id;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (this.isLogin) {
|
|
|
|
|
this.getSeckillDetail();
|
|
|
|
|
} else {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
this.$Cache.set('login_back_url',
|
2021-12-31 07:52:11 +00:00
|
|
|
|
'/pages/activity/goods_seckill_details/index?id=' + this.id + '&spread=' + app.globalData.spread?app.globalData.spread:0);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
toLogin();
|
2021-06-11 09:41:16 +00:00
|
|
|
|
}
|
|
|
|
|
this.$nextTick(() => {
|
2021-05-07 10:31:36 +00:00
|
|
|
|
// #ifdef MP
|
2021-06-11 09:41:16 +00:00
|
|
|
|
const menuButton = uni.getMenuButtonBoundingClientRect();
|
|
|
|
|
const query = uni.createSelectorQuery().in(this);
|
|
|
|
|
query
|
|
|
|
|
.select('#home')
|
|
|
|
|
.boundingClientRect(data => {
|
|
|
|
|
this.homeTop = menuButton.top * 2 + menuButton.height - data.height;
|
|
|
|
|
})
|
|
|
|
|
.exec();
|
2021-05-07 10:31:36 +00:00
|
|
|
|
// #endif
|
2021-06-11 09:41:16 +00:00
|
|
|
|
})
|
2021-12-31 07:52:11 +00:00
|
|
|
|
silenceBindingSpread();
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
methods: {
|
2020-12-23 07:56:45 +00:00
|
|
|
|
kefuClick(){
|
|
|
|
|
location.href = this.chatUrl;
|
|
|
|
|
},
|
|
|
|
|
closePosters:function(){
|
|
|
|
|
this.posters = false;
|
|
|
|
|
},
|
2020-11-05 08:21:06 +00:00
|
|
|
|
getProductReplyList: function() {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
getReplyList(this.storeInfo.productId, {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
page: 1,
|
|
|
|
|
limit: 3,
|
|
|
|
|
type: 0,
|
|
|
|
|
}).then(res => {
|
2021-11-15 02:16:11 +00:00
|
|
|
|
this.reply = res.data.list;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getProductReplyCount: function() {
|
|
|
|
|
let that = this;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
getReplyConfig(that.storeInfo.productId).then(res => {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
that.$set(that, 'replyChance', res.data.replyChance * 100);
|
|
|
|
|
that.$set(that, 'replyCount', res.data.sumCount);
|
|
|
|
|
});
|
|
|
|
|
},
|
2020-08-13 08:12:57 +00:00
|
|
|
|
/**
|
|
|
|
|
* 购物车手动填写
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
iptCartNum: function (e) {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, 'cart_num', e?e:1);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.$set(this, "cart_num", e);
|
2020-11-05 08:21:06 +00:00
|
|
|
|
if (e > 1) {
|
|
|
|
|
return this.$util.Tips({
|
|
|
|
|
title: `该商品每次限购1${this.storeInfo.unitName}`
|
|
|
|
|
});
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
// 后退
|
|
|
|
|
returns: function() {
|
|
|
|
|
uni.navigateBack()
|
|
|
|
|
},
|
|
|
|
|
onLoadFun: function(data) {
|
|
|
|
|
if(this.isAuto){
|
|
|
|
|
this.isAuto = false;
|
|
|
|
|
this.isShowAuth = false;
|
|
|
|
|
this.getSeckillDetail();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
getSeckillDetail: function() {
|
|
|
|
|
let that = this;
|
|
|
|
|
getSeckillDetail(that.id).then(res => {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
this.dataShow = 1;
|
|
|
|
|
this.storeInfo = res.data.storeSeckill;
|
|
|
|
|
this.userCollect = res.data.userCollect;
|
|
|
|
|
this.status = this.storeInfo.seckillStatus;
|
|
|
|
|
this.datatime = Number(this.storeInfo.timeSwap);
|
|
|
|
|
this.imgUrls = JSON.parse(res.data.storeSeckill.sliderImage) || [];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.attribute.productAttr = res.data.productAttr;
|
|
|
|
|
this.productValue = res.data.productValue;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
this.personNum = res.data.storeSeckill.quota;
|
|
|
|
|
this.attribute.productSelect.num = res.data.storeSeckill.num;
|
|
|
|
|
|
|
|
|
|
this.getProductReplyList();
|
|
|
|
|
this.getProductReplyCount();
|
2021-12-31 07:52:11 +00:00
|
|
|
|
let productAttr = res.data.productAttr.map(item => {
|
|
|
|
|
return {
|
|
|
|
|
attrName : item.attrName,
|
|
|
|
|
attrValues: item.attrValues.split(','),
|
|
|
|
|
id:item.id,
|
|
|
|
|
isDel:item.isDel,
|
|
|
|
|
productId:item.productId,
|
|
|
|
|
type:item.type
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
this.$set(this.attribute,'productAttr',productAttr);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #ifdef H5
|
2020-11-05 08:21:06 +00:00
|
|
|
|
that.storeImage = that.storeInfo.image;
|
|
|
|
|
that.make();
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.setShare();
|
|
|
|
|
// #endif
|
2020-11-05 08:21:06 +00:00
|
|
|
|
// #ifdef MP
|
|
|
|
|
that.getQrcode();
|
2021-06-11 09:41:16 +00:00
|
|
|
|
that.imgTop = res.data.storeSeckill.image
|
2020-11-05 08:21:06 +00:00
|
|
|
|
// #endif
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #ifndef H5
|
|
|
|
|
that.downloadFilestoreImage();
|
2020-11-05 08:21:06 +00:00
|
|
|
|
//that.downloadFilePromotionCode();
|
2020-08-13 08:12:57 +00:00
|
|
|
|
// #endif
|
|
|
|
|
that.DefaultSelect();
|
|
|
|
|
setTimeout(function() {
|
|
|
|
|
that.infoScroll();
|
2021-06-11 09:41:16 +00:00
|
|
|
|
}, 1000);
|
|
|
|
|
app.globalData.openPages = '/pages/activity/goods_seckill_details/index?id=' + that.id + '&spread=' + that.uid ;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}).catch(err => {
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title:err
|
|
|
|
|
},{
|
|
|
|
|
tab:3
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
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 => {
|
|
|
|
|
}).catch(err => {
|
|
|
|
|
console.log(err);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 默认选中属性
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
DefaultSelect: function() {
|
|
|
|
|
let self = this
|
|
|
|
|
let productAttr = self.attribute.productAttr;
|
|
|
|
|
let value = [];
|
2020-11-05 08:21:06 +00:00
|
|
|
|
for (var key in self.productValue) {
|
|
|
|
|
if (self.productValue[key].stock > 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++) {
|
|
|
|
|
this.$set(productAttr[i], "index", value[i]);
|
|
|
|
|
}
|
|
|
|
|
//sort();排序函数:数字-英文-汉字;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
let productSelect = this.productValue[value.join(",")];
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (productSelect && productAttr.length) {
|
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2020-11-05 08:21:06 +00:00
|
|
|
|
"storeName",
|
|
|
|
|
self.storeInfo.storeName
|
2020-08-13 08:12:57 +00:00
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "image", productSelect.image);
|
|
|
|
|
self.$set(self.attribute.productSelect, "price", productSelect.price);
|
|
|
|
|
self.$set(self.attribute.productSelect, "stock", productSelect.stock);
|
2020-11-05 08:21:06 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "unique", productSelect.id);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "quota", productSelect.quota);
|
2020-11-05 08:21:06 +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-11-05 08:21:06 +00:00
|
|
|
|
self.$set(self, "attrValue", value.join(","));
|
|
|
|
|
this.$set(self, "attrTxt", "已选择")
|
|
|
|
|
self.attrValue = value.join(",")
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} else if (!productSelect && productAttr.length) {
|
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2020-11-05 08:21:06 +00:00
|
|
|
|
"storeName",
|
|
|
|
|
self.storeInfo.storeName
|
2020-08-13 08:12:57 +00:00
|
|
|
|
);
|
|
|
|
|
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-11-05 08:21:06 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "quota", 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-11-05 08:21:06 +00:00
|
|
|
|
"storeName",
|
|
|
|
|
self.storeInfo.storeName
|
2020-08-13 08:12:57 +00:00
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "image", self.storeInfo.image);
|
|
|
|
|
self.$set(self.attribute.productSelect, "price", self.storeInfo.price);
|
|
|
|
|
self.$set(self.attribute.productSelect, "quota", self.storeInfo.quota);
|
2020-11-05 08:21:06 +00:00
|
|
|
|
self.$set(self.attribute.productSelect, "quotaShow", self.storeInfo.quotaShow);
|
|
|
|
|
self.$set(self.attribute.productSelect, "stock", self.storeInfo.stock);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
self.$set(
|
|
|
|
|
self.attribute.productSelect,
|
2021-06-11 09:41:16 +00:00
|
|
|
|
"unique", ""
|
2020-08-13 08:12:57 +00:00
|
|
|
|
);
|
|
|
|
|
self.$set(self.attribute.productSelect, "cart_num", 1);
|
|
|
|
|
self.$set(self, "attrValue", "");
|
|
|
|
|
self.$set(self, "attrTxt", "请选择");
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
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];
|
|
|
|
|
if (this.cart_num) {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
productSelect.cart_num = this.cart_num;
|
|
|
|
|
this.attribute.productSelect.cart_num = this.cart_num;
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//如果没有属性,赋值给商品默认库存
|
|
|
|
|
if (productSelect === undefined && !this.attribute.productAttr.length)
|
|
|
|
|
productSelect = this.attribute.productSelect;
|
|
|
|
|
//无属性值即库存为0;不存在加减;
|
|
|
|
|
if (productSelect === undefined) return;
|
|
|
|
|
let stock = productSelect.stock || 0;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
let quota = productSelect.quota || 0;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
let num = this.attribute.productSelect;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
let nums = this.storeInfo.num || 0;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//设置默认数据
|
2020-11-05 08:21:06 +00:00
|
|
|
|
if (productSelect.cart_num == undefined) productSelect.cart_num = 1;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (changeValue) {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
if (num.cart_num === 1) {
|
|
|
|
|
return this.$util.Tips({
|
|
|
|
|
title: `该商品每次限购1${this.storeInfo.unitName}`
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
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);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
this.$set(this, "cart_num", num.cart_num);
|
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", num.cart_num);
|
2020-11-05 08:21:06 +00:00
|
|
|
|
|
2020-08-13 08:12:57 +00:00
|
|
|
|
} 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);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
attrVal(val) {
|
2020-11-05 08:21:06 +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) {
|
|
|
|
|
this.$set(this,'cart_num',1);
|
|
|
|
|
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);
|
2020-11-05 08:21:06 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, "unique", productSelect.id);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, "cart_num", 1);
|
|
|
|
|
this.$set(this.attribute.productSelect, "quota", productSelect.quota);
|
2020-11-05 08:21:06 +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-11-05 08:21:06 +00:00
|
|
|
|
this.$set(this.attribute.productSelect, "quotaShow", 0);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
this.$set(this, "attrValue", "");
|
|
|
|
|
this.attrTxt = "已选择"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
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]
|
|
|
|
|
},
|
|
|
|
|
infoScroll: function() {
|
|
|
|
|
var that = this,
|
|
|
|
|
topArr = [],
|
|
|
|
|
heightArr = [];
|
|
|
|
|
for (var i = 0; i < that.navList.length; i++) { //productList
|
|
|
|
|
//获取元素所在位置
|
|
|
|
|
var query = wx.createSelectorQuery().in(this);
|
|
|
|
|
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
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 收藏商品
|
|
|
|
|
*/
|
|
|
|
|
setCollect: function() {
|
|
|
|
|
var that = this;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
if (this.userCollect) {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
collectDel(this.storeInfo.productId).then(res => {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
that.userCollect = !that.userCollect
|
2020-08-13 08:12:57 +00:00
|
|
|
|
})
|
|
|
|
|
} else {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
collectAdd(this.storeInfo.productId).then(res => {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
that.userCollect = !that.userCollect
|
2020-08-13 08:12:57 +00:00
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
/*
|
|
|
|
|
* 单独购买
|
|
|
|
|
*/
|
|
|
|
|
openAlone: function() {
|
|
|
|
|
uni.navigateTo({
|
2020-11-05 08:21:06 +00:00
|
|
|
|
url: `/pages/goods_details/index?id=${this.storeInfo.productId}`
|
2020-08-13 08:12:57 +00:00
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/*
|
|
|
|
|
* 下订单
|
|
|
|
|
*/
|
|
|
|
|
goCat: function() {
|
|
|
|
|
var that = this;
|
|
|
|
|
var productSelect = this.productValue[this.attrValue];
|
2020-11-05 08:21:06 +00:00
|
|
|
|
var productSelect = this.productValue[this.attrValue];
|
|
|
|
|
if (that.cart_num > 1) {
|
|
|
|
|
return this.$util.Tips({
|
|
|
|
|
title: `该商品每人限购1${this.storeInfo.unitName}`
|
|
|
|
|
});
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
//打开属性
|
|
|
|
|
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 app.$util.Tips({
|
|
|
|
|
title: '请选择属性'
|
|
|
|
|
});
|
2021-06-11 09:41:16 +00:00
|
|
|
|
|
|
|
|
|
this.$Order.getPreOrder("buyNow",[{
|
|
|
|
|
"attrValueId": parseFloat(this.attribute.productSelect.unique),
|
|
|
|
|
"seckillId": parseFloat(this.id),
|
|
|
|
|
"productNum": parseFloat(this.cart_num ? this.cart_num : this.attribute.productSelect.cart_num),
|
|
|
|
|
"productId": parseFloat(this.storeInfo.productId)
|
|
|
|
|
}]);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 分享打开
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
listenerActionSheet: function() {
|
|
|
|
|
if (this.isLogin === false) {
|
|
|
|
|
toLogin();
|
|
|
|
|
} else {
|
|
|
|
|
// #ifdef H5
|
2021-06-11 09:41:16 +00:00
|
|
|
|
if(!this.imgTop)this.getImageBase64(this.storeImage);
|
2020-08-13 08:12:57 +00:00
|
|
|
|
if (this.$wechat.isWeixin() === true) {
|
|
|
|
|
this.weixinStatus = true;
|
|
|
|
|
}
|
|
|
|
|
// #endif
|
|
|
|
|
this.posters = true;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 分享关闭
|
|
|
|
|
listenerActionClose: function() {
|
|
|
|
|
this.posters = false;
|
|
|
|
|
},
|
|
|
|
|
//隐藏海报
|
|
|
|
|
posterImageClose: function() {
|
2020-11-05 08:21:06 +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;
|
|
|
|
|
seckillCode(that.id,{stop_time:that.datatime}).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-11-05 08:21:06 +00:00
|
|
|
|
getImageBase64:function(images){
|
2020-08-13 08:12:57 +00:00
|
|
|
|
let that = this;
|
2020-11-05 08:21:06 +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;
|
2021-03-19 10:26:43 +00:00
|
|
|
|
uni.showLoading({
|
|
|
|
|
title: '海报生成中',
|
|
|
|
|
mask: true
|
|
|
|
|
});
|
2020-08-13 08:12:57 +00:00
|
|
|
|
that.posters = false;
|
2020-12-23 07:56:45 +00:00
|
|
|
|
let arrImagesUrl = '';
|
|
|
|
|
let arrImagesUrlTop = '';
|
2021-03-19 10:26:43 +00:00
|
|
|
|
if(!that.PromotionCode){
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: that.errT
|
|
|
|
|
});
|
|
|
|
|
return
|
|
|
|
|
}
|
2021-06-11 09:41:16 +00:00
|
|
|
|
setTimeout(() => {
|
|
|
|
|
if (!that.imgTop) {
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
that.$util.Tips({
|
|
|
|
|
title: '无法生成商品海报!'
|
|
|
|
|
});
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}, 1000);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
uni.downloadFile({
|
|
|
|
|
url: that.imgTop, //仅为示例,并非真实的资源
|
|
|
|
|
success: (res) => {
|
|
|
|
|
arrImagesUrlTop = res.tempFilePath;
|
|
|
|
|
let arrImages = [that.posterbackgd, arrImagesUrlTop, that.PromotionCode];
|
|
|
|
|
let storeName = that.storeInfo.storeName;
|
|
|
|
|
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;
|
2021-03-19 10:26:43 +00:00
|
|
|
|
uni.hideLoading();
|
2020-12-23 07:56:45 +00:00
|
|
|
|
});
|
2021-03-19 10:26:43 +00:00
|
|
|
|
}, 500);
|
2020-12-23 07:56:45 +00:00
|
|
|
|
}
|
2021-03-19 10:26:43 +00:00
|
|
|
|
});
|
2020-11-05 08:21:06 +00:00
|
|
|
|
},
|
|
|
|
|
// 小程序二维码
|
|
|
|
|
getQrcode(){
|
|
|
|
|
let that = this;
|
|
|
|
|
let data = {
|
|
|
|
|
pid: that.uid,
|
|
|
|
|
id: that.id,
|
2020-12-23 07:56:45 +00:00
|
|
|
|
path: 'pages/activity/goods_seckill_details/index'
|
2020-11-05 08:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
getQrcode(data).then(res=>{
|
2020-12-23 07:56:45 +00:00
|
|
|
|
base64src(res.data.code, res => {
|
|
|
|
|
that.PromotionCode = res;
|
|
|
|
|
});
|
2021-03-19 10:26:43 +00:00
|
|
|
|
}).catch(err => {
|
|
|
|
|
that.errT = err;
|
|
|
|
|
});
|
2020-11-05 08:21:06 +00:00
|
|
|
|
},
|
|
|
|
|
// 生成二维码;
|
|
|
|
|
make() {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
let href = location.href.split('?')[0] + "?id="+ this.id + "&spread=" + this.uid;
|
2020-11-05 08:21:06 +00:00
|
|
|
|
uQRCode.make({
|
|
|
|
|
canvasId: 'qrcode',
|
2021-06-11 09:41:16 +00:00
|
|
|
|
text: href,
|
|
|
|
|
size: this.qrcodeSize,
|
2020-11-05 08:21:06 +00:00
|
|
|
|
margin: 10,
|
|
|
|
|
success: res => {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
this.PromotionCode = res;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
2020-11-05 08:21:06 +00:00
|
|
|
|
complete: (res) => {
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
2020-11-05 08:21:06 +00:00
|
|
|
|
fail:res=>{
|
2021-06-11 09:41:16 +00:00
|
|
|
|
this.$util.Tips({
|
2020-11-05 08:21:06 +00:00
|
|
|
|
title: '海报二维码生成失败!'
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
2020-08-13 08:12:57 +00:00
|
|
|
|
},
|
2020-11-05 08:21:06 +00:00
|
|
|
|
|
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()) {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
href =
|
|
|
|
|
href.indexOf("?") === -1 ?
|
|
|
|
|
href + "?spread=" + this.uid :
|
|
|
|
|
href + "&spread=" + this.uid;
|
|
|
|
|
|
|
|
|
|
let configAppMessage = {
|
|
|
|
|
desc: data.storeInfo,
|
|
|
|
|
title: data.storeName,
|
|
|
|
|
link: href,
|
|
|
|
|
imgUrl: data.image
|
|
|
|
|
};
|
|
|
|
|
this.$wechat.wechatEvevt(["updateAppMessageShareData", "updateTimelineShareData"], configAppMessage)
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-06 09:25:18 +00:00
|
|
|
|
},
|
|
|
|
|
//#ifdef MP
|
|
|
|
|
onShareAppMessage() {
|
|
|
|
|
let that = this;
|
|
|
|
|
return {
|
|
|
|
|
title: that.storeInfo.title,
|
|
|
|
|
path: app.globalData.openPages,
|
|
|
|
|
imageUrl: that.storeInfo.image
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
//#endif
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
2020-11-05 08:21:06 +00:00
|
|
|
|
<style scoped lang="scss">
|
2021-06-11 09:41:16 +00:00
|
|
|
|
.userEvaluation{
|
|
|
|
|
i{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.product-con{
|
|
|
|
|
.line1{
|
|
|
|
|
width: 600rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-12-23 07:56:45 +00:00
|
|
|
|
.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 .nav {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
background-image: url('data:image/png;base64,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
|
2020-08-13 08:12:57 +00:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
width: 100%;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
height: 110rpx;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
padding: 0 30rpx;
|
|
|
|
|
box-sizing: border-box;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
background-color: #E93323;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .money {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .money .num {
|
|
|
|
|
font-size: 48rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .money .y-money {
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
margin-left: 10rpx;
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .time {
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .time .timeCon {
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .time .timeCon .num {
|
|
|
|
|
padding: 0 7rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
color: #ff3d3d;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 2rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .timeState {
|
|
|
|
|
font-size: 28RPX;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .nav .iconfont {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .introduce {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .introduce .infor {
|
|
|
|
|
width: 570rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .introduce .iconfont {
|
2021-06-11 09:41:16 +00:00
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #999999;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .label {
|
|
|
|
|
margin: 18rpx 0 0 0;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #82848f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-con .wrapper .label .stock {
|
|
|
|
|
width: 255rpx;
|
|
|
|
|
margin-right: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
2021-06-11 09:41:16 +00:00
|
|
|
|
text-align: center;
|
2020-08-13 08:12:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-color-hui {
|
|
|
|
|
background: #bbbbbb !important;
|
|
|
|
|
}
|
|
|
|
|
.canvas {
|
2020-11-05 08:21:06 +00:00
|
|
|
|
position:fixed;
|
|
|
|
|
z-index: -5;
|
|
|
|
|
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;
|
|
|
|
|
}
|
2021-06-11 09:41:16 +00:00
|
|
|
|
.home-nav {
|
|
|
|
|
/* #ifdef H5 */
|
|
|
|
|
top: 20rpx !important;
|
|
|
|
|
/* #endif */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-nav {
|
|
|
|
|
color: #fff;
|
|
|
|
|
position: fixed;
|
|
|
|
|
font-size: 33rpx;
|
|
|
|
|
width: 56rpx;
|
|
|
|
|
height: 56rpx;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
left: 33rpx;
|
|
|
|
|
background: rgba(190, 190, 190, 0.5);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
&.on{
|
|
|
|
|
background: unset;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-nav .line {
|
|
|
|
|
width: 1rpx;
|
|
|
|
|
height: 24rpx;
|
|
|
|
|
background: rgba(255, 255, 255, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-nav .icon-xiangzuo {
|
|
|
|
|
width: auto;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
2020-08-13 08:12:57 +00:00
|
|
|
|
</style>
|