Commit f05467d6 by 高淑倩

下单

parent f4815f59
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
} }
.coupon-list{ .coupon-list{
width: 702rpx; width: 702rpx;
height: 174rpx; min-height: 174rpx;
position: relative; position: relative;
margin-bottom: 25rpx; margin-bottom: 25rpx;
} }
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
position: absolute; position: absolute;
top: 33rpx; top: 33rpx;
left: 205rpx; left: 205rpx;
width: 420rpx;
} }
.coupon-title{ .coupon-title{
font-size: 28rpx; font-size: 28rpx;
......
...@@ -405,7 +405,7 @@ wxService.page({ ...@@ -405,7 +405,7 @@ wxService.page({
} }
console.log('params', params, this.data) console.log('params', params, this.data)
// this.getBill(params) // 下单 this.getBill(params) // 下单
}, },
// 下单 // 下单
getBill(params) { getBill(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment