main
liudan 1 year ago
parent 7f9740440a
commit 1e1486dff8
  1. 3
      components/shopro-auth-modal/shopro-auth-modal.vue
  2. 1
      shopro/pay/index.js

@ -688,7 +688,8 @@ export default {
"user.accountLogin", "user.accountLogin",
{ {
account: that.form["accountLogin"].data.account, account: that.form["accountLogin"].data.account,
password: that.form["accountLogin"].data.password password: that.form["accountLogin"].data.password,
session_id: uni.getStorageSync("session_id")||'',
}, },
"登录中..." "登录中..."
) )

@ -100,6 +100,7 @@ export default class ShoproPay {
let params = { let params = {
order_sn: that.order.order_sn, order_sn: that.order.order_sn,
payment: that.payment, payment: that.payment,
session_id: uni.getStorageSync('session_id') || '',
return_url: return_url return_url: return_url
} }
if (uni.getStorageSync('openid')) { if (uni.getStorageSync('openid')) {

Loading…
Cancel
Save