Commit 889d623e authored by 罗超's avatar 罗超

1

parent 40de7860
<style>
.jz_Reserve {
padding-bottom: 180rpx;
background-color: #fff;
}
.jz_ReserTop {
width: 100%;
......@@ -119,8 +120,8 @@
display: flex;
align-items: center;
padding-bottom: 20rpx;
border-bottom: 1px solid #f5f5f5;
font-size: 28px;
border-bottom: 2rpx solid #f5f5f5;
font-size: 56rpx;
font-weight: 500;
}
.jz_form .form-items:last-child {
......@@ -288,6 +289,7 @@
<view class="val">
<input
type="text"
class="val"
v-model="contactName"
placeholder="若是多人,输入代表人员即可"
/>
......@@ -298,6 +300,7 @@
<view class="val">
<input
type="number"
class="val"
v-model="contactMobile"
placeholder="输入电话号码"
/>
......@@ -679,15 +682,17 @@ export default {
OrderSource: 6,
// #endif
MiniAppUserId: this.userInfo.UserId,
Remarks:"",//备注
GuestList:[{
Id:0,
SurName:"",//姓
Name:"",//名
IdCard:"",//身份证
MobilePhone:"",//联系电话
IsHightSchool:2,//是否高校学生1 是 2否
}]
Remarks: "", //备注
GuestList: [
{
Id: 0,
SurName: "", //姓
Name: "", //名
IdCard: "", //身份证
MobilePhone: "", //联系电话
IsHightSchool: 2, //是否高校学生1 是 2否
},
],
};
this.apipost(
"sellorder_post_SetOrderInfoForB2B",
......
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