Commit 99d58f04 authored by mengcuiguang's avatar mengcuiguang

代码优化

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