From 97584f8e3185078e8157771d19efeebac54df816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Fri, 2 Aug 2019 13:27:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2=E5=88=86=E4=BA=AB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/joinFrDpell/index.js | 2 ++ pages/joinFrDpell/index.json | 4 ++- pages/joinFrDpell/index.wxml | 26 ++++++++++------- pages/joinFrDpell/index.wxss | 56 ++++++++++++++++++++++++------------ pages/spellDetail/index.wxml | 3 -- 5 files changed, 57 insertions(+), 34 deletions(-) diff --git a/pages/joinFrDpell/index.js b/pages/joinFrDpell/index.js index da869b3..634396c 100644 --- a/pages/joinFrDpell/index.js +++ b/pages/joinFrDpell/index.js @@ -1,4 +1,5 @@ // pages/spellGroup/mySpellGroup/index.js +const navigationBarHeight = (getApp().statusBarHeight + 50) + 'px' var config = require("../../config/config.js"); const Http = require("../../utils/HttpBasics"); const imgurl = require("../../utils/imgurl"); @@ -9,6 +10,7 @@ Page({ * 页面的初始数据 */ data: { + navigationBarHeight, teljpgUrl: imgurl.teljpg.url, wmhome: imgurl.wmhome.url, orderGroupFail: imgurl.orderGroupFail.url, diff --git a/pages/joinFrDpell/index.json b/pages/joinFrDpell/index.json index ef25014..5f22b79 100644 --- a/pages/joinFrDpell/index.json +++ b/pages/joinFrDpell/index.json @@ -1,5 +1,7 @@ { "navigationBarTitleText": "拼团券详情", "enablePullDownRefresh": true, - "usingComponents": {} + "usingComponents": { + "navbar": "../../components/navbar/navbar" + } } \ No newline at end of file diff --git a/pages/joinFrDpell/index.wxml b/pages/joinFrDpell/index.wxml index 8272d8f..ebabedd 100644 --- a/pages/joinFrDpell/index.wxml +++ b/pages/joinFrDpell/index.wxml @@ -1,4 +1,5 @@ - + + @@ -7,15 +8,16 @@ {{data.subTitle}} - 【拼团购】{{data.pressLimitNum}}人拼团成功,单价仅需 - {{data.salePriceStr}}元 + 「拼团价」{{data.pressLimitNum}}人拼团成功,单价仅需¥ + {{data.salePriceStr}} 有效期: {{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用) - 限购条件: - 每人{{data.useLimitQuantity}}张 + + + 每人限购{{data.useLimitQuantity}}张 @@ -26,10 +28,6 @@ 剩余时间:{{day+' 天 '+hour+' : '+min+' : '+sec}} - - 购买须知: - {{data.remark}} - 适用门店 - + + 购买须知: + {{data.remark}} +
- +