From 1f0a6d881b9ed61bcaab913fe4b2b553e8b4cee6 Mon Sep 17 00:00:00 2001 From: luojie Date: Thu, 19 Oct 2023 15:00:06 +0800 Subject: [PATCH 1/6] test for push --- pages/index/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index deee3c1..8f37d66 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,7 +5,9 @@ prefixIconStyle="font-size: 22px;color: #909399;margin-left:30rpx" readonly> +

上传测试

+ - diff --git a/manifest.json b/manifest.json index 066ca83..88ed076 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx78efc832a9373884", "setting" : { "urlCheck" : false }, diff --git a/pages/index/index.vue b/pages/index/index.vue index 8f37d66..8fa33e2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,10 +2,16 @@ + prefixIconStyle="font-size: 22px;color: #909399;margin-left:30rpx" > -

上传测试

+

上传测试222

+ + 夫人之相与,俯仰一世,或取诸怀抱,悟言一室之内;或因寄所托,放浪形骸之外 + + + 是日也,天朗气清,惠风和畅,仰观宇宙之大,俯察品类之盛,所以游目骋怀,足以极视听之娱,信可乐也 +
@@ -27,6 +33,7 @@ \ No newline at end of file +}; + \ No newline at end of file From 23b65d18f2b784af20dd3501b0dfb983b074609e Mon Sep 17 00:00:00 2001 From: luojie Date: Sat, 28 Oct 2023 16:30:52 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9A?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A4=B4=EF=BC=9A=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E3=80=81=E8=BD=AE=E6=92=AD=E5=9B=BE=E5=88=9D=E6=AD=A5=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pages/index/index.vue | 93 ++++++++++++++++++++++++------------------- 2 files changed, 54 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 49fd105..93e4c3f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "dependencies": { + "scss": "^0.2.4", "uview-ui": "^2.0.36" } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 8fa33e2..e3298ec 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,65 +1,78 @@ \ No newline at end of file From 50a12d9ccb7d15f8570c6be28237df34424cc708 Mon Sep 17 00:00:00 2001 From: luojie Date: Mon, 30 Oct 2023 10:30:07 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Afeat?= =?UTF-8?q?=EF=BC=9A=E6=90=9C=E7=B4=A2=E6=A1=86=E5=AE=9A=E4=BD=8D=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/childComps/HomeHeader.vue | 112 ++++++++++++++++++++++++++ pages/index/index.vue | 48 +---------- 2 files changed, 114 insertions(+), 46 deletions(-) create mode 100644 pages/index/childComps/HomeHeader.vue diff --git a/pages/index/childComps/HomeHeader.vue b/pages/index/childComps/HomeHeader.vue new file mode 100644 index 0000000..e4b5465 --- /dev/null +++ b/pages/index/childComps/HomeHeader.vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index e3298ec..5626c1d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,6 @@ \ No newline at end of file From 312666c186adbb2cdb256ffbe1a5847f4edc7296 Mon Sep 17 00:00:00 2001 From: luojie Date: Mon, 30 Oct 2023 20:06:48 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Afeat?= =?UTF-8?q?=EF=BC=9A=E9=80=9A=E7=9F=A5=E6=9D=A1=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E3=80=81=E5=AF=BC=E8=88=AA=E5=8D=A1=E7=89=87=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/childComps/HomeHeader.vue | 27 +++++++-- pages/index/index.vue | 80 +++++++++++++++++++++++++-- 2 files changed, 95 insertions(+), 12 deletions(-) diff --git a/pages/index/childComps/HomeHeader.vue b/pages/index/childComps/HomeHeader.vue index e4b5465..6a3e041 100644 --- a/pages/index/childComps/HomeHeader.vue +++ b/pages/index/childComps/HomeHeader.vue @@ -27,21 +27,36 @@ export default{ name: "HomeHeader", props: { - + hotSearchWord:{ + type: String, + default() { + return '热门关键词' + } + }, + headerBgList:{ + type: Array, + default() { + return ["https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg","https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg"] + } + }, + position:{ + type: String, + default() { + return '定位中' + } + } }, data() { return { - hotSearchWord:'热门关键词', - headerBgList:["https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg"] + // hotSearchWord:'', + // headerBgList:[] } }, options: { styleIsolation: 'shared' // 解除样式隔离 }, computed:{ - position(){ - return '定位中...' - } + } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 5626c1d..e70bd26 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,18 +1,65 @@ \ No newline at end of file From 284fc39203f24ab569257ec8e65b19040510145c Mon Sep 17 00:00:00 2001 From: luojie Date: Tue, 31 Oct 2023 19:42:43 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Arefacto?= =?UTF-8?q?r=EF=BC=9A=E6=9A=82=E6=97=B6=E5=88=A0=E9=99=A4header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index e70bd26..24d5c21 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,6 @@