From a5f0220b0448fcbf3239c322e44b2cf0adffb8f7 Mon Sep 17 00:00:00 2001 From: hflllll Date: Fri, 12 Sep 2025 12:38:06 +0800 Subject: [PATCH] 'Save' --- manifest.json | 2 +- pages.json | 16 +- pages/index/home.vue | 13 +- static/内容图标.png | Bin 0 -> 742 bytes static/课程图标.png | Bin 0 -> 847 bytes subPages/home/directory.vue | 475 ++++++++++++++++++++++++++++++++++++++++++++ subPages/home/search.vue | 333 +++++++++++++++++++++++++++++++ 7 files changed, 835 insertions(+), 4 deletions(-) create mode 100644 static/内容图标.png create mode 100644 static/课程图标.png create mode 100644 subPages/home/directory.vue create mode 100644 subPages/home/search.vue diff --git a/manifest.json b/manifest.json index 9a9d179..09dbf4c 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx99fa48d1b6adc699", + "appid" : "wx24736a3864e8f0e9", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index 425f1ca..bda3c3c 100644 --- a/pages.json +++ b/pages.json @@ -16,7 +16,7 @@ { "path": "pages/index/member", "style": { - "navigationBarTitleText": "custom", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, @@ -52,11 +52,23 @@ "navigationBarBackgroundColor": "#06DADC" } }, + { + "path": "home/search", + "style": { + "navigationStyle": "custom" + } + }, { "path": "home/submit", "style": { "navigationBarTitleText": "报名个人语境定制" - + } + }, + { + "path": "home/directory", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#264C8F" } }, { diff --git a/pages/index/home.vue b/pages/index/home.vue index cdca2a2..0dc7efa 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -5,7 +5,7 @@ - + @@ -311,6 +312,16 @@ export default { uni.navigateTo({ url: '/subPages/home/plan' }) + }, + goSearch() { + uni.navigateTo({ + url: '/subPages/home/search' + }) + }, + goBook() { + uni.navigateTo({ + url: '/subPages/home/directory' + }) } } } diff --git a/static/内容图标.png b/static/内容图标.png new file mode 100644 index 0000000000000000000000000000000000000000..99a0fdef39dcc73b25d08104169b8cb6e11cc793 GIT binary patch literal 742 zcmVo7{P@Gqo?}ob zqeu!9ML`Vc00b{}$-^sNUP`={2w^xJx`jgF6GYdxZRdDAI*@Cs=#Z9Wt)Q2bQ5J{8 z!SDC`Qt#w>UTw44)FG17!5DIq%L(zVSfH2C`{dp4_lv<`;Om_%jr0oQ*9gO&1x$F0 ziM~_Di(g~nx=06!@&k)8<6>B&(a6C{{t}Ph_`N~G=*uEj;YPVV0Np%C?L$Ymv%YV& zS}T3@bUM8N0bN`}?Q$g{*P~{F?v^~{-0gPDN~LnwZnyvHedy)&dhL`-r7HOpmn;4+ zqysxVYdjtwgF)=n>2wz2g`l@cs%?XLxm<3AU-p@tP3!`d)|tA z9vgHp`UCD}Rbhbe?IFg1Ic_PANQu~>Q{VAaKi^@Pyx3F7gDz|224{`4Gx$MX0{DU? zMh!QEiy*ne{94>#^kLG4`LN(bS)%vC^;6~I&?L2Y-qYlc9r^+It|jYtl{3%Hj3j@xw=z2R&7fs;HI7b Y0CT5P%|RE7q5uE@07*qoM6N<$f`Il_Y5)KL literal 0 HcmV?d00001 diff --git a/static/课程图标.png b/static/课程图标.png new file mode 100644 index 0000000000000000000000000000000000000000..354978038a251703a0aa3233e3dd29e106d2c49b GIT binary patch literal 847 zcmV-V1F-ywP)`yv%47| zci?mERUZ6FXm;;rcRpr!XJ#)&&%j_X=t6vodY4M2mdE4qy47k;=^v1yga9cI;`=4N zY&QG8Uav3dnaEIbd=Tvgykm^RTLlRI(SE;w2Vs?%K{}oG8jZ%i?!%j3A-ePeaOgk9 z8?mH#w8#4Wej!e=-EIf;0vM0S?rOF29LKpj91fGXc@44QaCnCkR*jnw8#_PXxy@k%L_?2_XOg002ovPDHLkV1hn#b|C-& literal 0 HcmV?d00001 diff --git a/subPages/home/directory.vue b/subPages/home/directory.vue new file mode 100644 index 0000000..0da3cfb --- /dev/null +++ b/subPages/home/directory.vue @@ -0,0 +1,475 @@ + + + + + \ No newline at end of file diff --git a/subPages/home/search.vue b/subPages/home/search.vue new file mode 100644 index 0000000..800d1c3 --- /dev/null +++ b/subPages/home/search.vue @@ -0,0 +1,333 @@ + + + + + \ No newline at end of file