Commit 279a240f authored by IvyXia123's avatar IvyXia123

支付22和视频排查

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