完成绑定设备UI

This commit is contained in:
kron
2025-05-29 15:48:38 +08:00
parent e1cb712c57
commit 6466c65b66
10 changed files with 270 additions and 2 deletions

View File

@@ -44,6 +44,12 @@ const toQquipmentPage = () => {
});
};
const toAddDevicePage = () => {
uni.navigateTo({
url: "/pages/add-device",
});
};
// 获取全局配置
const getConfig = async () => {
try {
@@ -82,7 +88,7 @@ onMounted(() => {
mode="widthFix"
@click="toQquipmentPage"
/>
<text>我的弓箭</text>
<text @click="toAddDevicePage">我的弓箭</text>
<image
src="../static/a2@2x.png"
mode="widthFix"