From b5ef32361271aed20c4dab40a605559c306c2a12 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 3 Jun 2020 10:53:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=BE=BE=E4=BA=BA=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageB/components/details/userinfo.vue | 84 ++++++++++++++++++++++ pageB/details/index.vue | 100 ++++++++++++++++++++++++++ pages.json | 11 +++ 3 files changed, 195 insertions(+) create mode 100644 pageB/components/details/userinfo.vue create mode 100644 pageB/details/index.vue diff --git a/pageB/components/details/userinfo.vue b/pageB/components/details/userinfo.vue new file mode 100644 index 0000000..9f7e9c6 --- /dev/null +++ b/pageB/components/details/userinfo.vue @@ -0,0 +1,84 @@ + + + \ No newline at end of file diff --git a/pageB/details/index.vue b/pageB/details/index.vue new file mode 100644 index 0000000..f31ffd0 --- /dev/null +++ b/pageB/details/index.vue @@ -0,0 +1,100 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index d4c2aa3..528fdcc 100644 --- a/pages.json +++ b/pages.json @@ -44,6 +44,17 @@ } } } + }, + { + "path": "details/index", + "style": { + "navigationBarTitleText": "", + "app-plus":{ + "titleNView":{ + "backgroundColor":"#ffffff" + } + } + } } ] }, -- 2.47.2 From d71c7fcc2411803912f81320ac85e615a9ad3c16 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 3 Jun 2020 17:17:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageB/components/search/shop.vue | 53 ++++++++++++++++ pageB/search/index.vue | 69 +++++++++++++++++++++ pageB/search/out.vue | 102 +++++++++++++++++++++++++++++++ pages.json | 16 +++++ pages/index/index.vue | 10 --- 5 files changed, 240 insertions(+), 10 deletions(-) create mode 100644 pageB/components/search/shop.vue create mode 100644 pageB/search/index.vue create mode 100644 pageB/search/out.vue diff --git a/pageB/components/search/shop.vue b/pageB/components/search/shop.vue new file mode 100644 index 0000000..649bba8 --- /dev/null +++ b/pageB/components/search/shop.vue @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/pageB/search/index.vue b/pageB/search/index.vue new file mode 100644 index 0000000..c781c58 --- /dev/null +++ b/pageB/search/index.vue @@ -0,0 +1,69 @@ + + + \ No newline at end of file diff --git a/pageB/search/out.vue b/pageB/search/out.vue new file mode 100644 index 0000000..a161faf --- /dev/null +++ b/pageB/search/out.vue @@ -0,0 +1,102 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 528fdcc..0e97fbd 100644 --- a/pages.json +++ b/pages.json @@ -55,6 +55,22 @@ } } } + }, + { + "path": "search/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + + } + }, + { + "path": "search/out", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + + } } ] }, diff --git a/pages/index/index.vue b/pages/index/index.vue index 764365a..3bf37b3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -186,16 +186,6 @@ export default { zhiboItem, indexad, darenItem - }, - methods:{ - dianji(a){ - console.log(a) - if(typeof a == "object"){ - this.num = a.detail.current - }else{ - this.num = a - } - } } } \ No newline at end of file -- 2.47.2