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

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.
@@ -1296,6 +1296,7 @@ function getShreUserPosterBackgroundFc(objs, upimage) {
1296
1296
  }
1297
1297
 
1298
1298
  export default {
1299
+ _app: _app,
1299
1300
  getSharePoster,
1300
1301
  setText,
1301
1302
  setImage,
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.41",
4
4
  "description": "十云cvjs移动端ui,适用uniapp",
5
5
  "author": "10yun",
6
6
  "license": "Apache-2.0",