Browse Source

[订单详情][修改]:[修改订单详情二维码的层级]

tags/河北版C.8.1.01
meo 6 years ago
parent
commit
a0efdf7537
2 changed files with 2 additions and 29 deletions
  1. +1
    -1
      pages/orderquanma/index.wxss
  2. +1
    -28
      pages/specialcourtesy/specialcourtesy.js

+ 1
- 1
pages/orderquanma/index.wxss View File

@@ -45,7 +45,7 @@ page {
border-radius:10rpx; border-radius:10rpx;
margin:0 auto; margin:0 auto;
padding:0; padding:0;
z-index:10000000000;
z-index:10000;
} }


.pane2 { .pane2 {


+ 1
- 28
pages/specialcourtesy/specialcourtesy.js View File

@@ -98,32 +98,5 @@ Page({
console.log("获取设备信息失败" + e); console.log("获取设备信息失败" + e);
} }
return size; return size;
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {

},

/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {

},

/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {

},

/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {

},
}
}) })

Loading…
Cancel
Save