Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp
| | |
| | | <img :src="OssAssets.login.AuthBg" class="authorization-page-auth" /> |
| | | </template> |
| | | |
| | | <div class="authorization-page-title">欢迎使用灵工达</div> |
| | | <div class="authorization-page-title">欢迎使用淘闪工承揽</div> |
| | | |
| | | <slot></slot> |
| | | </PageLayout> |
| | |
| | | <img :src="OssAssets.login.AuthBg" class="authorization-page-auth" /> |
| | | </template> |
| | | |
| | | <div class="authorization-page-title">欢迎使用工易赚</div> |
| | | <div class="authorization-page-title">欢迎使用淘闪工灵工</div> |
| | | |
| | | <slot></slot> |
| | | </PageLayout> |
| | |
| | | :is-show-custom-address="false" |
| | | @selected="selected" |
| | | exist-address-title="选择地址" |
| | | ></nut-address> |
| | | > |
| | | <template #bottom> |
| | | <div class="select-address-bottom"> |
| | | <nut-button type="primary" @click="goSelectAddress">新增地址</nut-button> |
| | | </div> |
| | | </template> |
| | | </nut-address> |
| | | </LoadingLayout> |
| | | </template> |
| | | |
| | |
| | | import dayjs from 'dayjs'; |
| | | import { EnumUserBankCardAccess, EnumUserBankCardAccessTextFormStandard } from '@12333/constants'; |
| | | import { Message } from '@12333/utils'; |
| | | import { template } from 'lodash'; |
| | | |
| | | defineOptions({ |
| | | name: 'InnerPage', |