Commit 76eff1d7 authored by qipeng's avatar qipeng

下单 增加USERID

parent b06770ce
...@@ -306,6 +306,7 @@ export default { ...@@ -306,6 +306,7 @@ export default {
upLoad(){//下单 upLoad(){//下单
var data = { var data = {
orderMoney:this.sellingPrices,//订单总价 orderMoney:this.sellingPrices,//订单总价
userId:this.openid,
orderProductVo:{},//下单信息 orderProductVo:{},//下单信息
} }
var orderProductVo = { var orderProductVo = {
...@@ -523,6 +524,16 @@ export default { ...@@ -523,6 +524,16 @@ export default {
position: absolute; position: absolute;
right: 0; right: 0;
top: 24rpx; top: 24rpx;
}
/deep/ .u-checkbox__icon-wrap{
color: #fff !important;
border: 1px solid #fff;
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
/deep/ .u-checkbox__icon-wrap--checked{
background-color: #2979ff !important;
border-color: #2979ff !important;
} }
} }
} }
...@@ -805,7 +816,7 @@ export default { ...@@ -805,7 +816,7 @@ export default {
height: 48rpx; height: 48rpx;
margin: auto; margin: auto;
position: fixed; position: fixed;
top: 968rpx; top: 998rpx;
left: 0; left: 0;
right: 0; right: 0;
......
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