Commit 76eff1d7 authored by qipeng's avatar qipeng

下单 增加USERID

parent b06770ce
......@@ -306,6 +306,7 @@ export default {
upLoad(){//下单
var data = {
orderMoney:this.sellingPrices,//订单总价
userId:this.openid,
orderProductVo:{},//下单信息
}
var orderProductVo = {
......@@ -523,6 +524,16 @@ export default {
position: absolute;
right: 0;
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 {
height: 48rpx;
margin: auto;
position: fixed;
top: 968rpx;
top: 998rpx;
left: 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