代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -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;