|
@@ -172,6 +172,7 @@ export default {
|
|
|
wx.chooseWXPay({
|
|
wx.chooseWXPay({
|
|
|
...res,
|
|
...res,
|
|
|
package: res.package || res.packageValue,
|
|
package: res.package || res.packageValue,
|
|
|
|
|
+ timestamp: res.timeStamp,
|
|
|
success: function (res) {
|
|
success: function (res) {
|
|
|
this.$toast.success('支付成功');
|
|
this.$toast.success('支付成功');
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|