新增信息更新
This commit is contained in:
parent
b8511bf263
commit
778510b9a7
11
pages.json
11
pages.json
@ -313,7 +313,16 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "newArchives/newArchives",
|
"path": "newArchives/newArchives",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "新增档案",
|
"navigationBarTitleText": "信息登记",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#3175f9",
|
||||||
|
"navigationBarTextStyle": "white"
|
||||||
|
}
|
||||||
|
|
||||||
|
}, {
|
||||||
|
"path": "updateArchives/updateArchives",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "信息更新",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#3175f9",
|
"navigationBarBackgroundColor": "#3175f9",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="">
|
<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>
|
</view>
|
||||||
</template>
|
</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