Commit 99d58f04 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 6c013c96
......@@ -144,7 +144,7 @@
this.post({
url: '/vip/getVipProducts',
data: {
vedioId: that.point <= 0 ? null : that.vedioId
bookId: that.vedioId
},
showLoading: false,
success: ({
......@@ -203,7 +203,7 @@
this.post({
url: '/vip/getVipPayParams/douyin',
data: {
vedioId: that.point <= 0 ? null : that.vedioId,
vedioId: that.vedioId,
os: that.os,
pid: vipBean.pid
},
......
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