|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="about main-background main-background-type0">
|
|
<div class="about main-background main-background-type0">
|
|
|
- <div class="nav-placeholder" />
|
|
|
|
|
|
|
+ <div v-if="!isInMiniProgram" class="nav-placeholder" />
|
|
|
<section class="main-section large">
|
|
<section class="main-section large">
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<div class="title left-right">
|
|
<div class="title left-right">
|
|
|
- <a-button :icon="h(ArrowLeftOutlined)" @click="router.back()">返回</a-button>
|
|
|
|
|
|
|
+ <a-button v-if="!isInMiniProgram" :icon="h(ArrowLeftOutlined)" @click="router.back()">返回</a-button>
|
|
|
<h2>传承协议签署</h2>
|
|
<h2>传承协议签署</h2>
|
|
|
<div class="w-20"></div>
|
|
<div class="w-20"></div>
|
|
|
</div>
|
|
</div>
|
|
@@ -73,6 +73,7 @@ import { useSimpleDataLoader } from '@/composeables/useSimpleDataLoader';
|
|
|
import { ArrowLeftOutlined } from '@ant-design/icons-vue';
|
|
import { ArrowLeftOutlined } from '@ant-design/icons-vue';
|
|
|
import { injectAppConfiguration } from '@/api/system/useAppConfiguration';
|
|
import { injectAppConfiguration } from '@/api/system/useAppConfiguration';
|
|
|
import AgreementFormDisplay from './components/AgreementFormDisplay.vue';
|
|
import AgreementFormDisplay from './components/AgreementFormDisplay.vue';
|
|
|
|
|
+import { isInMiniProgram } from '@/composeables/MiniProgramIng.ts';
|
|
|
|
|
|
|
|
function formatErr(e: unknown): string {
|
|
function formatErr(e: unknown): string {
|
|
|
if (e instanceof RequestApiError)
|
|
if (e instanceof RequestApiError)
|