|
@@ -350,6 +350,7 @@
|
|
|
function(r){
|
|
|
if(r.err_msg == "get_brand_wcpay_request:ok"){
|
|
|
//
|
|
|
+ clearSessionStorage();
|
|
|
setTimeout(function(){
|
|
|
window.location.replace("/front/vipsubscribe/toPaySuccessPage?orderCode="+ordercode);
|
|
|
},500)
|
|
@@ -1223,7 +1224,6 @@
|
|
|
console.log(param)
|
|
|
$DoPost("/subscribepay/renewUpgrade/renewUpgradeCreateOrder",param,function(r){
|
|
|
if(r.success){
|
|
|
- clearSessionStorage();
|
|
|
onBridgeReady(JSON.parse(r.data.res),r.data.code);
|
|
|
}
|
|
|
$(".save_upgrade").removeAttr("disabled");
|