jufubao-third 1.0.16-beta1 → 1.0.16
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
|
@@ -264,11 +264,13 @@ export default {
|
|
|
264
264
|
}).then(res => {
|
|
265
265
|
this.$xdHideLoading();
|
|
266
266
|
|
|
267
|
+
// #ifdef H5
|
|
267
268
|
//需要跳转到第三方支付地址
|
|
268
269
|
if(res['pay_url']) {
|
|
269
270
|
window.location.replace(res['pay_url']);
|
|
270
271
|
return
|
|
271
272
|
}
|
|
273
|
+
//#endif
|
|
272
274
|
|
|
273
275
|
//其他支付模式
|
|
274
276
|
if(successCb) successCb(res);
|