浏览代码

feature: 删除无用注释文字

Damon 7 月之前
父节点
当前提交
1e25d6ff67
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/index/index.js

+ 0 - 2
pages/index/index.js

@@ -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,