完成绑定设备UI
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user