新增信息更新
This commit is contained in:
parent
b8511bf263
commit
778510b9a7
11
pages.json
11
pages.json
@ -313,7 +313,16 @@
|
||||
}, {
|
||||
"path": "newArchives/newArchives",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新增档案",
|
||||
"navigationBarTitleText": "信息登记",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#3175f9",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "updateArchives/updateArchives",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信息更新",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#3175f9",
|
||||
"navigationBarTextStyle": "white"
|
||||
|
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<button class="new_btn" @click="navTo('/subpkg/newArchives/newArchives')">新建档案</button>
|
||||
<button class="new_btn" @click="navTo('/subpkg/newArchives/newArchives')">信息登记</button>
|
||||
<button class="new_btn" @click="navTo('/subpkg/updateArchives/updateArchives')">信息更新(测试中)</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
23
subpkg/updateArchives/updateArchives.vue
Normal file
23
subpkg/updateArchives/updateArchives.vue
Normal file
@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<view class=""></view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad() {},
|
||||
onShow() {},
|
||||
methods: {},
|
||||
onPullDownRefresh() {
|
||||
uni.stopPullDownRefresh()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user