样式更改

This commit is contained in:
952108534@qq.com 2022-01-20 14:35:53 +08:00
parent bf3dd9219e
commit 309e2036f8
2 changed files with 11 additions and 10 deletions

View File

@ -300,6 +300,7 @@ img{
} }
span:first-child { span:first-child {
margin-right: 16px; margin-right: 16px;
} }
} }
} }

View File

@ -135,13 +135,13 @@ export default {
// }, // },
// //
// async editaddress(user) { async editaddress(user) {
// user.data.id=844350 user.data.id=844350
// let data = await selectaddress(user.data.id); let data = await selectaddress(user.data.id);
// this.list=data.data; this.list=data.data;
// console.log(this.list); console.log(this.list);
// console.log(data); console.log(data);
// }, },
}, },
components: { components: {
Myheader, Myheader,
@ -150,9 +150,9 @@ export default {
mounted() { mounted() {
// //
// this.usermessage = JSON.parse(localStorage.getItem("userInfo")); this.usermessage = JSON.parse(localStorage.getItem("userInfo"));
// this.editaddress(this.usermessage); this.editaddress(this.usermessage);
// this.userid = this.usermessage.data.id; this.userid = this.usermessage.data.id;
}, },
}; };
</script> </script>