This website works better with JavaScript
Home
Explore
Help
Sign In
ssfg
/
OnlineTraining0622
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
00
roose
5 years ago
parent
bf6717cf2b
commit
428de56afe
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
pages/testAnswer/testAnswer.js
+ 4
- 0
pages/testAnswer/testAnswer.js
View File
@@ -191,6 +191,10 @@ Page({
}
},
})
+ }else {
+ this.setData({
+ dataArr: res.data.list
+ })
}
}
}