提交 9d540224 authored 作者: caodi\cd's avatar caodi\cd

lfix:井道巡检交互

上级 e9f8a69c
...@@ -34,17 +34,26 @@ ...@@ -34,17 +34,26 @@
} }
}, },
// 机房巡检
{ {
"path": "pages/inspectionContent/inspectionContent", "path": "pages/inspectionContent/inspectionContent",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
// 井道巡检
{ {
"path": "pages/shaftInspection/shaftInspection", "path": "pages/shaftInspection/shaftInspection",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
},
// 井道巡检新页面
{
"path": "pages/shaftInspection/shaftInspectionNew",
"style": {
"navigationBarTitleText": ""
}
} }
], ],
"globalStyle": { "globalStyle": {
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
保存草稿 保存草稿
</view> </view>
<view class="btn-class" @tap="submit"> 提交 </view> <view class="btn-class" @tap="submit"> 提交 </view>
<view class="btn-class" @tap="toNew"> 跳转新页面 </view>
</view> </view>
</view> </view>
</view> </view>
...@@ -176,6 +177,12 @@ export default { ...@@ -176,6 +177,12 @@ export default {
}, },
methods: { methods: {
// 跳转新页面35.5
toNew() {
uni.navigateTo({
url: "/pages/shaftInspection/shaftInspectionNew",
});
},
init() { init() {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.tabList = pad_2_1_inspection_position.rows.map((item, index) => { this.tabList = pad_2_1_inspection_position.rows.map((item, index) => {
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论