1
Showing
52 changed files
with
2 additions
and
2 deletions
This diff is collapsed.
Click to expand it.
sandbox/assets/css/chunk-0855327f.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | <img src="@/assets/images/improve-infomation/icon-improve-infomation-user.png"> {{$t('infomationImprove.t1c1')}} | 21 | <img src="@/assets/images/improve-infomation/icon-improve-infomation-user.png"> {{$t('infomationImprove.t1c1')}} |
22 | </div> | 22 | </div> |
23 | <div class="ipt-wrap"> | 23 | <div class="ipt-wrap"> |
24 | <input class="ipt" :class="{err : errorTips.e1.length > 0}" type="text" v-model="information.firstName"> | 24 | <input class="ipt" :class="{err : errorTips.e1.length > 0}" type="text" v-model="information.lastName"> |
25 | </div> | 25 | </div> |
26 | <div class="validator" v-if="errorTips.e1.length > 0 "> | 26 | <div class="validator" v-if="errorTips.e1.length > 0 "> |
27 | <img src="@/assets/images/common/icon-notice.png" alt=""> {{errorTips.e1}} | 27 | <img src="@/assets/images/common/icon-notice.png" alt=""> {{errorTips.e1}} |
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
33 | <img src="@/assets/images/improve-infomation/icon-improve-infomation-user.png"> {{$t('infomationImprove.t1c2')}} | 33 | <img src="@/assets/images/improve-infomation/icon-improve-infomation-user.png"> {{$t('infomationImprove.t1c2')}} |
34 | </div> | 34 | </div> |
35 | <div class="ipt-wrap"> | 35 | <div class="ipt-wrap"> |
36 | <input class="ipt" :class="{err : errorTips.e1.length > 0}" type="text" v-model="information.lastName"> | 36 | <input class="ipt" :class="{err : errorTips.e1.length > 0}" type="text" v-model="information.firstName"> |
37 | </div> | 37 | </div> |
38 | <div class="validator" v-if="errorTips.e1.length > 0 "> | 38 | <div class="validator" v-if="errorTips.e1.length > 0 "> |
39 | <img src="@/assets/images/common/icon-notice.png" alt=""> {{errorTips.e1}} | 39 | <img src="@/assets/images/common/icon-notice.png" alt=""> {{errorTips.e1}} | ... | ... |
-
Please register or sign in to post a comment