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

lfix:井道巡检交互

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