代码提交
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
>
|
||||
<image
|
||||
class="image"
|
||||
src="https://b2c-pro-static-dev.zkthink.com/static/images/icon-edit.png"
|
||||
:src="addressEditIcon"
|
||||
alt=""
|
||||
></image>
|
||||
</view>
|
||||
@ -86,7 +86,7 @@ import { ref, unref } from 'vue'
|
||||
import { onLoad, onReachBottom } from '@dcloudio/uni-app'
|
||||
import { useMainStore } from '@/store/store'
|
||||
import Empty from '@/components/Empty/index.vue'
|
||||
import { emptyAddressIcon } from "@/utils/images";
|
||||
import { emptyAddressIcon, addressEditIcon } from "@/utils/images";
|
||||
import { getAddressDel, } from '@/api/address'
|
||||
import { useRouter } from "@/hooks/useRouter";
|
||||
import Header from "@/components/Header/index.vue"
|
||||
@ -188,6 +188,7 @@ async function doDeleteRequest(){
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "../../style/images";
|
||||
.addressList {
|
||||
.address {
|
||||
&:last-child {
|
||||
@ -315,7 +316,7 @@ async function doDeleteRequest(){
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
background: url("https://b2c-pro-static-dev.zkthink.com/static/images/delete_icon.png") no-repeat center center;
|
||||
background: $addDelIcon no-repeat center center;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
background-size: contain;
|
||||
|
Reference in New Issue
Block a user