老版本最终版

This commit is contained in:
17792275749
2026-05-11 09:45:03 +08:00
parent 925977acef
commit 497b6d9a56
5 changed files with 26 additions and 2 deletions
+8
View File
@@ -59,5 +59,13 @@ Page({
wx.navigateTo({
url: "/pages/help/help"
})
},
onShareAppMessage() {
return {
title: '智能蓝牙秤',
path: '/pages/home/home',
imageUrl: '/images/share/share.jpg',
}
}
})