@10yun/cv-mobile-ui 0.5.39 → 0.5.40

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.
Files changed (2) hide show
  1. package/libs/amap-wx.js +2 -2
  2. package/package.json +1 -1
package/libs/amap-wx.js CHANGED
@@ -132,7 +132,7 @@ AMapWX.prototype.getWeather = function (a) {
132
132
  success: function (b) {
133
133
  function c(a) {
134
134
  var b = {
135
- city: { text: '城市', data: a.city },
135
+ city: { text: '城市', data: a.city },
136
136
  weather: {
137
137
  text: '天气',
138
138
  data: a.weather
@@ -512,6 +512,6 @@ AMapWX.prototype.getRidingRoute = function (a) {
512
512
  }
513
513
  });
514
514
  };
515
- export default { AMapWX };
515
+ export { AMapWX };
516
516
  export default AMapWX;
517
517
  // module.exports.AMapWX = AMapWX;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10yun/cv-mobile-ui",
3
- "version": "0.5.39",
3
+ "version": "0.5.40",
4
4
  "description": "十云cvjs移动端ui,适用uniapp",
5
5
  "author": "10yun",
6
6
  "license": "Apache-2.0",