便民服务
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div class="AppConvenientService">
|
||||
<div class="card-list">
|
||||
便民服务
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AppConvenientService",
|
||||
appName: "便民服务",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppConvenientService {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user