Commit 9b7739dc by liang ce

轮询添加参数

parent 622a90b4
...@@ -47,7 +47,10 @@ create.Page({ ...@@ -47,7 +47,10 @@ create.Page({
clearInterval(interval); clearInterval(interval);
} }
requestNum++; requestNum++;
getThirdUserPlatForm().then(res => { let data={
platform: this.data.platform
}
getThirdUserPlatForm(data).then(res => {
let relatedAppPlatformList = []; let relatedAppPlatformList = [];
res.data.data.forEach(item => { res.data.data.forEach(item => {
if (item.platform === this.data.platform) { if (item.platform === this.data.platform) {
......
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