|
@@ -306,7 +306,6 @@ Page({
|
|
|
///获取电量
|
|
|
else if (payloadType === "battery" && other) {
|
|
|
if (other.battery) {
|
|
|
- console.log("获取电量数值===00===" + other.battery);
|
|
|
var battery = lexin_message.getBattery(other.battery);
|
|
|
that.setData({
|
|
|
battery: battery,
|
|
@@ -832,7 +831,6 @@ Page({
|
|
|
that.getchannelData(other.ProdModel);
|
|
|
// 电量
|
|
|
if (other.Power) {
|
|
|
- console.log("获取电量数值===11===" + other.Power);
|
|
|
var battery = lexin_message.getBattery(other.Power);
|
|
|
that.setData({
|
|
|
battery: battery,
|