Browse Source

fix:过渡季不可调节

guotianliang 3 years ago
parent
commit
32ca965337
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages/adjust/index.js

+ 13 - 0
pages/adjust/index.js

@@ -342,6 +342,19 @@ Page({
   },
   // 重新开启
   turnUp(){
+    if(this.data.bgSeasonType=="Transition"){
+      wx.showModal({
+        title: '现在是过渡季不可调节',
+        showCancel: false,
+        confirmText:"我知道了",//默认是“确定”
+        // confirmColor: 'skyblue',//确定文字的颜色
+        success: function (res) {
+        },
+        fail: function (res) { },//接口调用失败的回调函数
+        complete: function (res) { },//接口调用结束的回调函数(调用成功、失败都会执行)
+     })
+      return ;
+    }
     if(this.data.havePower.result!=="success"){
       Toast.fail(this.data.havePower.message);
       return