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 +1 -1
- package/src/components/JfbBaseCard/JfbBaseCard.vue +3 -3
- package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2.vue +3 -3
- package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +3 -3
- package/src/components/JfbBaseConsumpCode/QPMixin.js +5 -5
- package/src/components/JfbBasePay/JfbBasePay.vue +3 -3
- package/src/components/JfbBaseSweep/JfbBaseSweep.vue +3 -3
- package/src/components/JfbBaseTfkCardBind/JfbBaseTfkCardBind.vue +6 -6
- package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgain.vue +5 -5
package/package.json
CHANGED
|
@@ -50,9 +50,9 @@ export default {
|
|
|
50
50
|
console.log('this.jwxSDK', this.jwxSDK);
|
|
51
51
|
})
|
|
52
52
|
.catch(error => {
|
|
53
|
-
this.$xdAlert({
|
|
54
|
-
|
|
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
|
+
}
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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>
|