gdppao #267
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="video-item" v-if="item" @click="toDetailsPage(item.article_id,item.video_path)">
|
<view class="video-item" v-if="item" @click="toDetailsPage(item.article_id,item.video_path)">
|
||||||
<image class="head" :src="item.article_pic" v-if="item.type == 1" ></image>
|
<image class="head" :src="item.article_pic" v-if="item.type == 1"></image>
|
||||||
<view class="header_fist" v-else>
|
<view class="header_fist" v-else>
|
||||||
<view class="backes">
|
<view class="backes">
|
||||||
<u-icon name="play-circle-fill" color="#ffffff" size="20"></u-icon>
|
<u-icon name="play-circle-fill" color="#ffffff" size="20"></u-icon>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 80rpx;
|
top: 80rpx;
|
||||||
left: 30rpx;
|
left: 34rpx;
|
||||||
width: 50rpx;
|
width: 50rpx;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
}
|
}
|
||||||
@ -82,7 +82,6 @@
|
|||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0px 0px 4rpx #999999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.operat-img {
|
.operat-img {
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
<!-- 用户操作 -->
|
<!-- 用户操作 -->
|
||||||
<userinfo class="userinfo" :list="list" :cart="cart_type" :comment="is_comment" :num="comment_num" @openCart="openPopup"></userinfo>
|
<userinfo class="userinfo" :list="list" :cart="cart_type" :comment="is_comment" :num="comment_num" @openCart="openPopup"></userinfo>
|
||||||
<!-- 评论 -->
|
<!-- 评论 -->
|
||||||
<u-popup v-model="is_comment" class="pl" mode="bottom" border-radius="10" height="700rpx">
|
<u-popup v-model="is_comment" class="pl" mode="bottom" border-radius="10" @touchmove.stop.prevent="moveHandle">
|
||||||
<view class="top">
|
<view class="comment-top">
|
||||||
<text>评论</text>
|
<text>评论</text>
|
||||||
<u-icon name="close" color="#333" size="28" @click="is_comment=false"></u-icon>
|
<u-icon name="close" color="#333" size="28" @click="is_comment=false"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view class="scroll-box" scroll-y="true" lower-threshold="50" @scrolltolower="scrollBottom">
|
<scroll-view class="scroll-box" scroll-y="true" lower-threshold="50" @scroll="changeComment" @scrolltolower="scrollBottom">
|
||||||
<block v-for="(item,index) in commentList" :key="index">
|
<block v-for="(item,index) in commentList" :key="index">
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<image :src="item.member_avatar" mode="aspectFill"></image>
|
<image :src="item.member_avatar" mode="aspectFill"></image>
|
||||||
@ -80,7 +80,8 @@
|
|||||||
<view v-for="(item,index) in list.goods" :key="index" class="item" @click="gotoInfo(item.goods_id)">
|
<view v-for="(item,index) in list.goods" :key="index" class="item" @click="gotoInfo(item.goods_id)">
|
||||||
<image :src="item.goods_image" mode="aspectFill"></image>
|
<image :src="item.goods_image" mode="aspectFill"></image>
|
||||||
<view>
|
<view>
|
||||||
<text class="title">{{ item.goods_advword }}</text>
|
<text class="cart-title u-line-1">{{ item.goods_advword }}</text>
|
||||||
|
<text class="cart-info u-line-2">{{ item.goods_name }}</text>
|
||||||
<text class="price">{{ item.goods_promotion_price }}</text>
|
<text class="price">{{ item.goods_promotion_price }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -176,10 +177,11 @@
|
|||||||
transform: translateY(-285rpx);
|
transform: translateY(-285rpx);
|
||||||
}
|
}
|
||||||
.pl {
|
.pl {
|
||||||
.top {
|
.comment-top {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -197,7 +199,7 @@
|
|||||||
.scroll-box {
|
.scroll-box {
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
margin: 88rpx 0 100rpx 0;
|
margin: 88rpx 0 100rpx 0;
|
||||||
height: 100%;
|
height: 600rpx;
|
||||||
.box {
|
.box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -217,6 +219,7 @@
|
|||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
pointer-events: none;
|
||||||
.time {
|
.time {
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
@ -229,10 +232,13 @@
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
padding: 0 20rpx 10rpx 90rpx;
|
padding: 0 20rpx 10rpx 90rpx;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.child-content {
|
.child-content {
|
||||||
margin: 6rpx 90rpx 6rpx;
|
margin: 6rpx 90rpx 6rpx;
|
||||||
|
// pointer-events: none;
|
||||||
.child-box {
|
.child-box {
|
||||||
|
pointer-events: none;
|
||||||
.info {
|
.info {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -333,11 +339,16 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
color: #333;
|
color: #343434;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
.title {
|
.cart-title {
|
||||||
|
width: 400rpx;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
|
font-size: 29rpx;
|
||||||
}
|
}
|
||||||
|
.cart-info {
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
.name {
|
.name {
|
||||||
width: 500rpx;
|
width: 500rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
@ -606,7 +617,11 @@ export default {
|
|||||||
},
|
},
|
||||||
// 评论滚动到底部
|
// 评论滚动到底部
|
||||||
scrollBottom(e) {
|
scrollBottom(e) {
|
||||||
|
console.log(1);
|
||||||
this.getComment();
|
this.getComment();
|
||||||
|
},
|
||||||
|
changeComment(e) {
|
||||||
|
console.log(e);
|
||||||
},
|
},
|
||||||
// 跳转到商品
|
// 跳转到商品
|
||||||
gotoInfo(id) {
|
gotoInfo(id) {
|
||||||
@ -615,6 +630,11 @@ export default {
|
|||||||
url: "/pageB/sdetails/index?id=" + id + "&type=" + 1,
|
url: "/pageB/sdetails/index?id=" + id + "&type=" + 1,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
// 禁止滚动
|
||||||
|
moveHandle(e) {
|
||||||
|
console.log(e);
|
||||||
|
return;
|
||||||
|
},
|
||||||
goBack() {
|
goBack() {
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
delta: 1
|
delta: 1
|
||||||
|
@ -178,7 +178,11 @@
|
|||||||
this.videoBox = uni.createVideoContext("videoId", this);
|
this.videoBox = uni.createVideoContext("videoId", this);
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
this.videoBox.pause();
|
if (uni.getSystemInfoSync().platform == "ios") {
|
||||||
|
console.log("ios");
|
||||||
|
} else if (uni.getSystemInfoSync().platform == "android") {
|
||||||
|
this.videoBox.pause();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onBackPress() {
|
onBackPress() {
|
||||||
if (this.cart_type) {
|
if (this.cart_type) {
|
||||||
@ -313,7 +317,6 @@
|
|||||||
title: "loading..."
|
title: "loading..."
|
||||||
})
|
})
|
||||||
if (!this.page_[id] === 0) {}
|
if (!this.page_[id] === 0) {}
|
||||||
console.log(id);
|
|
||||||
uni.request({
|
uni.request({
|
||||||
url: temp_url + "article/articleReplyList",
|
url: temp_url + "article/articleReplyList",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
@ -326,15 +329,15 @@
|
|||||||
},
|
},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
|
console.log(this.page_);
|
||||||
if (res.data.errCode == 0) {
|
if (res.data.errCode == 0) {
|
||||||
if (res.data.data.length < 10) {
|
if (res.data.data.length < 10) {
|
||||||
this.is_more = false;
|
this.is_more = false;
|
||||||
}
|
}
|
||||||
this.page_[id]++;
|
this.page_[id]++;
|
||||||
|
console.log(this.page_);
|
||||||
this.allList[id] = res.data.data;
|
this.allList[id] = res.data.data;
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
// console.log(this.page_[id]);
|
|
||||||
// console.log(this.allList);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -724,6 +727,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-send {
|
.btn-send {
|
||||||
|
padding: 0 20rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user