Commit bfa59c94 by 程默

支付页面更新session

parent c435d18a
......@@ -31,6 +31,12 @@ export default {
this.options_orderType = options.orderType;
this.options_isCard= options.isCard;
this.options_isCardTitle= options.isCardTit;
if(options.sessionid){
wx.setStorage({
key: "sessionid",
data: options.sessionid
});
}
let that = this;
wx.getStorage({
key: "openid",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment