Commit c2d2ce81 authored by Xuguangxing's avatar Xuguangxing

fix: 处理sms手机号null的问题

parent 112e8851
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
}, 1000); }, 1000);
} }
}, },
getPhone() { async getPhone() {
const [phoneNumber] = await getPhoneNumber(); const [phoneNumber] = await getPhoneNumber();
this.phoneNumber = phoneNumber; this.phoneNumber = phoneNumber;
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment