Commit 42b5a253 by 无尘

feat: 增加国家码

parent 011b7d12
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<div class="user-right-info flex flex-column" style="margin-left: 10px"> <div class="user-right-info flex flex-column" style="margin-left: 10px">
<p>{{ userInfo.name }}</p> <p>{{ userInfo.name }}</p>
<p>{{ userInfo.phoneNumber }}</p> <p>{{ userInfo.nationcode == '86' ? userInfo.phoneNumber : '+' + userInfo.nationcode + '-' + userInfo.phoneNumber }}</p>
</div> </div>
</div> </div>
</li> </li>
......
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