|
|
<template>
|
|
|
<CubeScroll v-if="dialogEnable" class="third-bind-wrapper">
|
|
|
<div class="bind-dialog">
|
|
|
<p class="bind-title">关联有货UFO账户</p>
|
|
|
<p class="bind-title">为了提供有效服务<br>请关联手机号</p>
|
|
|
<div class="under-row">
|
|
|
<div class="left-row-title">
|
|
|
<span @click="chooseArea">{{code}}</span>
|
...
|
...
|
@@ -175,6 +175,7 @@ export default { |
|
|
line-height: 66px;
|
|
|
font-weight: 500;
|
|
|
margin-bottom: 32px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.under-row {
|
...
|
...
|
|