diff --git a/pages/tabbar/home/template/tpl_notice.vue b/pages/tabbar/home/template/tpl_notice.vue new file mode 100644 index 0000000..c0e36b2 --- /dev/null +++ b/pages/tabbar/home/template/tpl_notice.vue @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/pages/tabbar/home/template/tpl_promotions_detail.vue b/pages/tabbar/home/template/tpl_promotions_detail.vue new file mode 100644 index 0000000..0939658 --- /dev/null +++ b/pages/tabbar/home/template/tpl_promotions_detail.vue @@ -0,0 +1,271 @@ + + + + + + + {{ item.title }} + + {{ item.title1 }} + + + + + {{ timeLine[0] ? timeLine[0].timeLine : "x" }}点场 + + {{ times.hours == "00" ? "0" : times.hours }}:{{ + times.minutes + }}:{{ times.seconds }} + + + + + + + + + + {{ i.goodsName ? i.goodsName : i.name }} + + + ¥{{ i.price ? i.price : i.originalPrice }} + + + + + + + + + + diff --git a/pages/tabbar/home/template/tpl_title.vue b/pages/tabbar/home/template/tpl_title.vue index 6286074..2825837 100644 --- a/pages/tabbar/home/template/tpl_title.vue +++ b/pages/tabbar/home/template/tpl_title.vue @@ -1,13 +1,17 @@ - - + + {{ res.list[0].title }} + + {{ res.list[0].title1 }} + +