jufubao-base 1.0.384 → 1.0.385

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-base",
3
- "version": "1.0.384",
3
+ "version": "1.0.385",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -437,9 +437,9 @@ export default {
437
437
  console.log(0)
438
438
  })
439
439
  .catch(error=>{
440
- this.$xdAlert({
441
- content: error,
442
- });
440
+ // this.$xdAlert({
441
+ // content: error,
442
+ // });
443
443
  })
444
444
  }
445
445
  // #endif
@@ -123,9 +123,9 @@
123
123
  this.jwxSDK = res.jwxSDK;
124
124
  })
125
125
  .catch(error=>{
126
- this.$xdAlert({
127
- content: error,
128
- });
126
+ // this.$xdAlert({
127
+ // content: error,
128
+ // });
129
129
  })
130
130
  }
131
131
  // #endif
@@ -643,9 +643,9 @@ export default {
643
643
  })
644
644
  .then()
645
645
  .catch(error=>{
646
- this.$xdAlert({
647
- content: error,
648
- });
646
+ // this.$xdAlert({
647
+ // content: error,
648
+ // });
649
649
  })
650
650
  }
651
651
  // #endif
@@ -50,9 +50,9 @@ export default {
50
50
  console.log('this.jwxSDK', this.jwxSDK);
51
51
  })
52
52
  .catch(error => {
53
- this.$xdAlert({
54
- content: error,
55
- });
53
+ // this.$xdAlert({
54
+ // content: error,
55
+ // });
56
56
  });
57
57
  },
58
58
  // 发起微信支付请求 (支付签名数据)
@@ -263,7 +263,7 @@ export default {
263
263
  }
264
264
  })
265
265
  },
266
-
266
+
267
267
  //获取用户可用支付渠道
268
268
  p_getListUserPayChannel() {
269
269
  const { pay_channels } = this.projectAttr;
@@ -324,4 +324,4 @@ export default {
324
324
  })
325
325
  },
326
326
  }
327
- }
327
+ }
@@ -456,9 +456,9 @@ export default {
456
456
  this.jwxSDK = res.jwxSDK;
457
457
  })
458
458
  .catch(error => {
459
- this.$xdAlert({
460
- content: error,
461
- });
459
+ // this.$xdAlert({
460
+ // content: error,
461
+ // });
462
462
  });
463
463
  },
464
464
 
@@ -100,9 +100,9 @@ export default {
100
100
  this.scan();
101
101
  })
102
102
  .catch(error=>{
103
- this.$xdAlert({
104
- content: error,
105
- });
103
+ // this.$xdAlert({
104
+ // content: error,
105
+ // });
106
106
  })
107
107
  }
108
108
  // #endif
@@ -203,7 +203,7 @@
203
203
  valid_token: "",
204
204
  formRenderKey: "formRenderKey",
205
205
  hasCon: "", //是否有优惠券
206
-
206
+
207
207
  //todo
208
208
  tips: "",
209
209
  labelWidth: 180,
@@ -229,7 +229,7 @@
229
229
  bottom: 0
230
230
  },
231
231
  menuBtnPadding: {},
232
-
232
+
233
233
  passwordIcon: {},
234
234
  validCodeIcon: {},
235
235
  btnMargin: {},
@@ -392,9 +392,9 @@
392
392
  console.log(0)
393
393
  })
394
394
  .catch(error=>{
395
- this.$xdAlert({
396
- content: error,
397
- });
395
+ // this.$xdAlert({
396
+ // content: error,
397
+ // });
398
398
  })
399
399
  }
400
400
  // #endif
@@ -843,7 +843,7 @@
843
843
  .menu_item{
844
844
  flex: 1;
845
845
  text-align: center;
846
-
846
+
847
847
  .menu_inner{
848
848
  display: inline-block;
849
849
  &.button{
@@ -104,7 +104,7 @@
104
104
  },
105
105
  created() {
106
106
  console.log(this.$configProject,this.settings.index,'apapapa');
107
-
107
+
108
108
  this.init(this.container);
109
109
  },
110
110
  methods: {
@@ -126,9 +126,9 @@
126
126
 
127
127
  })
128
128
  .catch(error => {
129
- this.$xdAlert({
130
- content: error,
131
- });
129
+ // this.$xdAlert({
130
+ // content: error,
131
+ // });
132
132
  });
133
133
  },
134
134
  getAmout(amount) {
@@ -351,4 +351,4 @@
351
351
  }
352
352
  }
353
353
  }
354
- </style>
354
+ </style>