From 353532292311354c5d50a535e4b8fccd86547b63 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 19 Dec 2024 18:18:24 +0800 Subject: [PATCH] =?UTF-8?q?pages=E4=B8=8B=E5=A2=9E=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E9=A1=B5=E6=9C=AA=E5=90=AF=E7=94=A8=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E5=8C=85other=E4=BB=A5=E5=8F=8A=E9=9D=99?= =?UTF-8?q?=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 1 - other/about/about.vue | 17 ++ other/address/address.vue | 139 ++++++++++++++ other/coup/coup.vue | 374 ++++++++++++++++++++++++++++++++++++++ other/pay/pay.vue | 113 ++++++++++++ pages.json | 47 ++++- pages/first/first.vue | 77 ++++++++ 7 files changed, 763 insertions(+), 5 deletions(-) create mode 100644 other/about/about.vue create mode 100644 other/address/address.vue create mode 100644 other/coup/coup.vue create mode 100644 other/pay/pay.vue create mode 100644 pages/first/first.vue diff --git a/main.js b/main.js index 9fb1ab5..e1ed98b 100644 --- a/main.js +++ b/main.js @@ -34,7 +34,6 @@ Vue.use(httpApi, app) app.$mount() -console.log(uni); // #ifdef APP diff --git a/other/about/about.vue b/other/about/about.vue new file mode 100644 index 0000000..d433dfa --- /dev/null +++ b/other/about/about.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/other/address/address.vue b/other/address/address.vue new file mode 100644 index 0000000..bbfe196 --- /dev/null +++ b/other/address/address.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/other/coup/coup.vue b/other/coup/coup.vue new file mode 100644 index 0000000..debc82c --- /dev/null +++ b/other/coup/coup.vue @@ -0,0 +1,374 @@ + + + + + diff --git a/other/pay/pay.vue b/other/pay/pay.vue new file mode 100644 index 0000000..568bedf --- /dev/null +++ b/other/pay/pay.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index c56d439..d7f4f82 100644 --- a/pages.json +++ b/pages.json @@ -244,10 +244,16 @@ } }, { - "path" : "pages/pays/pays", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/pays/pays", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/first/first", + "style": { + "navigationBarTitleText": "开屏广告", + "navigationStyle": "custom" } } ], @@ -678,6 +684,39 @@ } } + ] + }, + { + "root": "other", + "pages": [ + { + "path": "about/about", + "style": { + "navigationBarTitleText": "关于我们" + } + }, + { + "path" : "coup/coup", + "style" : + { + "navigationBarTitleText" : "卡包" + } + }, + { + "path" : "address/address", + "style" : + { + "navigationBarTitleText" : "收货地址" + } + }, + { + "path" : "pay/pay", + "style" : + { + "navigationBarTitleText" : "发红包" + } + } + ] } ], diff --git a/pages/first/first.vue b/pages/first/first.vue new file mode 100644 index 0000000..15dd062 --- /dev/null +++ b/pages/first/first.vue @@ -0,0 +1,77 @@ + + + + +