currentVideo
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<view class="commonPageBox" style="background-color: #eaf7f2 !important">
|
||||
<view class="commonPageBox" style="">
|
||||
<public-module></public-module>
|
||||
|
||||
<view class="header_box">
|
||||
<view class="header_bg" :style="`margin-top:${statusBarHeight * 2}rpx`">
|
||||
<text class="PM_font">太湖公益</text>
|
||||
<text class="PM_font" style="color: #7f2000;">太湖公益</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="header_box">
|
||||
@@ -101,7 +101,6 @@
|
||||
style="height: 100%"
|
||||
noDataIcon="data"
|
||||
:isCondition="true"
|
||||
|
||||
@lower="onReachBottom2"
|
||||
:pagination="pagination"
|
||||
:dataList="noticeList"
|
||||
@@ -249,6 +248,7 @@ export default {
|
||||
total: 0, //总条数
|
||||
};
|
||||
this.goodsList = [];
|
||||
|
||||
await this.getGoodsList();
|
||||
// await this.getSociologyLabels();
|
||||
});
|
||||
@@ -333,6 +333,7 @@ export default {
|
||||
},
|
||||
async getGoodsList() {
|
||||
var that = this;
|
||||
|
||||
this.$http
|
||||
.request({
|
||||
url: this.urlList.getGoodsList,
|
||||
@@ -347,7 +348,9 @@ export default {
|
||||
.then(async (res) => {
|
||||
console.log(res, "999");
|
||||
var that = this;
|
||||
|
||||
if(this.pagination1.page==1){
|
||||
this.goodsList = [];
|
||||
}
|
||||
// console.log("result at line 332:", result);
|
||||
// that.noticeList = res.page ? result : [];
|
||||
|
||||
@@ -520,13 +523,12 @@ function calcTimer(timer) {
|
||||
.header_box {
|
||||
width: 100%;
|
||||
height: 260rpx;
|
||||
|
||||
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
background-size: 100% 100%;
|
||||
background-image: url("@/static/icon/taihubg.png");
|
||||
|
||||
color: #fff;
|
||||
font-size: 80rpx;
|
||||
line-height: 260rpx;
|
||||
@@ -555,6 +557,7 @@ function calcTimer(timer) {
|
||||
.main_content_box {
|
||||
width: 100%;
|
||||
margin-top: 0rpx;
|
||||
background-color: rgba(255, 255, 255, 0.65);
|
||||
padding: 27rpx;
|
||||
// padding-top: 0rpx;
|
||||
box-sizing: border-box;
|
||||
@@ -603,8 +606,8 @@ function calcTimer(timer) {
|
||||
.flash_sale_top {
|
||||
width: 100%;
|
||||
height: 61rpx;
|
||||
background: #B7E0E2;
|
||||
box-shadow: 0rpx 0rpx 6rpx 0rpx #E9DCCC;
|
||||
background: #b7e0e2;
|
||||
box-shadow: 0rpx 0rpx 6rpx 0rpx #e9dccc;
|
||||
border-radius: 7rpx;
|
||||
padding: 3rpx 18rpx 3rpx 10rpx;
|
||||
box-sizing: border-box;
|
||||
@@ -712,6 +715,17 @@ function calcTimer(timer) {
|
||||
}
|
||||
|
||||
.commonPageBox {
|
||||
// background-image: linear-gradient(
|
||||
// to bottom,
|
||||
// #fff7ea 25%,
|
||||
// #fffdf5 50%,
|
||||
// #fffdfc 75%
|
||||
// );
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("@/static/icon/taihubg.png");
|
||||
|
||||
// background-size: 100% 100%; background-repeat: no-repeat;background-image: url('@/static/icon/taihubg.png');
|
||||
// padding-bottom: 50rpx;
|
||||
// box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user