fix: 报告 device_id 用 ble.getDeviceId()(修 P2 空归属)+手动入口接入 i18n(P3)

这个提交包含在:
Guoguo
2026-07-18 20:25:57 -07:00
父节点 a7299708e2
当前提交 8e11b2da10
修改 4 个文件,包含 9 行新增4 行删除
@@ -1,4 +1,5 @@
var ble = require('../../services/ble')
var i18n = require('../../i18n/index')
Page({
data: {
statusBarHeight: 44,
@@ -32,6 +33,7 @@ Page({
onLoad: function () {
var app = getApp()
this.setData({ statusBarHeight: app.globalData.statusBarHeight })
i18n.bind(this)
this.checkSubscription()
},