From 52f19688227c23ebeafc9d8edf0c90502a2d9aec Mon Sep 17 00:00:00 2001
From: meo <18801474720@163.com>
Date: Thu, 1 Aug 2019 18:48:59 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E5=A2=9E=E5=8A=A0]:[?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=98=E6=83=A0=E5=88=B8=E8=BF=94=E5=9B=9E?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8C=89=E9=92=AE]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/navbar/navbar.wxss | 2 +-
pages/coupon/detail/index.wxml | 2 +-
pages/spellGroup/mySpellGroup/index.js | 2 ++
pages/spellGroup/mySpellGroup/index.json | 4 +++-
pages/spellGroup/mySpellGroup/index.wxml | 3 ++-
5 files changed, 9 insertions(+), 4 deletions(-)
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 @@
-
+
+