6170分享设备页面功能开发

This commit is contained in:
fengerli
2025-07-19 10:22:48 +08:00
parent bc3bea6df0
commit 1663ae75e4
9 changed files with 321 additions and 89 deletions

View File

@ -325,9 +325,17 @@
this.lightModeB = false
},
// 分享
shareUp(){
shareUp() {
uni.navigateTo({
url: '/pages/6170/share/index'
url: '/pages/6170/share/index',
events: {
ack: function(data) {}
},
success: (res) => {
res.eventChannel.emit('share', {
data: this.itemInfo,
});
}
})
},
@ -482,6 +490,7 @@
width: 204rpx;
height: 144rpx;
margin-top: 30rpx;
object-fit: contain;
}
.dlIMG {
@ -646,7 +655,7 @@
.example-body {
position: absolute;
left: 50%;
top: 60%;
top: 70%;
width: 100%;
transform: translate(-10%, -100%);