地址的更改

This commit is contained in:
952108534@qq.com
2022-01-21 15:30:50 +08:00
parent e730b1210b
commit 7f9a290662
5 changed files with 176 additions and 72 deletions

View File

@@ -46,8 +46,8 @@
</div>
<div class="usercontshow useredit">
<div class="usercontshow alledit" @click="onAdd()">
<div class="userdit" ref="marinaddress">
<div class="alledit" @click="onAdd()">
<img src="../../static/images/adddress.png" alt="">
<span>添加收货地址</span>
</div>
@@ -179,7 +179,7 @@ export default {
this.userid = this.usermessage.data.id;
console.log(this.userid);
this.editaddress(this.userid);
},
};
</script>