no message

This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-04-26 11:11:53 +08:00
parent f37a2255f0
commit edc43e0227

View File

@ -26,11 +26,13 @@
<productConSwiper :imgUrls="storeInfo.slider_image" :videoCoverImg="videoCoverImg" <productConSwiper :imgUrls="storeInfo.slider_image" :videoCoverImg="videoCoverImg"
:videoline="storeInfo.video_link"></productConSwiper> :videoline="storeInfo.video_link"></productConSwiper>
<!--有氛围图--> <!--有氛围图-->
<view v-if="storeInfo.atmosphere_pic" :style="{ backgroundImage: `url(${storeInfo.atmosphere_pic})` }" <view v-if="storeInfo.atmosphere_pic"
:style="{ backgroundImage: `url(${storeInfo.atmosphere_pic})` }"
class='nav acea-row row-between-wrapper'> class='nav acea-row row-between-wrapper'>
<view class='money skeleton-rect'><text class='num'>{{storeInfo.price}}</text> <view class='money skeleton-rect'><text class='num'>{{storeInfo.price}}</text>
<text v-if="!svipData" class='y-money'>{{storeInfo.ot_price}}</text> <text v-if="!svipData" class='y-money'>{{storeInfo.ot_price}}</text>
<view class="atmosphere" v-if="svipData && svipData.show_svip_price && svipData.show_svip" <view class="atmosphere"
v-if="svipData && svipData.show_svip_price && svipData.show_svip"
style="display: inline-block;"> style="display: inline-block;">
<text class="vip-money">{{storeInfo.svip_price}}</text> <text class="vip-money">{{storeInfo.svip_price}}</text>
<image class="vip-image" :src="`${domain}/static/images/svip.png`"></image> <image class="vip-image" :src="`${domain}/static/images/svip.png`"></image>
@ -48,12 +50,15 @@
</view> </view>
<view class="fenxiang_btn"> <view class="fenxiang_btn">
<view @click="setCollect"><text class="iconfont" <view @click="setCollect"><text class="iconfont"
:class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br />收藏</view> :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br />收藏
<view @click="listenerActionSheet"><text class="iconfont icon-fenxiang4"></text><br />分享</view> </view>
<view @click="listenerActionSheet"><text
class="iconfont icon-fenxiang4"></text><br />分享</view>
</view> </view>
</view> </view>
<view v-if="storeInfo.atmosphere_pic" class='integral_count skeleton-rect'> <view v-if="storeInfo.atmosphere_pic" class='integral_count skeleton-rect'>
<text v-if="storeInfo.max_integral > 0" class='integral'>积分最高可抵扣{{storeInfo.max_integral}}</text> <text v-if="storeInfo.max_integral > 0"
class='integral'>积分最高可抵扣{{storeInfo.max_integral}}</text>
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text> <text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text>
</view> </view>
<!--无氛围图--> <!--无氛围图-->
@ -61,7 +66,8 @@
<view class='money p-color skeleton-rect' style="min-width: 70rpx;"> <view class='money p-color skeleton-rect' style="min-width: 70rpx;">
<text class='num'>{{storeInfo.price}}</text> <text class='num'>{{storeInfo.price}}</text>
<text style="color: #000;font-weight: 500;" v-if="storeInfo.attr&&storeInfo.attr.length==0&&storeInfo.unit_name!='无'">/{{ storeInfo.unit_name}}</text> <text style="color: #000;font-weight: 500;"
v-if="storeInfo.attr&&storeInfo.attr.length==0&&storeInfo.unit_name!='无'">/{{ storeInfo.unit_name}}</text>
<text style="color: #000;font-weight: 500;" v-else>{{" "}}</text> <text style="color: #000;font-weight: 500;" v-else>{{" "}}</text>
<view v-if="svipData && svipData.show_svip_price && svipData.show_svip" <view v-if="svipData && svipData.show_svip_price && svipData.show_svip"
style="display: inline-block;"> style="display: inline-block;">
@ -73,7 +79,8 @@
<view @click="setCollect" <view @click="setCollect"
style="display: flex;flex-direction: column;justify-content: center;align-items: center;"> style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
<!-- <text class="iconfont" :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br/> --> <!-- <text class="iconfont" :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br/> -->
<u-icon :name="storeInfo.isRelation?'star-fill':'star'" color="#F55726"></u-icon> <u-icon :name="storeInfo.isRelation?'star-fill':'star'"
color="#F55726"></u-icon>
收藏 收藏
</view> </view>
<!-- <view @click="listenerActionSheet"><text class="iconfont icon-fenxiang4"></text><br/>分享</view> --> <!-- <view @click="listenerActionSheet"><text class="iconfont icon-fenxiang4"></text><br/>分享</view> -->
@ -81,15 +88,18 @@
</view> </view>
<view v-if="!storeInfo.atmosphere_pic" class='integral_count skeleton-rect' <view v-if="!storeInfo.atmosphere_pic" class='integral_count skeleton-rect' style="">
style=""> <text v-if="storeInfo.max_integral > 0" class='integral'
<text v-if="storeInfo.max_integral > 0" class='integral' style="margin-top: 0;">积分最高可抵扣{{storeInfo.max_integral}}</text> style="margin-top: 0;">积分最高可抵扣{{storeInfo.max_integral}}</text>
<text v-if="storeInfo.delivery_free == 1" class='integral' style="margin-top: 0;">包邮</text> <text v-if="storeInfo.delivery_free == 1" class='integral'
style="margin-top: 0;">包邮</text>
</view> </view>
<view v-if="showPriceTabs" class='share acea-row row-top' style="flex-wrap: wrap;padding-top: 0rpx;"> <view v-if="showPriceTabs" class='share acea-row row-top'
style="flex-wrap: wrap;padding-top: 0rpx;">
<view class='money p-color skeleton-rect price-tab'>规格: </view> <view class='money p-color skeleton-rect price-tab'>规格: </view>
<view class='money p-color skeleton-rect price-tab' v-for="(item, index) in storeInfo.sku" @click="selecAttr"> <view class='money p-color skeleton-rect price-tab'
v-for="(item, index) in storeInfo.sku" @click="selecAttr">
<text class='num' style="font-size: 28rpx;">{{item.price}}</text> <text class='num' style="font-size: 28rpx;">{{item.price}}</text>
<text style="font-size: 26rpx;">{{"/"}}{{ item.sku || storeInfo.unit_name}}</text> <text style="font-size: 26rpx;">{{"/"}}{{ item.sku || storeInfo.unit_name}}</text>
@ -101,7 +111,8 @@
<view class="acea-row row-between-wrapper"> <view class="acea-row row-between-wrapper">
<image :src="`${domain}/static/images/svip_user.png`"></image> <image :src="`${domain}/static/images/svip_user.png`"></image>
<view class="">开通 SVIP会员 <view class="">开通 SVIP会员
<block v-if="svipData.show_svip_price">立省<text>{{svipData.save_money}}</text></block> <block v-if="svipData.show_svip_price">立省<text>{{svipData.save_money}}</text>
</block>
<block v-else><text>省钱多多权益多多</text></block> <block v-else><text>省钱多多权益多多</text></block>
</view> </view>
</view> </view>
@ -110,7 +121,8 @@
<text class="iconfont icon-jiantou"></text> <text class="iconfont icon-jiantou"></text>
</navigator> </navigator>
</view> </view>
<view v-if="!storeInfo.atmosphere_pic" class='introduce skeleton-rect' style="padding-bottom: 20rpx;margin-top: 10rpx;"> <view v-if="!storeInfo.atmosphere_pic" class='introduce skeleton-rect'
style="padding-bottom: 20rpx;margin-top: 10rpx;">
<!-- <text v-if="storeInfo.merchant.type_name" class="font-bg-red bt-color">{{storeInfo.merchant.type_name}}</text> <!-- <text v-if="storeInfo.merchant.type_name" class="font-bg-red bt-color">{{storeInfo.merchant.type_name}}</text>
<text v-else-if="storeInfo.merchant.is_trader" class="font-bg-red bt-color">自营</text> --> <text v-else-if="storeInfo.merchant.is_trader" class="font-bg-red bt-color">自营</text> -->
{{storeInfo.store_name || ''}} {{storeInfo.store_name || ''}}
@ -142,9 +154,9 @@
</view> </view>
<view class='wrapper' v-if="storeInfo.store_info" style="padding: 28rpx;"> <view class='wrapper' v-if="storeInfo.store_info" style="padding: 28rpx;">
<view style="padding-bottom: 20rpx;">基础信息</view> <view style="padding-bottom: 20rpx;">基础信息</view>
<view <view style="white-space: pre-wrap;color: #666666;font-size: 26rpx;border-radius: 14rpx;">
style="white-space: pre-wrap;color: #666666;font-size: 26rpx;border-radius: 14rpx;"> {{storeInfo.store_info}}
{{storeInfo.store_info}}</view> </view>
</view> </view>
<!-- <view class='attribute acea-row row-between-wrapper skeleton-rect'> <!-- <view class='attribute acea-row row-between-wrapper skeleton-rect'>
<view class="acea-row row-between-wrapper">{{attrTxt}} <view class="acea-row row-between-wrapper">{{attrTxt}}
@ -152,8 +164,8 @@
</view> </view>
<view class='iconfont icon-jiantou'></view> <view class='iconfont icon-jiantou'></view>
</view> --> </view> -->
<view v-if="specsInfo.params && specsInfo.params.length>0" class="attribute acea-row row-between-wrapper" <view v-if="specsInfo.params && specsInfo.params.length>0"
@click="seeSpecs"> class="attribute acea-row row-between-wrapper" @click="seeSpecs">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
参数 参数
<view class="list line1"> <view class="list line1">
@ -165,7 +177,8 @@
<view class="iconfont icon-jiantou"></view> <view class="iconfont icon-jiantou"></view>
</view> </view>
<!--运费--> <!--运费-->
<view v-if="shipping || shippingValue" class='attribute acea-row row-between-wrapper' @click="showShip"> <view v-if="shipping || shippingValue" class='attribute acea-row row-between-wrapper'
@click="showShip">
<view class="acea-row row-between-wrapper">运费 <view class="acea-row row-between-wrapper">运费
<text class='atterTxt'>{{shippingValue}}</text> <text class='atterTxt'>{{shippingValue}}</text>
</view> </view>
@ -198,7 +211,8 @@
show-scrollbar="false"> show-scrollbar="false">
<view class="img-box"> <view class="img-box">
<view class="combo_item" v-for="(item,index) in comboList" :key="index"> <view class="combo_item" v-for="(item,index) in comboList" :key="index">
<view class="img-item" v-for="(itemn,indexn) in item.discountsProduct" :key="indexn"> <view class="img-item" v-for="(itemn,indexn) in item.discountsProduct"
:key="indexn">
<image :src="itemn.image" mode="" @click="openCombo"></image> <image :src="itemn.image" mode="" @click="openCombo"></image>
<text v-if="indexn != item.count-1" class="iconfont icon-jiahao2"></text> <text v-if="indexn != item.count-1" class="iconfont icon-jiahao2"></text>
</view> </view>
@ -234,10 +248,11 @@
</navigator> </navigator>
</view> </view>
<view class="imgList acea-row"> <view class="imgList acea-row">
<view class="pictrue" v-for="(item, index) in storeInfo.community" :key="index" v-if="index<=2" <view class="pictrue" v-for="(item, index) in storeInfo.community" :key="index"
@click="goPlant(item)"> v-if="index<=2" @click="goPlant(item)">
<image :src="item.image[0]" class="image"></image> <image :src="item.image[0]" class="image"></image>
<image v-if="item.is_type == 2" class="video_img" src="@/static/images/stop.png" mode=""></image> <image v-if="item.is_type == 2" class="video_img" src="@/static/images/stop.png"
mode=""></image>
</view> </view>
</view> </view>
</view> </view>
@ -245,15 +260,18 @@
<view class="store-wrapper" v-if="storeInfo.merchant && hide_mer_status !=1"> <view class="store-wrapper" v-if="storeInfo.merchant && hide_mer_status !=1">
<view class="store-hd skeleton-rect"> <view class="store-hd skeleton-rect">
<view v-if="storeInfo.merchant&&hide_mer_status != 1" class="store-info"> <view v-if="storeInfo.merchant&&hide_mer_status != 1" class="store-info">
<navigator :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" <navigator
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none" class="logo"> hover-class="none" class="logo">
<image :src="storeInfo.merchant.mer_avatar" mode=""></image> <image :src="storeInfo.merchant.mer_avatar" mode=""></image>
</navigator> </navigator>
<navigator :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" <navigator
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none" class="info"> hover-class="none" class="info">
<view class="name line1"> <view class="name line1">
<text>{{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}</text> <text>{{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}</text>
<image v-if="margin_ico_switch==1 && margin_ico && storeInfo.merchant.is_margin == 10" <image
v-if="margin_ico_switch==1 && margin_ico && storeInfo.merchant.is_margin == 10"
:src="margin_ico" class="store-margin"></image> :src="margin_ico" class="store-margin"></image>
<!-- <text v-if="storeInfo.merchant.type_name" class="font-bg-red ml8 bt-color">{{storeInfo.merchant.type_name}}</text> <!-- <text v-if="storeInfo.merchant.type_name" class="font-bg-red ml8 bt-color">{{storeInfo.merchant.type_name}}</text>
<text v-else-if="storeInfo.merchant.is_trader" class="font-bg-red ml8 bt-color">自营</text> --> <text v-else-if="storeInfo.merchant.is_trader" class="font-bg-red ml8 bt-color">自营</text> -->
@ -264,8 +282,8 @@
<view v-else class="txt">0人关注</view> --> <view v-else class="txt">0人关注</view> -->
</navigator> </navigator>
<navigator v-if="hide_mer_status != 1" <navigator v-if="hide_mer_status != 1"
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" class="link" :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none">进店</navigator> class="link" hover-class="none">进店</navigator>
</view> </view>
<view class="score-wrapper"> <view class="score-wrapper">
<view class="item"> <view class="item">
@ -283,17 +301,20 @@
<view class="acea-row row-between"> <view class="acea-row row-between">
<view class="title">店铺推荐</view> <view class="title">店铺推荐</view>
<navigator v-if="hide_mer_status!=1" class="moer-btn" <navigator v-if="hide_mer_status!=1" class="moer-btn"
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" hover-class="none"> :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none">
查看更多<text class='iconfont icon-jiantou'></text></navigator> 查看更多<text class='iconfont icon-jiantou'></text></navigator>
</view> </view>
<view class="swiper page_swiper"> <view class="swiper page_swiper">
<swiper indicator-dots="true" :autoplay="false" :circular="circular" :interval="interval" <swiper indicator-dots="true" :autoplay="false" :circular="circular"
:duration="duration" :current="swiperCur" style="750rpx;"> :interval="interval" :duration="duration" :current="swiperCur" style="750rpx;">
<block v-for="(item,index) in recommend" :key="index"> <block v-for="(item,index) in recommend" :key="index">
<swiper-item class="swiper-item"> <swiper-item class="swiper-item">
<view class="img-box"> <view class="img-box">
<view class="img-item" v-for="(itm,idx) in item" :key="idx" @click="goProDetail(itm)"> <view class="img-item" v-for="(itm,idx) in item" :key="idx"
<easy-loadimage mode="widthFix" :image-src="itm.image"></easy-loadimage> @click="goProDetail(itm)">
<easy-loadimage mode="widthFix"
:image-src="itm.image"></easy-loadimage>
<view class="txt"> <view class="txt">
<view class="title line1">{{itm.store_name}}</view> <view class="title line1">{{itm.store_name}}</view>
<view class="price"> <view class="price">
@ -312,7 +333,8 @@
<view class='conter' v-if="description"> <view class='conter' v-if="description">
<!-- #ifndef APP-PLUS --> <!-- #ifndef APP-PLUS -->
<jyf-parser v-if="description.type == 0" :domain='domain' <jyf-parser v-if="description.type == 0" :domain='domain'
:html="description.content.replace(/<br\/>/ig, '')" ref="article" :tag-style="tagStyle"></jyf-parser> :html="description.content.replace(/<br\/>/ig, '')" ref="article"
:tag-style="tagStyle"></jyf-parser>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-PLUS -->
<view v-if="description.type == 0" class="description" <view v-if="description.type == 0" class="description"
@ -320,10 +342,12 @@
<!-- #endif --> <!-- #endif -->
<view v-else class="product_content"> <view v-else class="product_content">
<view v-if="description.content && description.content.title" class="title"> <view v-if="description.content && description.content.title" class="title">
{{description.content.title}}</view> {{description.content.title}}
</view>
<view v-if="description.content && description.content.image" class="pictures"> <view v-if="description.content && description.content.image" class="pictures">
<image mode="widthFix" style="width: 100%;" v-for="(item,index) in description.content.image" <image mode="widthFix" style="width: 100%;"
:key="index" :src="item"></image> v-for="(item,index) in description.content.image" :key="index" :src="item">
</image>
</view> </view>
</view> </view>
</view> </view>
@ -344,7 +368,8 @@
</view> </view>
<view class='footer acea-row row-between-wrapper' :class="{'footpl':hide_mer_status==1}"> <view class='footer acea-row row-between-wrapper' :class="{'footpl':hide_mer_status==1}">
<navigator v-if="hide_mer_status !=1" <navigator v-if="hide_mer_status !=1"
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" class='item skeleton-rect'> :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
class='item skeleton-rect'>
<view class='iconfont icon-dianpu'></view> <view class='iconfont icon-dianpu'></view>
<view>店铺</view> <view>店铺</view>
</navigator> </navigator>
@ -359,8 +384,8 @@
</view> </view>
</block> </block>
<navigator open-type='switchTab' class="animated item skeleton-rect" :class="animated==true?'bounceIn':''" <navigator open-type='switchTab' class="animated item skeleton-rect"
url='/pages/order_addcart/order_addcart' hover-class="none"> :class="animated==true?'bounceIn':''" url='/pages/order_addcart/order_addcart' hover-class="none">
<view class='iconfont icon-gouwuche1'> <view class='iconfont icon-gouwuche1'>
<text v-if="CartCount>0" class='num'>{{CartCount || 0}}</text> <text v-if="CartCount>0" class='num'>{{CartCount || 0}}</text>
</view> </view>
@ -368,8 +393,8 @@
</navigator> </navigator>
<view v-if="attr.productSelect.stock != 0" class='bnt acea-row skeleton-rect'> <view v-if="attr.productSelect.stock != 0" class='bnt acea-row skeleton-rect'>
<form @submit="joinCart" report-submit='true'> <form @submit="joinCart" report-submit='true'>
<button v-if="storeInfo.type != 1&&storeInfo.type != 2&&!storeInfo.mer_form_id" class='joinCart bnts' <button v-if="storeInfo.type != 1&&storeInfo.type != 2&&!storeInfo.mer_form_id"
form-type="submit">加入购物车</button> class='joinCart bnts' form-type="submit">加入购物车</button>
</form> </form>
<form @submit="goBuy" report-submit='true' v-if="attr.productSelect"> <form @submit="goBuy" report-submit='true' v-if="attr.productSelect">
<button class='buy bnts' <button class='buy bnts'
@ -402,8 +427,8 @@
<!-- 分享按钮 --> <!-- 分享按钮 -->
<view class="generate-posters acea-row row-middle" :class="posters ? 'on' : ''"> <view class="generate-posters acea-row row-middle" :class="posters ? 'on' : ''">
<!-- #ifndef MP --> <!-- #ifndef MP -->
<button class="item" :class="weixinStatus ? 'item3' : ''" hover-class='none' v-if="weixinStatus === true" <button class="item" :class="weixinStatus ? 'item3' : ''" hover-class='none'
@click="H5ShareBox = true"> v-if="weixinStatus === true" @click="H5ShareBox = true">
<view class="iconfont icon-weixin3"></view> <view class="iconfont icon-weixin3"></view>
<view class="">发送给朋友</view> <view class="">发送给朋友</view>
</button> </button>
@ -473,7 +498,9 @@
// | Author: CRMEB Team <admin@crmeb.com> // | Author: CRMEB Team <admin@crmeb.com>
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
var sysHeight = uni.getSystemInfoSync().statusBarHeight; var sysHeight = uni.getSystemInfoSync().statusBarHeight;
import { arrivalSubscribe } from '@/utils/SubscribeMessage.js'; import {
arrivalSubscribe
} from '@/utils/SubscribeMessage.js';
import { import {
getProductDetail, getProductDetail,
getProductParmas, getProductParmas,
@ -486,13 +513,29 @@
getDiscountsLst, getDiscountsLst,
priceRuleApi priceRuleApi
} from '@/api/store.js'; } from '@/api/store.js';
import { getOrderConfirm } from '@/api/order.js'; import {
import { getUserInfo, imgToBase } from '@/api/user.js'; getOrderConfirm
import { getCoupons, getShopCoupons } from '@/api/api.js'; } from '@/api/order.js';
import { getCartCounts } from '@/api/order.js'; import {
import { mapGetters } from "vuex"; getUserInfo,
import { configMap } from "@/utils"; imgToBase
import { imageBase64 } from "@/api/public"; } from '@/api/user.js';
import {
getCoupons,
getShopCoupons
} from '@/api/api.js';
import {
getCartCounts
} from '@/api/order.js';
import {
mapGetters
} from "vuex";
import {
configMap
} from "@/utils";
import {
imageBase64
} from "@/api/public";
import productConSwiper from '@/components/productConSwiper'; import productConSwiper from '@/components/productConSwiper';
import couponListWindow from '@/components/couponListWindow'; import couponListWindow from '@/components/couponListWindow';
import copyPassword from '@/components/copyPassword'; import copyPassword from '@/components/copyPassword';
@ -500,13 +543,19 @@
import userEvaluation from '@/components/userEvaluation'; import userEvaluation from '@/components/userEvaluation';
import shareRedPackets from '@/components/shareRedPackets'; import shareRedPackets from '@/components/shareRedPackets';
import specs from '@/components/specs/index.vue'; import specs from '@/components/specs/index.vue';
import { toLogin } from '@/libs/login.js'; import {
toLogin
} from '@/libs/login.js';
// #ifndef H5 // #ifndef H5
import passwordPopup from '@/components/passwordPopup'; import passwordPopup from '@/components/passwordPopup';
// #endif // #endif
import { HTTP_REQUEST_URL } from '@/config/app'; import {
HTTP_REQUEST_URL
} from '@/config/app';
import home from '@/components/home'; import home from '@/components/home';
import { silenceBindingSpread } from "@/utils"; import {
silenceBindingSpread
} from "@/utils";
import parser from "@/components/jyf-parser/jyf-parser"; import parser from "@/components/jyf-parser/jyf-parser";
import history from "@/mixins/history"; import history from "@/mixins/history";
import shareScence from "@/libs/spread"; import shareScence from "@/libs/spread";
@ -849,7 +898,11 @@
typeValue = 1 typeValue = 1
} }
// #endif // #endif
arrivalNoticeApi({ unique: uniqueValue, type: typeValue, product_id: that.id }).then(res => { arrivalNoticeApi({
unique: uniqueValue,
type: typeValue,
product_id: that.id
}).then(res => {
return that.$util.Tips({ return that.$util.Tips({
title: res.message title: res.message
}) })
@ -912,12 +965,15 @@
}, },
/*获取套餐列表数据*/ /*获取套餐列表数据*/
getDiscountsData() { getDiscountsData() {
getDiscountsLst({ product_id: this.id }).then(res => { getDiscountsLst({
product_id: this.id
}).then(res => {
this.comboTotal = res.data.count; this.comboTotal = res.data.count;
res.data.list.forEach((item, index) => { res.data.list.forEach((item, index) => {
item.save_price = 0; item.save_price = 0;
item.discountsProduct.forEach((v, i) => { item.discountsProduct.forEach((v, i) => {
item.save_price += parseFloat(v.product.ot_price) - parseFloat(v.product.price) item.save_price += parseFloat(v.product.ot_price) - parseFloat(v
.product.price)
}) })
}) })
this.comboList = res.data.list; this.comboList = res.data.list;
@ -990,7 +1046,8 @@
this.$set(this, 'toView', id); this.$set(this, 'toView', id);
this.$set(this, 'navActive', index); this.$set(this, 'navActive', index);
this.$set(this, 'lock', true); this.$set(this, 'lock', true);
this.$set(this, 'scrollTop', index > 0 ? that.topArr[index] - (app.globalData.navHeight / 2) : that.topArr[ this.$set(this, 'scrollTop', index > 0 ? that.topArr[index] - (app.globalData.navHeight / 2) : that
.topArr[
index]); index]);
}, },
scroll: function(e) { scroll: function(e) {
@ -1037,7 +1094,8 @@
this.$set(this.attr.productSelect, "cart_num", stock); this.$set(this.attr.productSelect, "cart_num", stock);
this.$set(this, "cart_num", stock); this.$set(this, "cart_num", stock);
} }
if (num.cart_num > this.storeInfo.once_max_count && this.storeInfo.once_max_count != 0 && this.storeInfo if (num.cart_num > this.storeInfo.once_max_count && this.storeInfo.once_max_count != 0 && this
.storeInfo
.pay_limit != 0) { .pay_limit != 0) {
this.$set(this.attr.productSelect, "cart_num", this.storeInfo.once_max_count); this.$set(this.attr.productSelect, "cart_num", this.storeInfo.once_max_count);
this.$set(this, "cart_num", this.storeInfo.once_max_count); this.$set(this, "cart_num", this.storeInfo.once_max_count);
@ -1072,7 +1130,8 @@
let productSelect = this.productValue[res]; let productSelect = this.productValue[res];
if (productSelect) this.$set(this, "uniqueValue", productSelect.unique); if (productSelect) this.$set(this, "uniqueValue", productSelect.unique);
if (productSelect && productSelect.stock > 0) { if (productSelect && productSelect.stock > 0) {
this.$set(this.attr.productSelect, "image", productSelect.image ? productSelect.image : this.storeInfo this.$set(this.attr.productSelect, "image", productSelect.image ? productSelect.image : this
.storeInfo
.image); .image);
this.$set(this.attr.productSelect, "price", productSelect.price); this.$set(this.attr.productSelect, "price", productSelect.price);
this.$set(this.attr.productSelect, "svip_price", productSelect.svip_price); this.$set(this.attr.productSelect, "svip_price", productSelect.svip_price);
@ -1153,7 +1212,8 @@
that.$set(that, 'pay_limit', res.data.pay_limit); that.$set(that, 'pay_limit', res.data.pay_limit);
that.$set(that, 'min_count', res.data.once_min_count); that.$set(that, 'min_count', res.data.once_min_count);
that.$set(that, 'svipData', res.data.show_svip_info || null); that.$set(that, 'svipData', res.data.show_svip_info || null);
that.$set(that, 'svipPrice', res.data.show_svip_info && res.data.show_svip_info.show_svip_price || that.$set(that, 'svipPrice', res.data.show_svip_info && res.data.show_svip_info
.show_svip_price ||
false); false);
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: storeInfo.store_name.substring(0, 7) + "..." title: storeInfo.store_name.substring(0, 7) + "..."
@ -1259,7 +1319,8 @@
"store_name", "store_name",
this.storeInfo.store_name this.storeInfo.store_name
); );
this.$set(this.attr.productSelect, "image", productSelect.image ? productSelect.image : this.storeInfo this.$set(this.attr.productSelect, "image", productSelect.image ? productSelect.image : this
.storeInfo
.image); .image);
this.$set(this.attr.productSelect, "price", productSelect.price); this.$set(this.attr.productSelect, "price", productSelect.price);
this.$set(this.attr.productSelect, "svip_price", productSelect.svip_price); this.$set(this.attr.productSelect, "svip_price", productSelect.svip_price);
@ -1474,7 +1535,8 @@
is_new: news === undefined ? 0 : 1, is_new: news === undefined ? 0 : 1,
product_id: that.id, product_id: that.id,
cart_num: that.attr.productSelect.cart_num, cart_num: that.attr.productSelect.cart_num,
product_attr_unique: that.attr.productSelect !== undefined ? that.attr.productSelect.unique : "", product_attr_unique: that.attr.productSelect !== undefined ? that.attr.productSelect.unique :
"",
source: this.source, source: this.source,
product_type: 0, product_type: 0,
spread_id: this.currSpid, spread_id: this.currSpid,
@ -1625,7 +1687,8 @@
]; ];
// #endif // #endif
//广 //广
that.$util.goodsPosterCanvas(arr2, that.storeInfo.store_name, that.storeInfo.price, that.site_name, that that.$util.goodsPosterCanvas(arr2, that.storeInfo.store_name, that.storeInfo.price, that.site_name,
that
.storeInfo.ot_price, .storeInfo.ot_price,
function(tempFilePath) { function(tempFilePath) {
that.$set(that, 'posterImage', tempFilePath); that.$set(that, 'posterImage', tempFilePath);