From a0efdf753730bd4ab0f057e182e65b6a4a99d9a3 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 5 Aug 2019 18:42:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=9A=84=E5=B1=82?= =?UTF-8?q?=E7=BA=A7]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/orderquanma/index.wxss | 2 +- pages/specialcourtesy/specialcourtesy.js | 29 +----------------------- 2 files changed, 2 insertions(+), 29 deletions(-) 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