From 33e1e8796fc6f2ed26d570562cd473787dcebb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Fri, 16 Jul 2021 17:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/msg/index.js | 3 +++ components/msg/index.wxml | 12 ++++++------ components/msg/index.wxss | 20 +++++++------------- pages/order/detail/index.js | 7 +++++++ pages/order/detail/index.wxml | 20 ++++++++++---------- 5 files changed, 33 insertions(+), 29 deletions(-) diff --git a/components/msg/index.js b/components/msg/index.js index 826e3f4..8fd6342 100644 --- a/components/msg/index.js +++ b/components/msg/index.js @@ -65,6 +65,9 @@ Component({ this.triggerEvent('closeevent', { isClose: true }) + }, + aaa(){ + } } }) \ No newline at end of file diff --git a/components/msg/index.wxml b/components/msg/index.wxml index 88423ae..0025324 100644 --- a/components/msg/index.wxml +++ b/components/msg/index.wxml @@ -1,16 +1,16 @@ - + - + @@ -31,13 +31,13 @@ - + - {{closeWord}} + {{closeWord}} diff --git a/components/msg/index.wxss b/components/msg/index.wxss index 1eb2f53..5ed92f2 100644 --- a/components/msg/index.wxss +++ b/components/msg/index.wxss @@ -20,6 +20,7 @@ z-index: 9999; background-color: #fff; border-radius: 20rpx; + overflow: hidden; } .XXK-msg .msgMain.active{ animation: card .5s linear 1; @@ -28,7 +29,7 @@ position: absolute; } .XXK-msg .msgMain .close.up{ - right: 40rpx; + right: 0; top: -80rpx; font-size: 30rpx; } @@ -82,16 +83,10 @@ padding: 0 39rpx 55rpx; text-align: center; } -.XXK-msg .msgMain .hd{ - border-top-left-radius:20rpx;border-top-right-radius:20rpx; - overflow: hidden; -} .XXK-msg .msgMain .bd{ /* padding-bottom: 30rpx; */ height: 100rpx; line-height: 100rpx; - border-bottom-left-radius:20rpx;border-bottom-right-radius:20rpx; - overflow: hidden; } .XXK-msg .msgMain-opt{ display: flex; @@ -115,13 +110,12 @@ font-size: 32rpx; } .msgMain-opt-close{ - border-radius: 750rpx; - margin-left: 100rpx; - margin-right: 100rpx; + border-radius: 10rpx; + margin-left: 30rpx; + margin-right: 30rpx; font-size: 32rpx; - height: 70rpx; - line-height: 70rpx; - background-color:#36afa2; + height: 100rpx; + line-height: 100rpx; } .msgMain-icon{ diff --git a/pages/order/detail/index.js b/pages/order/detail/index.js index b4601c6..3c5c97d 100644 --- a/pages/order/detail/index.js +++ b/pages/order/detail/index.js @@ -21,6 +21,7 @@ Page({ submitFlag:false, stempFront:'', stempBack:'', + isShowCode:false, }, onLoad: function (options) { for (let key in options) { @@ -281,5 +282,11 @@ Page({ }) }, + //客服微信码 + optShowCode() { + this.setData({ + isShowCode:!this.data.isShowCode, + }) + }, }) \ No newline at end of file diff --git a/pages/order/detail/index.wxml b/pages/order/detail/index.wxml index 78cd616..da29f9d 100644 --- a/pages/order/detail/index.wxml +++ b/pages/order/detail/index.wxml @@ -31,7 +31,7 @@ 合同信息 - 邀请签名 + 邀请签名 @@ -88,15 +88,15 @@ 分期产品 - {{info.loan_data.bank}} + {{info.loan_data.bank}} 分期年限 - {{info.loan_data.year}} + {{info.loan_data.year}} 首付金额 - {{info.loan_data.money}}元 + {{info.loan_data.money}}元 @@ -125,10 +125,10 @@ 开票信息 - + - + @@ -166,11 +166,11 @@ - - - 邀请客户扫码签名 + + + 邀请客户扫码签名 - + \ No newline at end of file