1
0
forked from dyf/APP

蓝牙设备添加分享功能

This commit is contained in:
liub
2026-01-29 16:52:52 +08:00
parent dae3561235
commit 23fe40902b
8 changed files with 852 additions and 64 deletions

View File

@ -15,6 +15,9 @@
</block>
</uni-nav-bar>
<view class="eq" :style="{marginTop:Status.navbar.height+'px'}">
<view class="leftImg" @click.stop="previewImg(device.devicePic?device.devicePic:formData.img)">
@ -3346,4 +3349,8 @@
.uni-navbar--fixed{
top:0rpx;
}
/deep/ .uni-navbar--fixed {
top: 0px;
}
</style>