--地址列表链接新建地址页面
This commit is contained in:
parent
0a88dcd28a
commit
fa9a6b5d98
@ -50,6 +50,9 @@
|
|||||||
color: #ababab;
|
color: #ababab;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
.address-edit{
|
||||||
|
font-size: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
.address-list-info{
|
.address-list-info{
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
import { Button, ScrollView, Text, View } from "@tarojs/components"
|
import { Button, Navigator, ScrollView, Text, View } from "@tarojs/components"
|
||||||
import { useState } from "react"
|
import { useState } from "react"
|
||||||
import "./index.scss"
|
import "./index.scss"
|
||||||
|
|
||||||
@ -38,14 +38,14 @@ const AddressList = (props:Params)=>{
|
|||||||
**省**市**区**街道****仓库
|
**省**市**区**街道****仓库
|
||||||
<Text className="address-list-phone">181****9790</Text>
|
<Text className="address-list-phone">181****9790</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className="address-edit">1</View>
|
<Navigator url="/pages/addAddress/index" hoverClass="none" className="address-edit">编辑</Navigator>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
<Button hoverClass="none" className="add-address">添加收货地址</Button>
|
<Navigator url="/pages/addAddress/index" hoverClass="none" className="add-address">添加收货地址</Navigator>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user