diff --git a/pages/ConsumeDetail/ConsumeDetail.wxml b/pages/ConsumeDetail/ConsumeDetail.wxml
index 181ed88..b7ce43a 100644
--- a/pages/ConsumeDetail/ConsumeDetail.wxml
+++ b/pages/ConsumeDetail/ConsumeDetail.wxml
@@ -36,6 +36,10 @@
暂无交易明细
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/ConsumeDetail/ConsumeDetail.wxss b/pages/ConsumeDetail/ConsumeDetail.wxss
index 27c81fc..7e4eec5 100644
--- a/pages/ConsumeDetail/ConsumeDetail.wxss
+++ b/pages/ConsumeDetail/ConsumeDetail.wxss
@@ -200,13 +200,41 @@
font-size: 32rpx;
}
.support-tansfer{
- width: 690rpx;
+ width: 540rpx;
+ float: left;
+ margin-left: 30rpx;
border-radius: 50rpx;
- margin-top: 30rpx;
background: #02C0FF!important;
+ margin-top:4rpx;
}
.share{
width: 40rpx;
height: 40rpx;
margin-right: 20rpx;
-}
\ No newline at end of file
+}
+.share-bottom{
+ width: 100%;
+ /* overflow:hidden; */
+ margin-top:66rpx;
+}
+.goback {
+ float:left;
+ width:122rpx!important;
+ height:95rpx;
+ background:rgba(255,255,255,1);
+ line-height:95rpx;
+ border:1rpx solid rgba(227,227,227,1);
+ box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
+ border-radius:48rpx;
+ margin-left:25rpx;
+}
+.goback image{
+ position:absolute;
+ width:60rpx;
+ left:0;
+ right:0;
+ top:0;
+ bottom:0;
+ margin:auto;
+ height: 80rpx;
+}
diff --git a/pages/discountCardList/discountCardList.js b/pages/discountCardList/discountCardList.js
index 4e50beb..4d0bd23 100644
--- a/pages/discountCardList/discountCardList.js
+++ b/pages/discountCardList/discountCardList.js
@@ -80,7 +80,7 @@ Page({
getList(key, pageNum) {
var that = this;
// 根据 key == 0 区分全部或其它tab,决定是否传参数 business
- if (key == 0) {
+ if (!key) {
var param = {
pageNum: pageNum,
pageSize: 8,