|
|
@ -17,7 +17,7 @@ |
|
|
<view v-else> |
|
|
<view v-else> |
|
|
<view class="user__name"> |
|
|
<view class="user__name"> |
|
|
<text class="name">{{ userInfo.name }}</text> |
|
|
<text class="name">{{ userInfo.name }}</text> |
|
|
<image v-if="userInfo.fddEnterpriseStatus === fddStatus.UNCERTIFIED" class="image" src="/static/imgs/mine/certified-icon.png"></image> |
|
|
|
|
|
|
|
|
<image v-if="userInfo.fddEnterpriseStatus === fddStatus.CERTIFIED_SUCCESS" class="image" src="/static/imgs/mine/certified-icon.png"></image> |
|
|
<image v-else class="image" @click="certifyCompany()" src="/static/imgs/mine/non-certified-icon.png"></image> |
|
|
<image v-else class="image" @click="certifyCompany()" src="/static/imgs/mine/non-certified-icon.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view style="margin-top: 10rpx"> |
|
|
<view style="margin-top: 10rpx"> |
|
|
@ -135,7 +135,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
import { exit, go2 } from '@/utils/hook.js' |
|
|
import { exit, go2 } from '@/utils/hook.js' |
|
|
import { fddEnterpriseStatus } from '@/enums/index.js' |
|
|
import { fddEnterpriseStatus } from '@/enums/index.js' |
|
|
import { getBaseInfo } from '@/apis/commonApi.js' |
|
|
|
|
|
|
|
|
import { getBaseInfo, getVerifyUrl } from '@/apis/commonApi.js' |
|
|
import qnDataPicker from '@/components/qn-data-picker/qn-data-picker.vue' |
|
|
import qnDataPicker from '@/components/qn-data-picker/qn-data-picker.vue' |
|
|
import { dateTimeFormat } from '@/utils/index.js' |
|
|
import { dateTimeFormat } from '@/utils/index.js' |
|
|
import { getOrderStatistics } from '@/apis/mineApi.js' |
|
|
import { getOrderStatistics } from '@/apis/mineApi.js' |
|
|
|