Commit e69412f8 authored by 罗超's avatar 罗超

綁定客戶資料

parent c41066de
......@@ -21,13 +21,12 @@
</div>
<div class="personal-hover row q-mx-lg">
<svg-icon icon="Communication/Mail.svg" color="nav" :size="18"></svg-icon>
<span class="f12 q-ml-sm">{{ userInfo.account }}</span>
<span class="f12 q-ml-sm">{{ userInfo.email }}</span>
</div>
<div class="personal-hover row q-mx-lg">
<svg-icon icon="Map/Marker1.svg" color="nav" :size="18"></svg-icon>
<span class="f12 q-ml-sm">{{ userInfo.address ?? '台南區,細絲豆腐店旁,1-1290' }}</span>
<span class="f12 q-ml-sm">{{ customerInfo.address }}</span>
</div>
</div>
<div class="row justify-between col q-mt-lg din">
<div class="column rounded-borders personal-data" :class="{ 'q-px-lg': $q.platform.is.desktop, 'q-py-sm': $q.platform.is.desktop, 'q-px-xs': $q.platform.is.mobile, 'q-py-xs': $q.platform.is.mobile }" style="flex: 1; flex-shrink: 0">
......@@ -86,22 +85,22 @@
<div class="q-mt-lg row items-center">
<div class="col-5 f12 text-grey-500">{{ $t('personal.Email') }}</div>
<div class="col text-subtitle2">
{{ userInfo.account }}
{{ userInfo.email }}
<br v-if="$q.platform.is.mobile"/>
<span class="bg-green-11 text-green-14 rounded-borders q-px-sm" :class="{'q-ml-md':$q.platform.is.desktop}">{{$t('verified')}}</span>
<span v-if="userInfo.email" class="bg-green-11 text-green-14 rounded-borders q-px-sm" :class="{'q-ml-md':$q.platform.is.desktop}">{{$t('verified')}}</span>
</div>
</div>
</div>
<div class="q-px-lg">
<div class="q-mt-lg row items-center">
<div class="col-5 f12 text-grey-500">{{ $t('personal.numbering') }}</div>
<div class="col text-subtitle2 text-weight-bolder">{{ $t('1603 0275') }}</div>
<div class="col text-subtitle2 text-weight-bolder">{{ customerInfo.uniqueCode }}</div>
</div>
</div>
<div class="q-px-lg">
<div class="q-mt-lg row items-center">
<div class="col-5 f12 text-grey-500">{{ $t('personal.LINEID') }}</div>
<div class="col text-subtitle2 text-weight-bolder">{{ customerInfo.lineId}}</div>
<div class="col text-subtitle2 text-weight-bolder">{{ customerInfo.lineid}}</div>
</div>
</div>
<div class="q-px-lg">
......
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