gxd-uni-library-editx 1.0.33 → 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>
|