Commit 0273a7ab authored by 郝聪敏's avatar 郝聪敏

fix: 待支付弹窗仅微信h5支付弹出

parent 44cb5ca1
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
}, },
async created() { async created() {
await this.getPolicy(); await this.getPolicy();
if (this.policy?.cardConfig?.key === "4") { if (this.$route?.query?.isWxH5 && this.policy?.cardConfig?.key === "4") {
this.$dialog({ this.$dialog({
message: "请确认是否已经完成了微信免密支付签约", message: "请确认是否已经完成了微信免密支付签约",
onCancel: () => { onCancel: () => {
......
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