hookehuyr

fix 查询条件微调

......@@ -120,8 +120,12 @@ export default {
this.closeBtn();
// 交易成功跳转回调页面
// TEMP: 临时传参 donate_id
this.$router.push({
path: '/client/wechatpayCallback'
path: '/client/wechatpayCallback',
query: {
donate_id: res.data.data.id
}
})
} else {
console.warn(res);
......
......@@ -90,7 +90,7 @@ export default {
z-index: 169;
position: fixed;
right: 2rem;
bottom: 14rem;
bottom: 12rem;
width: 3rem;
height: 3rem;
}
......@@ -98,7 +98,7 @@ export default {
z-index: 169;
position: fixed;
right: 2rem;
bottom: 10rem;
bottom: 8rem;
width: 3rem;
height: 3rem;
}
......
......@@ -57,7 +57,7 @@ export default {
this.$router.replace({
path: '/client/donateCertificate',
query: {
donate_id: '314358' // 测试默认值
donate_id: this.$route.query.donate_id
}
});
}
......