• 游客,欢迎来到米坛社区。
    米坛社区是大型中文智能穿戴设备交流社区,在这里交流你的极客思想,共同建造我们的智能世界
    为了更加方便的获取支持与帮助,请加入米坛社区官方QQ频道

讨论 Cloud Variable on mb7

FlvLujU

Lv 1.161803(φ, phi)
🔥社区作者
普通成员
UID
106881
2022-08-10
350
337
16
Madrid, Spain
www.bandbbs.cn
I am working on my battery program update, but I need help in one thing.

I have create a variable called userbatterylifetime, and in index.page1.js I put the value of 14, and I have made a sentting button that go to index.page4.js, the idea is that in the selection intervale of [1,15], when you click in a rectangle, that contains the number, the variable userbatterylifetime change on index.page1.js being on index.page4.js

Someone could help me?
 

FlvLujU

Lv 1.161803(φ, phi)
🔥社区作者
普通成员
UID
106881
2022-08-10
350
337
16
Madrid, Spain
www.bandbbs.cn
hmUI.createWidget(hmUI.widget.IMG, {
x: 0,
y: 80,
src: "reg1.png"
})
.addEventListener(hmUI.event.CLICK_DOWN, function (b) {
var d = 1
})
});
 

*这是一则由 Google AdSense 自动推荐的广告,与本站无关,不对其真实性与可靠性负责