|
|
@ -15,7 +15,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="reg-value"> |
|
|
<view class="reg-value"> |
|
|
<input type="text" v-model="formData.name" placeholder="请填写姓名" |
|
|
<input type="text" v-model="formData.name" placeholder="请填写姓名" |
|
|
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="reg-value"> |
|
|
<view class="reg-value"> |
|
|
<input type="number" v-model="formData.highFloorFee" placeholder="可设置金额" |
|
|
<input type="number" v-model="formData.highFloorFee" placeholder="可设置金额" |
|
|
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="box1"> |
|
|
<view class="box1"> |
|
|
@ -46,7 +46,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="reg-value"> |
|
|
<view class="reg-value"> |
|
|
<input type="number" v-model="formData.mobile" placeholder="手机号" |
|
|
<input type="number" v-model="formData.mobile" placeholder="手机号" |
|
|
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="box1"> |
|
|
<view class="box1"> |
|
|
@ -55,11 +55,11 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="reg-value" style="display: flex;"> |
|
|
<view class="reg-value" style="display: flex;"> |
|
|
<view class="box-check-btn" @tap="waimaOrpaotui('waima')" |
|
|
<view class="box-check-btn" @tap="waimaOrpaotui('waima')" |
|
|
:style="{background:formData.waima?'rgba(180, 255, 238, 0.27)':'#eee',border:formData.waima?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
:style="{background:formData.waima?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:formData.waima?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
外卖 |
|
|
外卖 |
|
|
</view> |
|
|
</view> |
|
|
<view class="box-check-btn" @tap="waimaOrpaotui('paotui')" |
|
|
<view class="box-check-btn" @tap="waimaOrpaotui('paotui')" |
|
|
:style="{background:formData.paotui?'rgba(180, 255, 238, 0.27)':'#eee',border:formData.paotui?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
:style="{background:formData.paotui?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:formData.paotui?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
快递 |
|
|
快递 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -180,7 +180,7 @@ |
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('qucan',index)" v-for="(item,index) in qucan" :key="index" |
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('qucan',index)" v-for="(item,index) in qucan" :key="index" |
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#eee',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
{{item.title}} |
|
|
{{item.title}} |
|
|
</view> |
|
|
</view> |
|
|
<view v-if="qucan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可选取货区域</view> |
|
|
<view v-if="qucan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可选取货区域</view> |
|
|
@ -192,7 +192,7 @@ |
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('songcan',index)" v-for="(item,index) in songcan" :key="index" |
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('songcan',index)" v-for="(item,index) in songcan" :key="index" |
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#eee',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
{{item.title}} |
|
|
{{item.title}} |
|
|
</view> |
|
|
</view> |
|
|
<view v-if="songcan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可送货区域</view> |
|
|
<view v-if="songcan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可送货区域</view> |
|
|
@ -570,7 +570,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.value1 { |
|
|
.value1 { |
|
|
background: #eee; |
|
|
background: #f5f5f5; |
|
|
border-radius: 20rpx; |
|
|
border-radius: 20rpx; |
|
|
padding: 20rpx; |
|
|
padding: 20rpx; |
|
|
margin-bottom: 20rpx; |
|
|
margin-bottom: 20rpx; |
|
|
|