@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.2.56",
3
+ "version": "4.2.57",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -102,6 +102,7 @@ const onPayClick = () => {
102
102
  payFinishJumpUrl: props.payFinishJumpUrl
103
103
  }).then(result => {
104
104
  console.log(result), 'result'
105
+ window.location.href = props.payFinishJumpUrl as string
105
106
  })
106
107
  } else {
107
108
  wx.login({
@@ -173,6 +173,7 @@ const onPayClick = () => {
173
173
  payFinishJumpUrl: props.payFinishJumpUrl
174
174
  }).then(result => {
175
175
  console.log(result), 'result'
176
+ window.location.href = props.payFinishJumpUrl as string
176
177
  })
177
178
  } else {
178
179
  wx.login({