Commit f05467d6 by 高淑倩

下单

parent f4815f59
......@@ -55,7 +55,7 @@
}
.coupon-list{
width: 702rpx;
height: 174rpx;
min-height: 174rpx;
position: relative;
margin-bottom: 25rpx;
}
......@@ -96,6 +96,7 @@
position: absolute;
top: 33rpx;
left: 205rpx;
width: 420rpx;
}
.coupon-title{
font-size: 28rpx;
......
......@@ -405,7 +405,7 @@ wxService.page({
}
console.log('params', params, this.data)
// this.getBill(params) // 下单
this.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