|
|
@@ -61,7 +61,7 @@
|
|
|
<div class="time" @click="show = true">
|
|
|
<div class="text" v-if="active == '到店自取'">
|
|
|
<div class="text3">预留信息</div>
|
|
|
- <div class="textCon">
|
|
|
+ <div class="textCon" @click.stop="navigateTo('/pages/chooseAddress')">
|
|
|
<div class="text2">奶盖 18789898888</div>
|
|
|
<img
|
|
|
style="width:12px;height:24px"
|
|
|
@@ -361,6 +361,9 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.container {
|
|
|
background: #f5f7fa;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -2;
|
|
|
+ width: 100%;
|
|
|
padding-bottom: 140px;
|
|
|
/deep/ .van-button {
|
|
|
.button();
|
|
|
@@ -412,7 +415,7 @@ export default {
|
|
|
width: 351px;
|
|
|
background: #ffffff;
|
|
|
border-radius: 12px;
|
|
|
- // margin-bottom: 16px;
|
|
|
+ margin-bottom: 16px;
|
|
|
.tabs {
|
|
|
padding: 16px 59px 0;
|
|
|
color: #878787;
|
|
|
@@ -628,7 +631,7 @@ export default {
|
|
|
width: 351px;
|
|
|
background: #ffffff;
|
|
|
border-radius: 12px;
|
|
|
- margin: 20px 0 0 12px;
|
|
|
+ margin: 16px 0 0 12px;
|
|
|
padding: 14px 0;
|
|
|
.border {
|
|
|
border-bottom: 1px solid @bg;
|