BUG 25901

This commit is contained in:
aixianling
2021-12-24 10:02:37 +08:00
parent a5261dcd61
commit 3e6fb9f710
33 changed files with 35 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
<u-button type="primary" :custom-style="{ width: '100%', borderRadius: '4px', marginTop: '48px' }" @click="goBack">
{{ btnText }}
</u-button>
<AiBack></AiBack>
</div>
</template>

View File

@@ -77,7 +77,7 @@
<!-- 日期选择器 -->
<u-calendar v-model="show" :mode="mode" @change="calendar" />
<AiBack />
</div>
</template>

View File

@@ -223,7 +223,7 @@
<div class="agree" @click="agree(1)">同意</div>
</div>
<AiBack></AiBack>
</div>
</template>