system-phone 3.0.25 → 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
|
Binary file
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
},
|
|
187
187
|
getRepair(){
|
|
188
|
-
if (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
177
|
+
if (this.$appdata.getSingleValue('红点') && this.$appdata.getSingleValue('红点') != 'true') {
|
|
178
178
|
return
|
|
179
179
|
}
|
|
180
180
|
window.setInterval(() => {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
</dropdown>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="app-header-guanbishengyin" style="line-height: 25px" @click='mute()'>
|
|
38
|
-
<img v-if="f_voiceSwitch" src="../assets/jingyin3.png" style="height: 20px; "/>
|
|
39
|
-
<img v-if="!f_voiceSwitch" src="../assets/
|
|
38
|
+
<img v-if="f_voiceSwitch" src="../assets/jingyin3.png" style="height: 20px; width: 20px;"/>
|
|
39
|
+
<img v-if="!f_voiceSwitch" src="../assets/yinliang.png" style="height: 20px; width: 20px;"/>
|
|
40
40
|
</div>
|
|
41
41
|
</div>
|
|
42
42
|
</template>
|