|
@@ -17,18 +17,18 @@
|
|
|
<!-- #ifdef APP-PLUS || MP -->
|
|
|
<view class="" :style="'width:100%;' + 'height:' + sysHeight"></view>
|
|
|
<!-- #endif -->
|
|
|
- <productConSwiperGroupbuying class="skeleton-rect" :imgUrls="storeInfo.imgList"
|
|
|
+ <productConSwiperGroupbuying class="skeleton-rect" :imgUrls="storeInfo.slideshow"
|
|
|
:videoline="storeInfo.video_link" @videoPause="videoPause"></productConSwiperGroupbuying>
|
|
|
|
|
|
<view class="content">
|
|
|
<view class="home">
|
|
|
- <view class="count">共24个</view>
|
|
|
+ <view class="count">共{{storeInfo.goodsTotal}}个</view>
|
|
|
<scroll-view scroll-x class="navscroll"> <!-- 设置滚动条方向为横向 -->
|
|
|
<view style="width: 108rpx;height: 108rpx; margin-right: 20rpx; padding: 0;" class="item"
|
|
|
- v-for="item in 24">
|
|
|
+ v-for="item in storeInfo.goodsList">
|
|
|
<!-- 通过for循环生成view -->
|
|
|
<image style="width: 108rpx;height: 108rpx;"
|
|
|
- src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
|
|
|
+ :src="item.goodsCover"
|
|
|
mode="scaleToFill" />
|
|
|
</view>
|
|
|
</scroll-view>
|
|
@@ -37,21 +37,7 @@
|
|
|
|
|
|
<view class="wrapper">
|
|
|
<view class="share acea-row row-between row-bottom">
|
|
|
- <view class="money font-color skeleton-rect">
|
|
|
- {{ $t(`¥`) }}
|
|
|
- <text class="num" v-text="storeInfo.salePrice - 0 || 0"></text>
|
|
|
- <text v-if="storeInfo.spec_type">{{ $t(`起`) }}</text>
|
|
|
- <text class="vip-money" v-if="storeInfo.vip_price &&
|
|
|
- storeInfo.vip_price > 0 &&
|
|
|
- storeInfo.is_vip == 1 &&
|
|
|
- svip_price_open == 1
|
|
|
- ">{{ $t(`¥`) }}{{ storeInfo.vip_price }}</text>
|
|
|
- <image v-if="storeInfo.vip_price &&
|
|
|
- storeInfo.vip_price > 0 &&
|
|
|
- storeInfo.is_vip == 1 &&
|
|
|
- svip_price_open == 1
|
|
|
- " src="../../static/images/svip.gif"></image>
|
|
|
- </view>
|
|
|
+
|
|
|
<!-- <view class="iconfont icon-fenxiang skeleton-rect" @click="listenerActionSheet"></view> -->
|
|
|
</view>
|
|
|
<view class="introduce skeleton-rect" v-text="storeInfo.goodsName"></view>
|
|
@@ -241,30 +227,10 @@
|
|
|
</view> -->
|
|
|
|
|
|
</view>
|
|
|
- <view class="userEvaluation skeleton-rect" id="past1" v-if="replyCount">
|
|
|
- <view class="title acea-row row-between-wrapper">
|
|
|
- <view>{{ $t(`用户评价`) }}({{ replyCount }})</view>
|
|
|
- <navigator class="praise" hover-class="none"
|
|
|
- :url="'/pages/goods/goods_comment_list/index?product_id=' + id">
|
|
|
- <text class="font-num">{{ replyChance }}%</text>
|
|
|
- {{ $t(`好评率`) }}
|
|
|
- <text class="iconfont icon-jiantou"></text>
|
|
|
- </navigator>
|
|
|
- </view>
|
|
|
- <block v-if="replyCount">
|
|
|
- <userEvaluation :reply="reply"></userEvaluation>
|
|
|
- </block>
|
|
|
- </view>
|
|
|
<view class="product-intro" id="past3">
|
|
|
<view class="title">{{ $t(`产品介绍`) }}</view>
|
|
|
<u-album :urls="storeInfo.detailImgUrlList" :rowCount="1" :multipleSize="albumWidth" maxCount="9999"
|
|
|
multipleMode="widthFix"></u-album>
|
|
|
- <!-- <view class="conter">
|
|
|
- <u--image :src="item" v-for="(item, index) in
|
|
|
- storeInfo.detailImgUrlList" width="100%" mode="heightFix"
|
|
|
- @click="openImg(index)">
|
|
|
- </u--image>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
@@ -378,6 +344,7 @@
|
|
|
|
|
|
<script>
|
|
|
let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
|
|
|
+import {detailGroupon, goodsDetail} from '@/api/groupon.js'
|
|
|
import {
|
|
|
getGoodsDetail, getUserAddressByUserId, postBeforeCheck, getAvailableCheck
|
|
|
, postLinkedUrl
|
|
@@ -602,6 +569,7 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
},
|
|
|
onLoad (options) {
|
|
|
+ console.log("options -》 ",options);
|
|
|
console.log(this.userInfo);
|
|
|
uni.hideShareMenu();
|
|
|
console.log("是否登录:" + this.isLogin);
|
|
@@ -626,18 +594,6 @@ export default {
|
|
|
} else {
|
|
|
console.log("受邀的推荐码:" + options.inviteCode);
|
|
|
console.log("受邀的商品id:" + options.id);
|
|
|
- //1580 进入时
|
|
|
- if (options.zoneType == 8) {
|
|
|
- if (options.inviteCode) {
|
|
|
- this.promotionNo = options.inviteCode
|
|
|
- }
|
|
|
- console.log("界面跳转的邀请码:" + this.promotionNo);
|
|
|
- if (this.promotionNo) {
|
|
|
- this.$Cache.set('INVITE_CODE', this.promotionNo);
|
|
|
- }
|
|
|
- this.sharePacket.isCanShare = false
|
|
|
- this.sharePacket.isFristUrl = true
|
|
|
- }
|
|
|
let that = this;
|
|
|
var pages = getCurrentPages();
|
|
|
that.returnShow = pages.length === 1 ? false : true;
|
|
@@ -679,14 +635,16 @@ export default {
|
|
|
url: 1,
|
|
|
});
|
|
|
} else {
|
|
|
+
|
|
|
that.id = options.id;
|
|
|
+ console.log("xxxx -> ", that.id, options.id)
|
|
|
}
|
|
|
//记录推广人uid
|
|
|
if (options.spid) app.globalData.spid = options.spid;
|
|
|
// #endif
|
|
|
// that.getGoodsDetails();
|
|
|
// that.getCouponList(0);
|
|
|
-
|
|
|
+ that.getGrouponDetail();
|
|
|
}
|
|
|
},
|
|
|
onReady: function () {
|
|
@@ -1004,14 +962,23 @@ export default {
|
|
|
)
|
|
|
.exec();
|
|
|
},
|
|
|
+
|
|
|
+ getGrouponDetail() {
|
|
|
+ let that = this;
|
|
|
+ console.log(that.id)
|
|
|
+ detailGroupon({grouponId: that.id}).then((res) => {
|
|
|
+ that.storeInfo = res.data
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
/**
|
|
|
* 获取产品详情
|
|
|
*
|
|
|
*/
|
|
|
getGoodsDetails: function () {
|
|
|
- uni.showLoading({ title: '商品信息加载中' });
|
|
|
+ uni.showLoading({ title: '团购信息加载中' });
|
|
|
let that = this;
|
|
|
- getGoodsDetail({ id: that.id })
|
|
|
+ goodsDetail({ id: that.id })
|
|
|
.then((res) => {
|
|
|
let storeInfo = res.data;
|
|
|
that.storeInfo = res.data
|
|
@@ -1426,7 +1393,7 @@ export default {
|
|
|
if (true) {
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/groupbuying_details/order_details/index?num=123"
|
|
|
- + "&freight=123"
|
|
|
+ + "&freight=123"
|
|
|
|
|
|
});
|
|
|
} else {
|
|
@@ -2318,7 +2285,7 @@ action-sheet-item {
|
|
|
display: inline-block; // 设置为行内块
|
|
|
line-height: 100rpx; // 设置行高
|
|
|
padding: 0 30rpx; // 设置外边距
|
|
|
- color: #333; // 设置颜色
|
|
|
+ color: #333; // 设置颜色
|
|
|
}
|
|
|
|
|
|
}
|