|
|
@@ -27,6 +27,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="flex margin-top" style="align-items: center;" v-if="shopTypeName=='三大运营商'">
|
|
|
+ <view>请填写身份证号:</view>
|
|
|
+ <input type="idcard" v-model="idcard1" style="border: 1px solid;"/>
|
|
|
+ </view>
|
|
|
<!-- 预约送达时间 -->
|
|
|
<!-- <view class="goods_address" v-if="reservationOpenFlag==1">
|
|
|
<view class="address_box">
|
|
|
@@ -380,6 +384,7 @@ export default {
|
|
|
// 是否显示积分模块
|
|
|
isIntegral: false,
|
|
|
shopTypeName:'',//店铺类型
|
|
|
+ idcard1:'',//身份证号
|
|
|
}
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
@@ -1287,7 +1292,8 @@ export default {
|
|
|
couponId: this.coupon ? this.coupon.id : '',
|
|
|
addressId: this.address.addressId ? this.address.addressId : '',
|
|
|
orderType: this.orderType,
|
|
|
- type: res.enable ? 1 : 3
|
|
|
+ type: res.enable ? 1 : 3,
|
|
|
+ idCard:this.idcard1
|
|
|
}
|
|
|
|
|
|
console.log(data)
|