jufubao-mall 2.0.81 → 2.0.82

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.81",
3
+ "version": "2.0.82",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -203,7 +203,7 @@
203
203
  * @description 监听事件变化
204
204
  * @param container {object} 业务组件对象自己
205
205
  */
206
-
206
+
207
207
  handleRefreshCode(){
208
208
  if (this.$configProject['isPreview']) return;
209
209
  this.onRefreshPage();
@@ -223,9 +223,9 @@
223
223
  // this.jwxSDK = res.jwxSDK;
224
224
  })
225
225
  .catch(error => {
226
- this.$xdAlert({
227
- content: error,
228
- });
226
+ // this.$xdAlert({
227
+ // content: error,
228
+ // });
229
229
  });
230
230
  },
231
231
  refreshQrCode(){