apps/bStandardMiniApp/src/subpackages/login/components/LoginPageLayout/LoginPageLayout.vue
@@ -7,7 +7,7 @@ <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> apps/cStandardMiniApp/src/subpackages/login/components/LoginPageLayout/LoginPageLayout.vue
@@ -7,7 +7,7 @@ <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> apps/housekeepingMiniApp/src/subpackages/sercice/addStandardOrder/InnerPage.vue
@@ -120,7 +120,13 @@ :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> @@ -141,6 +147,7 @@ import dayjs from 'dayjs'; import { EnumUserBankCardAccess, EnumUserBankCardAccessTextFormStandard } from '@12333/constants'; import { Message } from '@12333/utils'; import { template } from 'lodash'; defineOptions({ name: 'InnerPage',