From 5b311937503a053c0dd9264bfbd935e8363ac49e Mon Sep 17 00:00:00 2001 From: Gdpao <1341331954@qq.com> Date: Sat, 1 Aug 2020 11:16:53 +0800 Subject: [PATCH] update --- App.vue | 2 +- components/informations/notice/notice.vue | 2 +- components/remaining/remaining.vue | 2 +- pageA/login/login.vue | 13 +- pageA/topick/topick.vue | 24 +++- pageB/components/shoplist/index.vue | 73 ++++++++-- pageB/components/shpoone/index.vue | 7 +- pageB/components/userinfo/index.vue | 161 +++++++++++++++------- pageB/details/index.vue | 8 +- pageB/photo/index.vue | 108 ++++++++++----- pageB/zhibo/index.nvue | 4 +- 11 files changed, 279 insertions(+), 125 deletions(-) diff --git a/App.vue b/App.vue index fe6063a..c2fe785 100644 --- a/App.vue +++ b/App.vue @@ -24,4 +24,4 @@ width: 100%; height: var(--status-bar-height); } - + diff --git a/components/informations/notice/notice.vue b/components/informations/notice/notice.vue index f9c37b6..36dcd48 100644 --- a/components/informations/notice/notice.vue +++ b/components/informations/notice/notice.vue @@ -1,6 +1,6 @@ @@ -13,20 +20,30 @@ import sitem from "./item" export default { name:'shoplist', + props: ['list'], components:{ sitem }, data(){ return { - show: true + show: true, + cartList: this.list || [], } - } + }, + watch: { + list() { + this.cartList = this.list; + } + }, + methods: { + toggerList() { + this.show = false; + this.$emit("hideCart",this.show); + } + } } \ No newline at end of file diff --git a/pageB/components/shpoone/index.vue b/pageB/components/shpoone/index.vue index 989bdac..530ec31 100644 --- a/pageB/components/shpoone/index.vue +++ b/pageB/components/shpoone/index.vue @@ -9,16 +9,13 @@ \ No newline at end of file diff --git a/pageB/details/index.vue b/pageB/details/index.vue index f31ffd0..f5cb249 100644 --- a/pageB/details/index.vue +++ b/pageB/details/index.vue @@ -20,10 +20,10 @@ - + - + @@ -35,10 +35,10 @@ - + - + diff --git a/pageB/photo/index.vue b/pageB/photo/index.vue index 8c0725e..72b94a2 100644 --- a/pageB/photo/index.vue +++ b/pageB/photo/index.vue @@ -3,27 +3,26 @@ - - - + + + - - - + 图片 - + - 自己黑的哈万岁哦划u将 - hasjdhajskhj - asdjhasjdkasljdklasjkl - - - - + {{ list.member_nickname }} + {{ list.article_title }} + {{ list.article_content }} + + {{ label.name }} + + + + +