鲍张超 3 vuotta sitten
vanhempi
commit
14ae358295

+ 1
- 1
src/pages/CheckDetails/style.less Näytä tiedosto

1
 .CarsContent-TextBox {
1
 .CarsContent-TextBox {
2
   padding: 40px 30px;
2
   padding: 40px 30px;
3
   position: relative;
3
   position: relative;
4
-  top: -13vh;
4
+  top: -9vh;
5
   background-color: #fff;
5
   background-color: #fff;
6
   border-radius: 40px 40px 0px 0px;
6
   border-radius: 40px 40px 0px 0px;
7
   .CheckDetails-bottom-box-flaxBox-liftText {
7
   .CheckDetails-bottom-box-flaxBox-liftText {

+ 0
- 1
src/pages/CheckMap/style.less Näytä tiedosto

85
       }
85
       }
86
 
86
 
87
       .startReserve-Bottom {
87
       .startReserve-Bottom {
88
-        margin-top: 87px;
89
         position: relative;
88
         position: relative;
90
         bottom: -3vh;
89
         bottom: -3vh;
91
         width: 92vw;
90
         width: 92vw;

+ 6
- 2
src/pages/index/tabs/Mine.jsx Näytä tiedosto

22
   ]
22
   ]
23
 
23
 
24
 
24
 
25
+  const setAddress = (dd) => {
26
+    Taro.navigateTo({ url: `/pages/MyAddressInfo/index?id${dd}` })
27
+
28
+  }
25
   const goToPages = (res) => {
29
   const goToPages = (res) => {
26
     switch (res) {
30
     switch (res) {
27
       case 0:
31
       case 0:
69
                 </View>
73
                 </View>
70
 
74
 
71
               </View>
75
               </View>
72
-              <UserCellBox title='地址信息' >
73
-                <View className='addresss-box'>
76
+              <UserCellBox title='地址信息'>
77
+                <View className='addresss-box' onClick={setAddress} >
74
                   <Image className='addresss-box-images' src={addresss} />
78
                   <Image className='addresss-box-images' src={addresss} />
75
                   <View className='addresss-box-contents'>
79
                   <View className='addresss-box-contents'>
76
                     <View className='addresss-box-contents-texts' >河南省南阳市邓州市九龙镇5556666665</View>
80
                     <View className='addresss-box-contents-texts' >河南省南阳市邓州市九龙镇5556666665</View>