|
@@ -167,10 +167,12 @@ export default {
|
|
if (this.pageData.remarks.privacy === '1') {
|
|
if (this.pageData.remarks.privacy === '1') {
|
|
this.checked = true
|
|
this.checked = true
|
|
}
|
|
}
|
|
- let phone = localStorage.getItem("phone");
|
|
|
|
- if (phone) {
|
|
|
|
- this.phone = phone;
|
|
|
|
- }
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ let phone = localStorage.getItem("phone");
|
|
|
|
+ if (phone) {
|
|
|
|
+ this.phone = phone;
|
|
|
|
+ }
|
|
|
|
+ },500)
|
|
},
|
|
},
|
|
mounted () {
|
|
mounted () {
|
|
addR.showSP();
|
|
addR.showSP();
|
|
@@ -393,4 +395,4 @@ export default {
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
@import "./index.scss";
|
|
@import "./index.scss";
|
|
-</style>
|
|
|
|
|
|
+</style>
|