@uxda/appkit 4.2.56 → 4.2.57
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/dist/index.js
CHANGED
|
@@ -1762,6 +1762,7 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1762
1762
|
payFinishJumpUrl: props.payFinishJumpUrl
|
|
1763
1763
|
}).then((result) => {
|
|
1764
1764
|
console.log(result);
|
|
1765
|
+
window.location.href = props.payFinishJumpUrl;
|
|
1765
1766
|
});
|
|
1766
1767
|
} else {
|
|
1767
1768
|
wx.login({
|
|
@@ -2129,6 +2130,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2129
2130
|
payFinishJumpUrl: props.payFinishJumpUrl
|
|
2130
2131
|
}).then((result) => {
|
|
2131
2132
|
console.log(result);
|
|
2133
|
+
window.location.href = props.payFinishJumpUrl;
|
|
2132
2134
|
});
|
|
2133
2135
|
} else {
|
|
2134
2136
|
wx.login({
|
package/package.json
CHANGED