|
@@ -1,4 +1,4 @@
|
|
|
-import { Cell, Dialog, Grid, GridItem, Sticky } from 'vant'
|
|
|
+import { Button, Cell, Dialog, Grid, GridItem, Sticky } from 'vant'
|
|
|
import { defineComponent, onMounted, reactive, ref } from 'vue'
|
|
|
import styles from '../index.module.less'
|
|
|
import iconA from '../images/icon-photo.png'
|
|
@@ -263,8 +263,19 @@ export default defineComponent({
|
|
|
)
|
|
|
})}
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="van-safe-area-bottom">
|
|
|
+ <div style={{ height: 'calc(var(--van-button-default-height) + 0.8rem)' }}></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</OFullRefresh>
|
|
|
+ <div class={styles.confirmBtn}>
|
|
|
+ <div class="van-safe-area-bottom">
|
|
|
+ <Button block type="primary" round>
|
|
|
+ 确认无误
|
|
|
+ </Button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<Dialog v-model:show={dialog.value} confirmButtonText="我知道了">
|
|
|
<div class={[styles.item, styles.tipItem]}>
|
|
|
<Cell center border={false}>
|