diff --git a/pages/tabbar/home/template/tpl_group.vue b/pages/tabbar/home/template/tpl_group.vue index f869054..6d2e746 100644 --- a/pages/tabbar/home/template/tpl_group.vue +++ b/pages/tabbar/home/template/tpl_group.vue @@ -1,20 +1,30 @@ \ No newline at end of file +.join-box { + display: flex; +} +.item-price { + .price-text { + font-size: 15px; + font-weight: 500; + color: #e1212b; + } +} +.join-item { + flex: 1; + text-align: center; +} +.item-img { + width: 75px; + height: 75px; + margin: 0 auto; + display: block; +} +.item-img-box { + position: relative; +} +.item-line-through { + .price-text { + font-size: 10px; + font-weight: 400; + text-decoration: line-through; + color: #999; + } +} +.join-title { + display: flex; + justify-content: space-between; + align-items: center; + background: #fff; + height: 50px; + .join-title-name { + font-size: 16px; + font-weight: bold; + } + .join-title-more { + font-size: 12px; + color: #999; + } +} + diff --git a/pages/tabbar/home/template/tpl_integral.vue b/pages/tabbar/home/template/tpl_integral.vue index cbe7d73..199b122 100644 --- a/pages/tabbar/home/template/tpl_integral.vue +++ b/pages/tabbar/home/template/tpl_integral.vue @@ -1,20 +1,30 @@ \ No newline at end of file + diff --git a/pages/tabbar/home/template/tpl_join_group.vue b/pages/tabbar/home/template/tpl_join_group.vue deleted file mode 100644 index a040db0..0000000 --- a/pages/tabbar/home/template/tpl_join_group.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/tabbar/home/template/tpl_spike.vue b/pages/tabbar/home/template/tpl_spike.vue index 6327e47..e0efb27 100644 --- a/pages/tabbar/home/template/tpl_spike.vue +++ b/pages/tabbar/home/template/tpl_spike.vue @@ -1,24 +1,30 @@ \ No newline at end of file +@import "./advertising.scss"; +.join-box { + display: flex; +} +.item-price { + .price-text { + font-size: 15px; + font-weight: 500; + color: #e1212b; + } +} +.join-item { + flex: 1; + text-align: center; +} +.item-img { + width: 75px; + height: 75px; + margin: 0 auto; + display: block; +} +.item-img-box { + position: relative; +} +.item-line-through { + .price-text { + font-size: 10px; + font-weight: 400; + text-decoration: line-through; + color: #999; + } +} +.join-title { + display: flex; + justify-content: space-between; + align-items: center; + background: #fff; + height: 50px; + .join-title-name { + font-size: 16px; + font-weight: bold; + } + .join-title-more { + font-size: 12px; + color: #999; + } +} + diff --git a/pages/tabbar/home/template/tpl_video.vue b/pages/tabbar/home/template/tpl_video.vue new file mode 100644 index 0000000..b145a71 --- /dev/null +++ b/pages/tabbar/home/template/tpl_video.vue @@ -0,0 +1,168 @@ + + + diff --git a/pages/tabbar/home/views.vue b/pages/tabbar/home/views.vue index 65a71fb..bef31e4 100644 --- a/pages/tabbar/home/views.vue +++ b/pages/tabbar/home/views.vue @@ -1,332 +1,312 @@ - - - - - + + + + + diff --git a/pages/tabbar/special/special.vue b/pages/tabbar/special/special.vue index f690194..4c58b38 100644 --- a/pages/tabbar/special/special.vue +++ b/pages/tabbar/special/special.vue @@ -41,9 +41,9 @@ - + @@ -66,6 +66,7 @@ import tpl_text_picture from "@/pages/tabbar/home/template/tpl_text_picture"; // import tpl_menu from "@/pages/tabbar/home/template/tpl_menu"; //五列菜单模块 import tpl_search from "@/pages/tabbar/home/template/tpl_search"; //搜索栏 import tpl_group from "@/pages/tabbar/home/template/tpl_group"; // +import tpl_video from "@/pages/tabbar/home/template/tpl_video"; //视频模块 import tpl_goods from "@/pages/tabbar/home/template/tpl_goods"; //商品分类以及分类中的商品 // 结束引用组件 import { toSpecial, getSpecial } from "@/api/home"; //获取楼层装修接口 @@ -102,7 +103,8 @@ export default { goods: tpl_goods, group: tpl_group, notice: tpl_notice, - promotions: tpl_promotions + promotions: tpl_promotions, + videoLayout: tpl_video }, mounted() { diff --git a/pages/tabbar/user/utils/tool.vue b/pages/tabbar/user/utils/tool.vue index 69fde88..1581c8b 100644 --- a/pages/tabbar/user/utils/tool.vue +++ b/pages/tabbar/user/utils/tool.vue @@ -19,10 +19,10 @@ 我的评价 - + @@ -181,9 +181,11 @@ export default { }, linkMsgDetail(){ - uni.navigateTo({ - url: `/pages/mine/im/list`, - }); + if (this.tipsToLogin('normal')) { + uni.navigateTo({ + url: '/pages/tabbar/home/title', + }); + } }, distribution() {