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

1

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