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}} +
- +