居民信息管理

This commit is contained in:
liuye
2024-07-12 11:56:16 +08:00
parent 1b14f88546
commit b1002fca35
11 changed files with 495 additions and 609 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="AppListPage">
<div class="header" :style="{backgroundImage: url(headerBg)}">
<div class="header" :style="{backgroundImage: `url(${headerBg})`}">
<img :src="headerBg" alt="">
<p>{{label}}</p>
</div>
@@ -29,8 +29,6 @@ export default {
},
methods: {
linkTo(url) {
console.log(111)
console.log(url)
uni.navigateTo({url})
}
}