页面切图

This commit is contained in:
仲么了
2023-02-10 16:32:41 +08:00
parent 1e81b90b8f
commit 51f9add37c
12 changed files with 447 additions and 28 deletions

View File

@@ -72,12 +72,12 @@ export default {
}, {
text: 'I/O'
}],
content: [ {
iconPath: '/static/record.png',
text: '记录',
}, {
content: [{
iconPath: '/static/report.png',
text: '告警',
}, {
iconPath: '/static/record.png',
text: '记录',
}, {
iconPath: '/static/about.png',
text: '关于',
@@ -114,6 +114,8 @@ export default {
uni.navigateTo({ url: '/pages/device/transfer' })
} else if (e.item.text === '反馈') {
uni.navigateTo({ url: '/pages/device/feedback' })
} else if (e.item.text === '用户') {
uni.navigateTo({ url: '/pages/device/user' })
}
this.$refs.fab.close()
},
@@ -131,15 +133,19 @@ export default {
})
break;
case 4:
this.content.splice(0, 0, {
this.content.splice(1, 0, {
iconPath: '/static/share.png',
text: '分享',
}, {
iconPath: '/static/subordinate.png',
text: '用户',
}, {
iconPath: '/static/delate.png',
text: '删除',
})
break;
case 5:
this.content.splice(0, 0, {
this.content.push({
iconPath: '/static/feedback.png',
text: '反馈',
})