diff --git a/pages/orderquanma/index.wxss b/pages/orderquanma/index.wxss index 7d52b76..e4cc103 100644 --- a/pages/orderquanma/index.wxss +++ b/pages/orderquanma/index.wxss @@ -45,7 +45,7 @@ page { border-radius:10rpx; margin:0 auto; padding:0; - z-index:10000000000; + z-index:10000; } .pane2 { diff --git a/pages/specialcourtesy/specialcourtesy.js b/pages/specialcourtesy/specialcourtesy.js index 790f621..6b0a418 100644 --- a/pages/specialcourtesy/specialcourtesy.js +++ b/pages/specialcourtesy/specialcourtesy.js @@ -98,32 +98,5 @@ Page({ console.log("获取设备信息失败" + e); } return size; - }, - /** - * 生命周期函数--监听页面隐藏 - */ - onHide: function () { - - }, - - /** - * 生命周期函数--监听页面卸载 - */ - onUnload: function () { - - }, - - /** - * 页面相关事件处理函数--监听用户下拉动作 - */ - onPullDownRefresh: function () { - - }, - - /** - * 页面上拉触底事件的处理函数 - */ - onReachBottom: function () { - - }, + } }) \ No newline at end of file