diff --git a/app.wxss b/app.wxss index d6985f7..ed399c9 100644 --- a/app.wxss +++ b/app.wxss @@ -5,7 +5,7 @@ page { height: 100vh; background: #f5f5f5; --color-ysd: #00b666; - --color-hover: #ebfaf4; + --color-hover: #3393ff; --color-be: #ff4400; --color-f40: #ff4400; --color-027: #ff4400; @@ -2017,7 +2017,7 @@ page { padding: 0; width: 100%; } -/* 按钮样式 */ +/* 按钮样式 */ .normalBtn { display: inline-block; border-radius: 18px; @@ -2039,9 +2039,10 @@ button.nobg_Btn { line-height: 34px; } /* 按钮样式 end */ -/* 输入框默认显示样式 */ + +/* 输入框默认显示样式 */ .input-placeholder{ color: #CCCCCC; font-weight: normal; } -/* 输入框默认显示样式 end */ \ No newline at end of file +/* 输入框默认显示样式 end */ \ No newline at end of file diff --git a/components/recordBill/index.js b/components/recordBill/index.js index f50409a..6f3457d 100644 --- a/components/recordBill/index.js +++ b/components/recordBill/index.js @@ -41,10 +41,10 @@ Component({ return false; }, hideModal () { - var eventDetail = { - type: this.data.drawerType - }; - this.triggerEvent("hidedrawer", eventDetail); + this.setData({ + show: false + }) + // this.triggerEvent("hidedrawer", eventDetail); }, } }) \ No newline at end of file diff --git a/pages/detail/index.js b/pages/detail/index.js index 8365a8b..3284f0f 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -1246,17 +1246,6 @@ Page({ }) },*/ - /** - * 抽屉组件隐藏 - * - * - */ - hidedrawershow (e) { - console.log(e); - this.setData({ - [e.detail.type]: false - }) - }, goNewEnroll (e) { let that = this; console.log(e); diff --git a/pages/detail/index.wxml b/pages/detail/index.wxml index 4568ff8..d2a8e0b 100644 --- a/pages/detail/index.wxml +++ b/pages/detail/index.wxml @@ -476,4 +476,4 @@ - +