From 25a76bf42a37e2c09150b4ca881161ff1781d39d Mon Sep 17 00:00:00 2001
From: chenkun <3289431190@qq.com>
Date: Sat, 24 Aug 2024 18:58:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=88=91=E7=9A=84=E6=8E=A8?=
=?UTF-8?q?=E5=B9=BF=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/post/promotionRecordList.vue | 109 +++++++++++++++++++++++
components/post/publishList.vue | 1 +
pages/index/center.vue | 16 ++--
pages/mine/promotionRecord.vue | 147 +++++++++++++++++++++++++++++---
pages/mine/releaseRecord.vue | 8 +-
static/image/promotionRecord/1.png | Bin 0 -> 368 bytes
static/image/promotionRecord/2.svg | 1 +
7 files changed, 262 insertions(+), 20 deletions(-)
create mode 100644 components/post/promotionRecordList.vue
create mode 100644 static/image/promotionRecord/1.png
create mode 100644 static/image/promotionRecord/2.svg
diff --git a/components/post/promotionRecordList.vue b/components/post/promotionRecordList.vue
new file mode 100644
index 0000000..27742e9
--- /dev/null
+++ b/components/post/promotionRecordList.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+ 推广时效:{{ item.createBy }}
+
+
+
+
+
+
+
+ 价格:{{ item.isPay }}
+
+
+
+ 推广时间:{{ item.createTime }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/post/publishList.vue b/components/post/publishList.vue
index 83c8d10..0ff71f1 100644
--- a/components/post/publishList.vue
+++ b/components/post/publishList.vue
@@ -40,6 +40,7 @@
diff --git a/pages/mine/releaseRecord.vue b/pages/mine/releaseRecord.vue
index e95a91f..09f40fd 100644
--- a/pages/mine/releaseRecord.vue
+++ b/pages/mine/releaseRecord.vue
@@ -6,7 +6,7 @@
@leftClick="$utils.navigateBack"
title="我的发布"/>
-
+
@@ -111,11 +111,10 @@ export default {
.frame {
width: 100%;
height: calc(100vh - 220rpx);
- border: 1px solid red;
- padding: 28rpx 0 0 50rpx;
+ padding: 28rpx 28rpx 0 28rpx;
.title {
- font-size: 38rpx;
+ font-size: 34rpx;
color: #333;
font-weight: 700
}
@@ -146,6 +145,7 @@ export default {
margin-top: 10rpx;
height: calc(100vh - 200rpx);
overflow: auto;
+ width: 100%;
}
}
diff --git a/static/image/promotionRecord/1.png b/static/image/promotionRecord/1.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f31227ba48cb9e0ee52f26e2aa4cc16e99ebfd1
GIT binary patch
literal 368
zcmV-$0gwKPP)Px#1am@3R0s$N2z&@+hyVZq8c9S!R5*>z)1giSK@i6A9}vQ!s2~ByNgOz2E1I0d
z;&_Bgo`Xl|Bk%|~Bof>q2-MY(v(#?!&!wZ^y2#*
zZ}=_+92CCa;11{b!6D8tjPMC&+f;Uo8c%4mvmTn5WQ=L4O6X&xyBb`_;8acgZ%O-E
z)bK7Fwoo09u3@XCjw*W2lA-jGGJNgHRP+e7m%?rR*Fs89=
zOqKtb!oIA!2CsOG!S@N|!iN4R?vE5MbnEn7Pl`*Cih7myk
O0000gd
literal 0
HcmV?d00001
diff --git a/static/image/promotionRecord/2.svg b/static/image/promotionRecord/2.svg
new file mode 100644
index 0000000..b9a2b18
--- /dev/null
+++ b/static/image/promotionRecord/2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file