system-phone 3.0.26 → 3.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -185,7 +185,7 @@
185
185
 
186
186
  },
187
187
  getRepair(){
188
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
188
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
189
189
  return
190
190
  }
191
191
  var _this = this;
@@ -207,7 +207,7 @@
207
207
  }, 100000)
208
208
  },
209
209
  getSafeCheck(){
210
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
210
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
211
211
  return
212
212
  }
213
213
  var _this = this;
@@ -229,7 +229,7 @@
229
229
  }, 100000)
230
230
  },
231
231
  getZhihuan(){
232
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
232
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
233
233
  return
234
234
  }
235
235
  var _this = this;
@@ -299,7 +299,7 @@
299
299
  this.getModelSum()
300
300
  },
301
301
  getmeterNum() {
302
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
302
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
303
303
  return
304
304
  }
305
305
  window.setInterval( ()=> {
@@ -129,7 +129,7 @@
129
129
  }
130
130
  },
131
131
  getmeterNum() {
132
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
132
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
133
133
  return
134
134
  }
135
135
  window.setInterval(() => {
@@ -151,7 +151,7 @@
151
151
  this.timeOutGetmeterNum()
152
152
  },
153
153
  getInfoNum() {
154
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
154
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
155
155
  return
156
156
  }
157
157
  window.setInterval(() => {
@@ -174,7 +174,7 @@
174
174
  this.timeOutGetInfoNum()
175
175
  },
176
176
  getRepairNum() {
177
- if (!Vue.android || !Vue.come || !Vue.come == 'tongchuan') {
177
+ if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
178
178
  return
179
179
  }
180
180
  window.setInterval(() => {