Commit ea60db2d authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/bainian_backurl' into 'master'

fix: 活动页iframe兼容

See merge request !221
parents c71f5697 4b46aa09
...@@ -86,6 +86,7 @@ export default { ...@@ -86,6 +86,7 @@ export default {
const res = await getPayState({ consultantOrderNo: this.orderInfo[0].consultantOrderNo }); const res = await getPayState({ consultantOrderNo: this.orderInfo[0].consultantOrderNo });
if (res.state === 2) { if (res.state === 2) {
setTimeout(() => { setTimeout(() => {
this.setIsLoading(false);
this.getPayState(); this.getPayState();
}, 3000); }, 3000);
} else { } else {
......
...@@ -610,4 +610,12 @@ export default { ...@@ -610,4 +610,12 @@ export default {
} }
} }
} }
.activity-modal-detail {
height: 100%;
min-width: 100%;
*width: 100%;
width: 1px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
</style> </style>
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