Commit 279a240f authored by IvyXia123's avatar IvyXia123

支付22和视频排查

parent 818acb23
......@@ -69,7 +69,7 @@
</div>
</div>
</div>
<!-- 多中 -->
<div class="pay-list">
<div class="pay-choice">支付方式选择</div>
<ul class="pay">
......
......@@ -112,6 +112,7 @@ export default {
}else {
console.log("支付:" + 454235)
this.groupDetail = JSON.parse(sessionStorage.getItem('groupDetail'));
console.log(this.groupDetail)
}
if (sessionStorage.getItem("buyindex") == 1) {
getUserDetailApi().then(res => {
......
......@@ -629,6 +629,7 @@ export default {
}
Toast.clear()
this.groupDetail = res;
sessionStorage.setItem('groupDetail', res)
this.groupDetail.desc.detail = comment.letslazyload(this.groupDetail.desc.detail)
for (let i = 0; i < this.groupDetail.header_url.length; i++) {
this.groupDetail.header_url[i] = this.groupDetail.header_url[
......
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