Commit 44d45fbf authored by 罗超's avatar 罗超

1

parent e6a74664
......@@ -15,22 +15,45 @@
indicator-dots
:autoplay="false"
:interval="1000"
style="height:100vw;"
style="height: 100vw"
>
<block v-for="(item, index) in g.pic_url" :key="index">
<swiper-item>
<video @click="startPlay(item)" style="width:100%;height:100%" id="myVideo" v-if="item.type==1" :src="item.pic_url"
:autoplay="false" loop muted show-play-btn :enable-progress-gesture="true"
:controls="true" :show-progress="true" :show-mute-btn="true" objectFit="cover"></video>
<image @click="previewImage(index)" style="width:100%;height:100%;" v-else :src="item.pic_url" mode="aspectFill"></image>
<video
@click="startPlay(item)"
style="width: 100%; height: 100%"
id="myVideo"
v-if="item.type == 1"
:src="item.pic_url"
:autoplay="false"
loop
muted
show-play-btn
:enable-progress-gesture="true"
:controls="true"
:show-progress="true"
:show-mute-btn="true"
objectFit="cover"
></video>
<image
@click="previewImage(index)"
style="width: 100%; height: 100%"
v-else
:src="item.pic_url"
mode="aspectFill"
></image>
</swiper-item>
</block>
</swiper>
<!-- TODO 分销价格未做 is_share_price -->
<view class="is_share" v-if="g.share > 0 && hideshare == false&&setting.is_show_korea==0" style="top:240px;">
<view
class="is_share"
v-if="g.share > 0 && hideshare == false && setting.is_show_korea == 0"
style="top: 240px"
>
<image
src="@/static/images/icon/WechatIMG424.png"
style="width: 20px; margin-left: 12px; opacity: 1;height: auto;"
style="width: 20px; margin-left: 12px; opacity: 1; height: auto"
mode="widthFix"
/>
<view
......@@ -46,12 +69,25 @@
<Text>即刻分享赚</Text>
<Text>{{ g.share }}</Text>
</view>
<u-icon name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
<u-icon
name="close"
style="position: absolute; right: 4px; top: 12.5px"
color="#fff"
size="40"
@click="hideshare = true"
></u-icon>
</view>
<view class="is_share" v-if="g.myBuyCommission > 0 && hideshare == false&&setting.is_show_korea==0">
<view
class="is_share"
v-if="
g.myBuyCommission > 0 &&
hideshare == false &&
setting.is_show_korea == 0
"
>
<image
src="@/static/images/icon/WechatIMG424.png"
style="width: 20px; margin-left: 12px; opacity: 1;height: auto;"
style="width: 20px; margin-left: 12px; opacity: 1; height: auto"
mode="widthFix"
/>
<view
......@@ -67,113 +103,255 @@
<Text>即刻购买省</Text>
<Text>{{ g.myBuyCommission }}</Text>
</view>
<u-icon v-if='g.share ==0' name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
<u-icon
v-if="g.share == 0"
name="close"
style="position: absolute; right: 4px; top: 12.5px"
color="#fff"
size="40"
@click="hideshare = true"
></u-icon>
</view>
</view>
<view class="g-info">
<view class="g-name u-skeleton-rect">
<view
v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==1 && g.marketingLogo.words!=''"
v-if="
g.marketingLogo.iswords &&
g.marketingLogo.iswords == 1 &&
g.marketingLogo.words != ''
"
class="Logo"
:style="{color: g.marketingLogo.wordsColor,
background:g.marketingLogo.wordsBack ,}"
>{{g.marketingLogo.words}}</view>
:style="{
color: g.marketingLogo.wordsColor,
background: g.marketingLogo.wordsBack,
}"
>{{ g.marketingLogo.words }}</view
>
<image
v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==2&& g.marketingLogo.ico!=''"
v-if="
g.marketingLogo.iswords &&
g.marketingLogo.iswords == 2 &&
g.marketingLogo.ico != ''
"
mode="heightFix"
:src="g.marketingLogo.ico"
style=" height: 12px;margin-right: 5px"
style="height: 12px; margin-right: 5px"
/>
{{ g.name }}
</view>
<view class="g-price-box" v-if="setting.is_show_korea==0">
<view class="g-price-box" v-if="setting.is_show_korea == 0">
<view class="left">
<view class="price u-skeleton-rect" :style="{ color: mc }">
<u-tag v-if='g.price_min!=g.original_price' text="心动价" mode="light" size='mini' type="error" style='font-size: 12px;font-family: aa;margin-right: 10px;'/>
<u-tag
v-if="g.price_min != g.original_price"
text="心动价"
mode="light"
size="mini"
type="error"
style="font-size: 12px; font-family: aa; margin-right: 10px"
/>
<text class="small"></text>
<text
class="numfont" v-if="g.form_id!=1"
>
{{ g.price_min == g.price_max ? g.price_min : g.price_min + '-' + g.price_max }}
<text class="numfont" v-if="g.form_id != 1">
{{
g.price_min == g.price_max
? g.price_min
: g.price_min + "-" + g.price_max
}}
</text>
<text class="numfont" v-if="g.form_id==1">
<text class="numfont" v-if="g.form_id == 1">
{{ g.price_min }}
</text>
<text class="small" v-if="g.form_id==1"></text>
<text class="small" v-if="g.form_id == 1"></text>
</view>
<!-- TODO is_common_user_member_price 普通用户会员价 -->
<!-- TODO is_member_user_member_price 会员用户会员价 -->
<view class="sell u-skeleton-rect">
<text class="oprice" v-if="setting.is_underline_price == 1">原价:{{ g.original_price }}</text>
<text v-if="setting.is_sales == 1">已售出{{ g.sales }}{{ g.unit }}</text>
<text class="oprice" v-if="setting.is_underline_price == 1"
>原价:{{ g.original_price }}</text
>
<text v-if="setting.is_sales == 1"
>已售出{{ g.sales }}{{ g.unit }}</text
>
</view>
</view>
<view class="right u-skeleton-rect" @click="openShare" v-if="isAllowShare == 1">
<image src="@/static/images/icon/icon-share.png" class="share-icon" />
<view
class="right u-skeleton-rect"
@click="openShare"
v-if="isAllowShare == 1"
>
<image
src="@/static/images/icon/icon-share.png"
class="share-icon"
/>
<text>分享</text>
</view>
</view>
<template v-if="setting.is_show_korea==1">
<view style="height:50px;margin:10px 10px 0 0;display:none;">
<view style="float:right;" @click="openShare" v-if="isAllowShare == 1">
<image src="@/static/images/icon/icon-share.png" style="width:20px;height:20px;" class="share-icon" />
<template v-if="setting.is_show_korea == 1">
<view style="height: 50px; margin: 10px 10px 0 0; display: none">
<view
style="float: right"
@click="openShare"
v-if="isAllowShare == 1"
>
<image
src="@/static/images/icon/icon-share.png"
style="width: 20px; height: 20px"
class="share-icon"
/>
</view>
</view>
<view class="koarea_Country" style="display:none;">
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;">
<text v-if="g.goods_country">{{g.goods_country}}</text>
<view class="koarea_Country" style="display: none">
<view
style="
flex: 1;
text-align: center;
border-right: 1px solid #f2f3f6;
"
>
<text v-if="g.goods_country">{{ g.goods_country }}</text>
</view>
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"></view>
<view style="flex: 1;text-align: center;" v-if="g.cats&&g.cats.length>0">{{g.cats[0].CategoryName}}</view>
<view
style="
flex: 1;
text-align: center;
border-right: 1px solid #f2f3f6;
"
></view
>
<view
style="flex: 1; text-align: center"
v-if="g.cats && g.cats.length > 0"
>{{ g.cats[0].CategoryName }}</view
>
</view>
<view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;display:none;">
卖点:<text v-if="g.subname">{{g.subname}}</text>
<view
style="
text-align: left;
padding: 15px 0;
border-bottom: 1px solid #f2f3f6;
display: none;
"
>
卖点:<text v-if="g.subname">{{ g.subname }}</text>
</view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0;display:flex;font-size:13px;color:#737373;">
<view
style="
text-align: left;
border-bottom: 1px solid #f2f3f6;
padding: 15px 0;
display: flex;
font-size: 13px;
color: #737373;
"
>
<u-icon name="location" color="#D4D4D4" size="30"></u-icon>
地址:<text v-if="g.fatcode">{{g.fatcode}}</text>
地址:<text v-if="g.fatcode">{{ g.fatcode }}</text>
</view>
<view style="display:flex;text-align: left;padding:10px;background-color: #F3F3F3;color:#404040;min-height:100px;line-height: 25px;font-size:13px;">
<text style="flex-shrink: 0;width:45px;">简介:</text><text v-if="g.goodsurl">{{g.goodsurl}}</text>
<view
style="
display: flex;
text-align: left;
padding: 10px;
background-color: #f3f3f3;
color: #404040;
min-height: 100px;
line-height: 25px;
font-size: 13px;
"
>
<text style="flex-shrink: 0; width: 45px">简介:</text
><text v-if="g.goodsurl">{{ g.goodsurl }}</text>
</view>
</template>
</view>
<view class="sku-box u-skeleton-rect" style="margin: 0;padding: 10px;" v-if="g.friendUrl!=null && g.friendUrl!=''&&setting.is_show_korea==0" @click="goCoiling(g.friendUrl)">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goodsCoiling.png" style="width: 100%;height: 68px;"/>
<view
class="sku-box u-skeleton-rect"
style="margin: 0; padding: 10px"
v-if="
g.friendUrl != null && g.friendUrl != '' && setting.is_show_korea == 0
"
@click="goCoiling(g.friendUrl)"
>
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goodsCoiling.png"
style="width: 100%; height: 68px"
/>
</view>
<view class="sku-box u-skeleton-rect" style="align-items: flex-start;" v-if="(g.goods_marketing_award.integral.title != '')|| (g.goods_marketing_award.PresentFXGradeMsg != '')|| g.freeShippingName != null && g.freeShippingName != '' && (g.fullMoneyPinkage > 0 || g.fullNumPinkage > 0)">
<view class="label" style="margin-top: 5px;">活动</view>
<view class="content" style="display: flex;flex-direction: column">
<view
style="display: flex;flex-direction: row;align-items: center;margin-bottom: 5px;"
class="sku-box u-skeleton-rect"
style="align-items: flex-start"
v-if="
g.goods_marketing_award.integral.title != '' ||
g.goods_marketing_award.PresentFXGradeMsg != '' ||
(g.freeShippingName != null &&
g.freeShippingName != '' &&
(g.fullMoneyPinkage > 0 || g.fullNumPinkage > 0))
"
>
<view class="label" style="margin-top: 5px">活动</view>
<view class="content" style="display: flex; flex-direction: column">
<view
style="
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 5px;
"
v-if="g.goods_marketing_award.integral.title != ''"
>
<u-tag text="送积分" type="error" />
<text
style="margin-left: 5px; font-size: 12px;"
>{{ g.goods_marketing_award.integral.title }}</text>
<text style="margin-left: 5px; font-size: 12px">{{
g.goods_marketing_award.integral.title
}}</text>
</view>
<view
style="display: flex;flex-direction: row;align-items: center"
style="display: flex; flex-direction: row; align-items: center"
v-if="g.goods_marketing_award.PresentFXGradeMsg != ''"
@click="goVIP"
>
<u-tag text="送会员" type="error" />
<text
style="margin-left: 5px; font-size: 12px;"
>{{ g.goods_marketing_award.PresentFXGradeMsg }}</text>
<text style="margin-left: 5px; font-size: 12px">{{
g.goods_marketing_award.PresentFXGradeMsg
}}</text>
</view>
<view
style="display: flex;flex-direction: row;align-items: center;margin-top: 5px;"
style="
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5px;
"
@click="goUrl(g.FreeShippingUrl)"
v-if="g.freeShippingName != null && g.freeShippingName != '' && (g.fullMoneyPinkage > 0 || g.fullNumPinkage > 0)"
v-if="
g.freeShippingName != null &&
g.freeShippingName != '' &&
(g.fullMoneyPinkage > 0 || g.fullNumPinkage > 0)
"
>
<view
style="color: #fa3534;background: #fef0f0;padding: 12rpx 22rpx; font-size: 22rpx;margin-right: 5px;border: 1px solid #fde2e2;border-radius: 6rpx;"
>{{ g.freeShippingName != null ? g.freeShippingName : '' }}</view>
{{ g.fullMoneyPinkage > 0 && g.fullNumPinkage == 0 ? g.fullMoneyPinkage + '元包邮' : '' }}
{{ g.fullMoneyPinkage == 0 && g.fullNumPinkage > 0 ? g.fullNumPinkage + '件包邮' : '' }}
style="
color: #fa3534;
background: #fef0f0;
padding: 12rpx 22rpx;
font-size: 22rpx;
margin-right: 5px;
border: 1px solid #fde2e2;
border-radius: 6rpx;
"
>{{ g.freeShippingName != null ? g.freeShippingName : "" }}</view
>
{{
g.fullMoneyPinkage > 0 && g.fullNumPinkage == 0
? g.fullMoneyPinkage + "元包邮"
: ""
}}
{{
g.fullMoneyPinkage == 0 && g.fullNumPinkage > 0
? g.fullNumPinkage + "件包邮"
: ""
}}
</view>
<!-- <view style="margin-top: 5px;" v-if="
......@@ -185,29 +363,37 @@
</view>-->
</view>
</view>
<view class="sku-box u-skeleton-rect" style="align-items: flex-start;" v-if="sku.length > 0&&setting.is_show_korea==0">
<view
class="sku-box u-skeleton-rect"
style="align-items: flex-start"
v-if="sku.length > 0 && setting.is_show_korea == 0"
>
<view class="label">选择</view>
<view class="content">
<view class="sku-chosen" @click="chosenSku">
<view class="sku">{{ currentSku.attr_list.length > 0 ? '已' : '请' }}选择 {{ sku }}</view>
<view class="sku"
>{{ currentSku.attr_list.length > 0 ? "已" : "请" }}选择
{{ sku }}</view
>
<view class="arrow">
<u-icon name="arrow" :size="32" color="#111"></u-icon>
</view>
</view>
<view class="suk-item" style="flex-wrap: wrap;">
<view class="suk-item" style="flex-wrap: wrap">
<template v-if="skuimage.length > 0">
<view
v-for="(x, i) in skuimage"
class="item img"
style="margin-bottom: 5px;"
style="margin-bottom: 5px"
:key="i"
>
<image :src="x" style="width: 100%; height: 100%;" />
<image :src="x" style="width: 100%; height: 100%" />
</view>
<view
class="item"
v-if="g.attr_groups[0].attr_list.length > 1"
>{{ g.attr_groups[0].attr_list.length }}{{ g.attr_groups[0].attr_group_name }}可选</view>
<view class="item" v-if="g.attr_groups[0].attr_list.length > 1"
>{{ g.attr_groups[0].attr_list.length }}{{
g.attr_groups[0].attr_group_name
}}可选</view
>
</template>
<template v-else>
<template v-for="(x, i) in g.attr_groups[0].attr_list">
......@@ -215,30 +401,40 @@
class="item"
v-if="i < 5"
:key="i"
style="margin-bottom: 5px;"
>{{ x.attr_name }}</view>
style="margin-bottom: 5px"
>{{ x.attr_name }}</view
>
</template>
<view
class="item"
v-if="g.attr_groups[0].attr_list.length > 1"
>共{{ g.attr_groups[0].attr_list.length }}种{{ g.attr_groups[0].attr_group_name }}可选</view>
<view class="item" v-if="g.attr_groups[0].attr_list.length > 1"
>共{{ g.attr_groups[0].attr_list.length }}种{{
g.attr_groups[0].attr_group_name
}}可选</view
>
</template>
</view>
</view>
</view>
<view class="sku-box u-skeleton-rect" v-if="g.sendArea&&g.sendArea!=''">
<view
class="sku-box u-skeleton-rect"
v-if="g.sendArea && g.sendArea != ''"
>
<view class="label">发货地</view>
<view class="content">{{g.sendArea }}</view>
<view class="content">{{ g.sendArea }}</view>
</view>
<view class="sku-box u-skeleton-rect" v-if="setting.is_express == '1'&&setting.is_show_korea==0">
<view
class="sku-box u-skeleton-rect"
v-if="setting.is_express == '1' && setting.is_show_korea == 0"
>
<view class="label">快递</view>
<view class="content">{{ g.express == '' ? '免运费' : '¥' + g.express }}</view>
<view class="content">{{
g.express == "" ? "免运费" : "¥" + g.express
}}</view>
</view>
<view
class="sku-box u-skeleton-rect"
style="margin-top: -10;"
style="margin-top: -10"
v-if="g.goods_marketing.shipping != ''"
>
<view class="label">包邮</view>
......@@ -246,14 +442,21 @@
</view>
<view
class="sku-box u-skeleton-rect"
style="margin-top: -10;"
v-if="g.goods_marketing.limit != ''&&setting.is_show_korea==0"
style="margin-top: -10"
v-if="g.goods_marketing.limit != '' && setting.is_show_korea == 0"
>
<view class="label">限购</view>
<view class="content">{{ g.goods_marketing.limit }}</view>
</view>
<view class="sku-box u-skeleton-rect" v-if="comments.length == 0 && setting.is_comment == 1&&setting.is_show_korea==0">
<view
class="sku-box u-skeleton-rect"
v-if="
comments.length == 0 &&
setting.is_comment == 1 &&
setting.is_show_korea == 0
"
>
<view class="label">暂无评论信息</view>
</view>
<view class="comment" v-if="comments.length > 0">
......@@ -272,7 +475,7 @@
<view class="u-box">
<view class="user">
<u-avatar :src="comments[0].UserPhotoPath" :size="50"></u-avatar>
<text style="margin-left: 10px;">{{ comments[0].UserName }}</text>
<text style="margin-left: 10px">{{ comments[0].UserName }}</text>
<u-rate
:current="comments[0].CommentScore"
active-color="#FA3534"
......@@ -288,45 +491,106 @@
<view class="ucontent">{{ comments[0].Content }}</view>
</view>
</view>
<u-divider :margin-top="20" :margin-bottom="20" bg-color="transparent">商品详情</u-divider>
<u-divider :margin-top="20" :margin-bottom="20" bg-color="transparent"
>商品详情</u-divider
>
<view class="details">
<!-- <rich-text :nodes="detailContent" @click="clickDescription"></rich-text> -->
<h-parse :content="detailContent" @navigate="clickDescription"></h-parse>
<h-parse
:content="detailContent"
@navigate="clickDescription"
></h-parse>
</view>
<template v-if="setting.is_show_korea==1">
<view style="width:100%;height:1px;border-top:1px solid #FFFFFF;margin:20px 0;"></view>
<view class="commontList" v-for="(item,index) in compentList" :key="index">
<template v-if="setting.is_show_korea == 1">
<view
style="
width: 100%;
height: 1px;
border-top: 1px solid #ffffff;
margin: 20px 0;
"
></view>
<view
class="commontList"
v-for="(item, index) in compentList"
:key="index"
>
<view>
<img :src="item.UserPhoto" style="width:30px;height:30px;border-radius: 50%;" alt="">
<img
:src="item.UserPhoto"
style="width: 30px; height: 30px; border-radius: 50%"
alt=""
/>
</view>
<view style="width:100%;margin-left:10px;">
<view style="color:#000000;font-size:14px;margin-bottom:5px;">{{item.UserName}}</view>
<view style="color:#909399;font-size:13px;">{{item.Content}}</view>
<view style="width: 100%; margin-left: 10px">
<view style="color: #000000; font-size: 14px; margin-bottom: 5px">{{
item.UserName
}}</view>
<view style="color: #909399; font-size: 13px">{{
item.Content
}}</view>
</view>
<view @click="delCompent(item)" v-if="item.UserId==u.UserId">
<view @click="delCompent(item)" v-if="item.UserId == u.UserId">
<u-icon name="delete" color="red" size="40"></u-icon>
</view>
</view>
<view v-if="compentTotal>1" style="display: flex;justify-content: end;float:right;margin-bottom:20px;">
<view class="fenyeBtn" v-if="comListMsg.pageIndex>1" @click="goBefore">上一页</view>
<view class="fenyeBtn" v-if="comListMsg.pageIndex<compentTotal" @click="goAfter">下一页</view>
<view
v-if="compentTotal > 1"
style="
display: flex;
justify-content: end;
float: right;
margin-bottom: 20px;
"
>
<view
class="fenyeBtn"
v-if="comListMsg.pageIndex > 1"
@click="goBefore"
>上一页</view
>
<view
class="fenyeBtn"
v-if="comListMsg.pageIndex < compentTotal"
@click="goAfter"
>下一页</view
>
</view>
<view style="padding:10px;margin-top:30px;">
<view style="margin:10px 0;">留言(至少填写10个文字)</view>
<view style="padding: 10px; margin-top: 30px">
<view style="margin: 10px 0">留言(至少填写10个文字)</view>
<view>
<textarea placeholder="请输入评论信息" style="width: 94.5%;height: 100px;border:1px solid #d1d1d1;
padding:10px;background-color: #fff;" confirm-type='done' v-model="comentMsg.Content">
<textarea
placeholder="请输入评论信息"
style="
width: 94.5%;
height: 100px;
border: 1px solid #d1d1d1;
padding: 10px;
background-color: #fff;
"
confirm-type="done"
v-model="comentMsg.Content"
>
</textarea>
</view>
<view class="goodComentBtn" @click="submitCommit">提交留言</view>
</view>
</template>
<u-divider :margin-top="20" :margin-bottom="20" bg-color="transparent">或许你喜欢</u-divider>
<view style="width: calc(100vw - 20px); margin-left: 10px; overflow: hidden;">
<u-divider :margin-top="20" :margin-bottom="20" bg-color="transparent"
>或许你喜欢</u-divider
>
<view
style="width: calc(100vw - 20px); margin-left: 10px; overflow: hidden"
>
<goodlist :list="recommend"></goodlist>
</view>
<u-skeleton v-if="loading" :loading="true" :animation="true" bgcolor="#FFF"></u-skeleton>
<template v-if="setting&&setting.is_show_korea==0">
<u-skeleton
v-if="loading"
:loading="true"
:animation="true"
bgcolor="#FFF"
></u-skeleton>
<template v-if="setting && setting.is_show_korea == 0">
<goodsaction
v-if="!loading"
:good-name="g.name"
......@@ -335,12 +599,12 @@
:good-id="id"
:total-stock="g.totalStock"
:status="g.status"
:formid='g.form_id'
:formid="g.form_id"
@joincar="joinCar"
@buy="buy"
></goodsaction>
</template>
<template v-if="setting&&setting.is_show_korea==1">
<template v-if="setting && setting.is_show_korea == 1">
<kotragoodsaction
v-if="!loading"
:good-name="g.name"
......@@ -349,7 +613,8 @@
:good-id="id"
:total-stock="g.totalStock"
:status="g.status"
@buy="buy">
@buy="buy"
>
</kotragoodsaction>
</template>
<goodsku
......@@ -364,7 +629,11 @@
@close="closeSkuChosen"
></goodsku>
</view>
<u-empty text="没有找到商品,或商品已下架" mode="favor" v-if="!isExsitGoods"></u-empty>
<u-empty
text="没有找到商品,或商品已下架"
mode="favor"
v-if="!isExsitGoods"
></u-empty>
<share
:good-id="id"
v-if="showShare"
......@@ -373,7 +642,11 @@
:advertising="g.advertising"
@close="closeShare"
></share>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
<auth
v-if="showAuth"
@changeuserinfo="reloadUserinfo"
@gbAuth="gbAuth"
></auth>
<coupon
v-if="showCoupons"
:coupon-message="couponMessage"
......@@ -431,20 +704,20 @@ export default {
isAllowShare: 1,
u: {},
vipState: {},
Up:0,
hideshare:false,
comentMsg:{
GoodsId:0,
Content:''
Up: 0,
hideshare: false,
comentMsg: {
GoodsId: 0,
Content: "",
},
comListMsg:{
pageIndex:1,
pageSize:5,
GoodsId:0
comListMsg: {
pageIndex: 1,
pageSize: 5,
GoodsId: 0,
},
compentList:[] ,//评论列表
compentTotal:0,
curren:1
compentList: [], //评论列表
compentTotal: 0,
curren: 1,
};
},
components: {
......@@ -455,7 +728,7 @@ export default {
auth,
coupon,
share,
hParse
hParse,
},
onLoad(option) {
this.opTionObj = option;
......@@ -472,7 +745,8 @@ export default {
if (custom_params.user_id) {
uni.setStorageSync("pid", { pid: custom_params.user_id });
}
if (custom_params.Up) {//分享进入校园id
if (custom_params.Up) {
//分享进入校园id
uni.setStorageSync("Up", { Up: custom_params.Up });
}
}
......@@ -486,10 +760,13 @@ export default {
//如果有主播名称了先清除
uni.removeStorageSync("AnchorName");
}
if (option && option.Up) {//分享进入校园id
if (option && option.Up) {
//分享进入校园id
uni.setStorageSync("Up", { Up: option.Up });
}
this.Up = uni.getStorageSync("mall_UserInfo")?uni.getStorageSync("mall_UserInfo").UserPageType:0;//用于分享出去的参数
this.Up = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserPageType
: 0; //用于分享出去的参数
if (option && option.AnchorName) {
//当传过来有主播名称的时候 存入缓存
uni.setStorageSync("AnchorName", { AnchorName: option.AnchorName });
......@@ -521,6 +798,7 @@ export default {
this.comListMsg.GoodsId = this.id;
this.getCommitList();
},
// #ifdef MP-WEIXIN
onShareTimeline() {
setTimeout(() => {
console.log("分享调用");
......@@ -529,13 +807,14 @@ export default {
let uid = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserId
: 0;
if(uid==0){
uid = uni.getStorageSync("pid")?uni.getStorageSync("pid").pid:0
if (uid == 0) {
uid = uni.getStorageSync("pid") ? uni.getStorageSync("pid").pid : 0;
}
let SmallShopId = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").SmallShopId
: 0;
if(SmallShopId == 0){//如果微店id为0 去找所属微店id
if (SmallShopId == 0) {
//如果微店id为0 去找所属微店id
SmallShopId = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserSmallShopId
: 0;
......@@ -544,30 +823,41 @@ export default {
this.g.app_share_title != null && this.g.app_share_title != ""
? this.g.app_share_title
: this.g.name;
let imageUrl =
this.g.app_share_pic != null && this.g.app_share_pic != ""
? this.g.app_share_pic
: this.g.pic_url[0].pic_url;
// let imageUrl =
// this.g.app_share_pic != null && this.g.app_share_pic != ""
// ? this.g.app_share_pic
// : this.g.pic_url[0].pic_url;
let id = this.id;
return {
title: title,
query: "id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId+ "&Up=" + this.Up,
imageUrl: imageUrl,
query:
"id=" +
this.id +
"&user_id=" +
uid +
"&SmallShopId=" +
SmallShopId +
"&Up=" +
this.Up,
// imageUrl: imageUrl,
imageUrl: "",
};
},
onShareAppMessage(res) {
// #endif
onShareAppMessage() {
setTimeout(() => {
console.log("分享调用");
this.getReceive();
}, 2500);
let u = uni.getStorageSync("mall_UserInfo");
let uid = u.UserId ? u.UserId : 0;
if(uid==0){
uid = uni.getStorageSync("pid")?uni.getStorageSync("pid").pid:0
if (uid == 0) {
uid = uni.getStorageSync("pid") ? uni.getStorageSync("pid").pid : 0;
}
let SmallShopId = u.SmallShopId ? u.SmallShopId : 0;
if(SmallShopId == 0){//如果微店id为0 去找所属微店id
SmallShopId = u.UserSmallShopId? u.UserSmallShopId:0
if (SmallShopId == 0) {
//如果微店id为0 去找所属微店id
SmallShopId = u.UserSmallShopId ? u.UserSmallShopId : 0;
}
return {
title:
......@@ -575,11 +865,21 @@ export default {
? this.g.app_share_title
: this.g.name,
// path: "/pages/goods/goods?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId,
path: "/pages/index/index?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId+ "&Up=" + this.Up+'&JumpType=1',
imageUrl:
this.g.app_share_pic != null && this.g.app_share_pic != ""
? this.g.app_share_pic
: this.g.pic_url[0].pic_url,
path:
"/pages/index/index?id=" +
this.id +
"&user_id=" +
uid +
"&SmallShopId=" +
SmallShopId +
"&Up=" +
this.Up +
"&JumpType=1",
imageUrl: "",
// imageUrl:
// this.g.app_share_pic != null && this.g.app_share_pic != ""
// ? this.g.app_share_pic
// : this.g.pic_url[0].pic_url,
};
},
mounted() {
......@@ -605,7 +905,6 @@ export default {
// console.log(data)
// })
// .exec();
// wx.createSelectorQuery()
// .selectAll("#goodpic")
// .fields({ rect: true })
......@@ -767,14 +1066,16 @@ export default {
);
},
initRecommend() {
var UserPageType = uni.getStorageSync("mall_UserInfo")?uni.getStorageSync("mall_UserInfo").UserPageType:0;
var UserPageType = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserPageType
: 0;
this.request2(
{
url: "/api/AppletGoods/GetAppletGoodsRecommendListForZY",
data: {
RecommendType: 1,
GoodsId:this.id,
GoodsPageType:UserPageType
GoodsId: this.id,
GoodsPageType: UserPageType,
},
},
(res) => {
......@@ -838,7 +1139,6 @@ export default {
} else {
this.showAuth = true;
}
},
getReceive() {
//分享进入调取领券接口
......@@ -874,26 +1174,30 @@ export default {
});
},
//点击跳转
startPlay(item){
uni.navigateTo({ url: '/pages/video/index?GoodsId='+this.id+'&VideoUrl='+item.pic_url })
startPlay(item) {
uni.navigateTo({
url:
"/pages/video/index?GoodsId=" + this.id + "&VideoUrl=" + item.pic_url,
});
},
goCoiling(url){//跳转发圈页面
uni.navigateTo({ url: url })
goCoiling(url) {
//跳转发圈页面
uni.navigateTo({ url: url });
},
//提交留言
submitCommit(){
submitCommit() {
this.comentMsg.GoodsId = this.id;
if(this.comentMsg.Content==''){
if (this.comentMsg.Content == "") {
uni.showToast({
title: "请输入评价内容",
icon:'none'
icon: "none",
});
return;
}
if(this.comentMsg.Content.length<10){
if (this.comentMsg.Content.length < 10) {
uni.showToast({
title: "留言至少10个字!",
icon:'none'
icon: "none",
});
return;
}
......@@ -905,16 +1209,16 @@ export default {
(res) => {
if (res.resultCode == 1) {
uni.showToast({
title: "评价成功"
title: "评价成功",
});
this.comentMsg.Content='';
this.comentMsg.Content = "";
this.getCommitList();
}
}
);
},
//获取评论信息
getCommitList(){
getCommitList() {
this.request2(
{
url: "/api/AppletGoods/GetGoodsLeaveMessagePage",
......@@ -923,44 +1227,44 @@ export default {
(res) => {
if (res.resultCode == 1) {
this.compentTotal = res.data.pageCount;
this.compentList =res.data.pageData;
this.compentList = res.data.pageData;
}
}
);
},
//上一页
goBefore(){
goBefore() {
this.comListMsg.pageIndex--;
if(this.comListMsg.pageIndex<1){
this.comListMsg.pageIndex=1
if (this.comListMsg.pageIndex < 1) {
this.comListMsg.pageIndex = 1;
}
this.getCommitList();
},
//下一页
goAfter(){
if(this.comListMsg.pageIndex<this.compentTotal){
goAfter() {
if (this.comListMsg.pageIndex < this.compentTotal) {
this.comListMsg.pageIndex++;
}
this.getCommitList();
},
//删除评论
delCompent(item){
delCompent(item) {
this.request2(
{
url: "/api/AppletGoods/RemoveGoodsLeavemessage",
data: {Id:item.Id},
data: { Id: item.Id },
},
(res) => {
if (res.resultCode == 1) {
uni.showToast({
title: "删除成功"
title: "删除成功",
});
this.comListMsg.pageIndex=1;
this.comListMsg.pageIndex = 1;
this.getCommitList();
}
}
);
}
},
},
};
</script>
......@@ -1150,41 +1454,41 @@ export default {
}
.goods .screen-swiper {
min-height: 375upx;
}
}
.goods .screen-swiper image,
.goods .screen-swiper video{
.goods .screen-swiper video {
width: 100%;
display: block;
height: 100%;
margin: 0;
pointer-events: none;
}
.koarea_Country{
.koarea_Country {
display: flex;
justify-content: space-between;
padding-bottom:10px;
border-bottom:1px solid #F2F3F6;
padding-bottom: 10px;
border-bottom: 1px solid #f2f3f6;
}
.commontList{
display:flex;
padding:0 10px;
margin-bottom:10px;
.commontList {
display: flex;
padding: 0 10px;
margin-bottom: 10px;
}
.goodComentBtn{
width:100%;
height:40px;
.goodComentBtn {
width: 100%;
height: 40px;
text-align: center;
line-height: 40px;
background-color: #0b0052;
color:#fff;
margin-top:10px;
font-size:16px;
color: #fff;
margin-top: 10px;
font-size: 16px;
}
.fenyeBtn{
padding:3px 6px;
background-color: #00BFFF;
color:#fff;
font-size:12px;
margin:0 10px 20px 0;
.fenyeBtn {
padding: 3px 6px;
background-color: #00bfff;
color: #fff;
font-size: 12px;
margin: 0 10px 20px 0;
}
</style>
......@@ -226,7 +226,7 @@
</view>
</view>
</view>
<view class="jz_TripDays" style="display:none;">
<view class="jz_TripDays" style="display: none">
<span style="display: inline-block; position: relative">
<text
style="
......@@ -1423,7 +1423,7 @@ export default {
imageUrl: imageUrl,
};
},
// #endif
//分享给朋友
onShareAppMessage(res) {
let u = uni.getStorageSync("mall_UserInfo");
......@@ -1452,13 +1452,13 @@ export default {
this.delMsg.configId +
"&cityId=" +
this.delMsg.cityId,
imageUrl:
this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
? this.dataList.tempImgCover[0]
: "",
imageUrl: "",
// imageUrl:
// this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
// ? this.dataList.tempImgCover[0]
// : "",
};
},
// #endif
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment