diff --git a/components/navbar/navbar.wxss b/components/navbar/navbar.wxss index 70ba951..8b1ff7e 100644 --- a/components/navbar/navbar.wxss +++ b/components/navbar/navbar.wxss @@ -2,7 +2,7 @@ width: 100vw; background-color: #F4F5F9; position: fixed; - z-index: 4; + z-index: 400000000; } .title-container { diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index 2a62260..063deef 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -1,5 +1,5 @@ - + diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index 88cd961..219c6d5 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -1,4 +1,5 @@ // pages/spellGroup/mySpellGroup/index.js +const navigationBarHeight = (getApp().statusBarHeight + 44) + 'px' var config = require("../../../config/config.js"); const Http = require("../../../utils/HttpBasics"); const imgurl = require("../../../utils/imgurl"); @@ -9,6 +10,7 @@ Page({ * 页面的初始数据 */ data: { + navigationBarHeight, fenxiang: imgurl.fenxiang.url, homeSelectedO:imgurl.homeSelectedO.url, isshowposter:false,//是否显示分享弹框 diff --git a/pages/spellGroup/mySpellGroup/index.json b/pages/spellGroup/mySpellGroup/index.json index ef25014..0e9366b 100644 --- a/pages/spellGroup/mySpellGroup/index.json +++ b/pages/spellGroup/mySpellGroup/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/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml index f48d229..3da58d9 100644 --- a/pages/spellGroup/mySpellGroup/index.wxml +++ b/pages/spellGroup/mySpellGroup/index.wxml @@ -1,4 +1,5 @@ - + +