|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="content">
|
|
|
- <back :title="titlename"></back>
|
|
|
+
|
|
|
<!-- 寄件地址 -->
|
|
|
<div class="jjinfo">
|
|
|
<div>
|
|
@@ -170,9 +170,9 @@
|
|
|
|
|
|
</div>
|
|
|
</van-popup>
|
|
|
- </div>
|
|
|
-</template>
|
|
|
-
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
<script>
|
|
|
import areaList from "@/script/areas.js"
|
|
|
export default{
|
|
@@ -247,7 +247,8 @@
|
|
|
this.jjadd=this.city+' '+this.address
|
|
|
}
|
|
|
if(this.index==2){
|
|
|
- this.sjname=this.name+' '+this.phone
this.sjadd=this.city+' '+this.address
|
|
|
+ this.sjname=this.name+' '+this.phone
|
|
|
+ this.sjadd=this.city+' '+this.address
|
|
|
}
|
|
|
this.addshow=false
|
|
|
this.name=""
|
|
@@ -277,9 +278,9 @@
|
|
|
return areaList
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-</script>
|
|
|
-
|
|
|
+ }
|
|
|
+</script>
|
|
|
+
|
|
|
<style scoped lang="less">
|
|
|
.content{
|
|
|
.jjinfo{
|
|
@@ -344,7 +345,11 @@
|
|
|
.sjinfo{
|
|
|
font-size: .24rem;
|
|
|
color: #999999;
|
|
|
- padding: 0rem .33rem .33rem .33rem;
>div{
background: white;
border-radius: .05rem;
padding: .3rem .2rem .1rem;
|
|
|
+ padding: 0rem .33rem .33rem .33rem;
|
|
|
+ >div{
|
|
|
+ background: white;
|
|
|
+ border-radius: .05rem;
|
|
|
+ padding: .3rem .2rem .1rem;
|
|
|
position: relative;
|
|
|
.top{
|
|
|
background: url(../assets/images/top.png) no-repeat left top;
|
|
@@ -635,5 +640,5 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-</style>
|
|
|
+ }
|
|
|
+</style>
|