作者 lihan

支付回调2.4

... ... @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" />
<link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/init.css" />
<link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_647640_n3cow34ja3gzaor.css" />
<link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/PersonCenter/PersonCenter.css" />
<script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script>
<title>个人中心</title>
... ... @@ -31,27 +30,6 @@
</div>
</div>
<!--个人中心分享页面-->
<div class="sharewrap" v-if="shareimg" @click="sharewrap()">
<!--弹层-->
<div class="sharepopup">
<img src="../img/share.png" alt="" style="width:100%"/>
</div>
<div class="sharetext">
<img src="../img/sharetext.png" alt=""/>
</div>
<div class="sharecontent" @click="righnow()">立即邀请</div>
</div>
<div class="rowwrap" v-if="rowshare">
<!--弹层-->
<div class="rowpopup" @click="shareorner()" >
<img src="../img/bg.png" alt="" style="width:100%"/>
</div>
</div>
<!--个人信息-->
<div class="person">
<div class="person_info">
... ...
... ... @@ -363,9 +363,7 @@ new Vue({
/*console.log(JSON.stringify(res))*/
console.log(res);
if(res.status==true){
alert("下单成功");
//window.location.reload();
window.location.href=linkPath+'/PersonCenter/PersonCenter.html'
window.location.href='/index.php?g=&m=template&a=makedetails&oid='+res.oid;
}else if(res.status==false){
alert(res.msg);
alert("下单失败");
... ... @@ -402,9 +400,8 @@ new Vue({
/*console.log(JSON.stringify(res))*/
console.log(res);
if(res.status==true){
alert("下单成功");
//window.location.reload();
window.location.href=linkPath+'/PersonCenter/PersonCenter.html'
window.location.href='/index.php?g=&m=template&a=evaluatedetails&oid='+res.oid;
}else if(res.status==false){
alert(res.msg);
alert("下单失败");
... ... @@ -412,48 +409,6 @@ new Vue({
})
}
//var order_note=that.remark;
//var payment=that.payment;
//var discount_coupon_id=that.discount_coupon_id;
//var url = '/Flow/done'
//var params = {
// unique_id: localStorage.getItem('unique_id'),
// consignee:nick_name,
// tel:tel_phone,
// cart_id_str:id,
// order_type:ordertype,
// spot_id:spot_id,
// store_id:store_id,
// order_notes:order_note,
// payment:payment,
// discount_coupon_id:discount_coupon_id,
// pick_up_time:pick_up_time,
// printer_id:printer_id,
// from:2
//}
//
//
//ajaxsend(url, params, function(res) {
// /*console.log(JSON.stringify(res))*/
// console.log(res);
// if(res.status==true){
// alert("下单成功");
// //window.location.reload();
// window.location.href=linkPath+'/PersonCenter/PersonCenter.html'
// }else if(res.status==false){
// alert(res.msg);
// alert("下单失败");
// }
//
//})
}
}
})
\ No newline at end of file
//});
\ No newline at end of file
... ...