AiListPage

This commit is contained in:
liuye
2021-12-23 11:43:36 +08:00
parent f172bbd77d
commit 407b9cd463
13 changed files with 11 additions and 20 deletions

View File

@@ -9,8 +9,8 @@
</template>
<script>
import Detail from './components/detail'
import Add from './components/add'
import Detail from './detail'
import Add from './add'
export default {
name: 'AppSpecialPeople',

View File

@@ -151,9 +151,10 @@ export default {
})
},
toAdd() {
this.$emit('change', {
type: 'Add',
})
// this.$emit('change', {
// type: 'Add',
// })
uni.navigateTo({url: './add'})
},
idNumberInit(idNumber) {
if(!idNumber) {

View File

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 282 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB