Commit ff909715 authored by Mac's avatar Mac

甲鹤付款

parent af25a29d
......@@ -337,7 +337,7 @@
};
good.DetailList.push(g);
uni.navigateTo({
url: '/pages/order-submit/education-submit?formData=' +
url: '/pages/order-submit/neweducation-submit?formData=' +
encodeURIComponent(JSON.stringify(good)) +
'&IsFormShoppingCart=2&ShoppingCartIdList=' +
JSON.stringify(ShoppingCartIdList),
......
......@@ -239,6 +239,8 @@
"path":"education-submit"
},{
"path":"education-success"
},{
"path":"neweducation-submit"//新的甲鹤结算页面
}
]
},
......
......@@ -75,7 +75,7 @@
<view class="titleh">
<text>高级筛选(甄选会员功能)</text>
<text>高级筛选</text>
<view class="vipbtn" :style="{background:mainColor}">
vip筹建中
</view>
......
This diff is collapsed.
......@@ -84,6 +84,10 @@
uni.reLaunch({
url: '/pages/school/personal/orderList?status=2'
});
}else if(this.payInfo.type == 2){//根据甲鹤的跳转
uni.reLaunch({
url: "/pages/order/index/index?status=0",
});
}
} else {
uni.reLaunch({
......
......@@ -399,7 +399,7 @@
});
}else{
uni.navigateTo({
url: '/pages/order-submit/education-submit?formData=' + encodeURIComponent(JSON.stringify(forms)) +
url: '/pages/order-submit/neweducation-submit?formData=' + encodeURIComponent(JSON.stringify(forms)) +
'&IsFormShoppingCart=2&ShoppingCartIdList=' + JSON.stringify(ShoppingCartIdList)
});
}
......
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