@ -688,7 +688,8 @@ export default {
"user.accountLogin",
{
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 = {
order_sn: that.order.order_sn,
payment: that.payment,
session_id: uni.getStorageSync('session_id') || '',
return_url: return_url
}
if (uni.getStorageSync('openid')) {