Authored by yyq

change bind title

1 <template> 1 <template>
2 <CubeScroll v-if="dialogEnable" class="third-bind-wrapper"> 2 <CubeScroll v-if="dialogEnable" class="third-bind-wrapper">
3 <div class="bind-dialog"> 3 <div class="bind-dialog">
4 - <p class="bind-title">关联有货UFO账户</p> 4 + <p class="bind-title">为了提供有效服务<br>请关联手机号</p>
5 <div class="under-row"> 5 <div class="under-row">
6 <div class="left-row-title"> 6 <div class="left-row-title">
7 <span @click="chooseArea">{{code}}</span> 7 <span @click="chooseArea">{{code}}</span>
@@ -175,6 +175,7 @@ export default { @@ -175,6 +175,7 @@ export default {
175 line-height: 66px; 175 line-height: 66px;
176 font-weight: 500; 176 font-weight: 500;
177 margin-bottom: 32px; 177 margin-bottom: 32px;
  178 + text-align: center;
178 } 179 }
179 180
180 .under-row { 181 .under-row {
@@ -40,7 +40,7 @@ function handleReferUrl(refer) { @@ -40,7 +40,7 @@ function handleReferUrl(refer) {
40 } 40 }
41 }); 41 });
42 42
43 - return `${refer.split('?')[0]}${query.length ? '?' : ''}${query.join(',')}`; 43 + return `${refer.split('?')[0]}${query.length ? '?' : ''}${query.join('&')}`;
44 } 44 }
45 45
46 class passportModel extends global.yoho.BaseModel { 46 class passportModel extends global.yoho.BaseModel {