gxd-uni-library-editx 1.0.32 → 1.0.34
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
|
@@ -92,7 +92,6 @@
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
created() {
|
|
95
|
-
|
|
96
95
|
//#ifdef H5
|
|
97
96
|
//微信环境定位
|
|
98
97
|
if(isWechat()) {
|
|
@@ -270,7 +269,7 @@
|
|
|
270
269
|
this.timeStatus = setTimeout(() => {
|
|
271
270
|
this.$emit('done', null);
|
|
272
271
|
this.failStatus = true;
|
|
273
|
-
this.$xdLog.setProject('Location.timeout', 'Location.timeout.10s');
|
|
272
|
+
this.$xdLog.setProject('Location.timeout.baidu', 'Location.timeout.10s');
|
|
274
273
|
}, 4000)
|
|
275
274
|
}
|
|
276
275
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<view class="networkStatus" v-if="!networkStatus">网络异常,请检查网络设置是否正常!</view>
|
|
76
76
|
<view v-if="isConsole" class="systemInfoSyn">{{gWindowHeight}}--{{systemInfoSyn}}--{{getMinHeight}}--{{min}}--{{onChange}}</view>
|
|
77
77
|
<slot>
|
|
78
|
-
<view class="loadingblock" :style="{minHeight: getMinHeight,backgroundImage: 'url('+ loadingUrl +')'}"></view>
|
|
78
|
+
<view v-if="0" class="loadingblock" :style="{minHeight: getMinHeight,backgroundImage: 'url('+ loadingUrl +')'}"></view>
|
|
79
79
|
</slot>
|
|
80
80
|
</view>
|
|
81
81
|
</view>
|
|
@@ -35,7 +35,7 @@ export default {
|
|
|
35
35
|
...options
|
|
36
36
|
});
|
|
37
37
|
let locationInfo = await this.getLoadingCityInfoByLocationLv4(options);
|
|
38
|
-
storage.set('
|
|
38
|
+
storage.set('console_Layout.getCity.done',locationInfo)
|
|
39
39
|
this.$xdLog.setProject('Layout.getCity.done', {
|
|
40
40
|
time: new Date().getTime(),
|
|
41
41
|
timeString: new Date().toLocaleString(),
|
|
@@ -74,7 +74,7 @@ export default {
|
|
|
74
74
|
});
|
|
75
75
|
this.locationStatus = true;
|
|
76
76
|
this.timeoutLocationStatus = true;
|
|
77
|
-
},
|
|
77
|
+
}, 3000)
|
|
78
78
|
},
|
|
79
79
|
|
|
80
80
|
handleLocationDone(location) {
|
|
@@ -114,7 +114,6 @@ export default {
|
|
|
114
114
|
});
|
|
115
115
|
|
|
116
116
|
this.timeoutLocation(location);
|
|
117
|
-
|
|
118
117
|
},
|
|
119
118
|
}
|
|
120
119
|
}
|