mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
提交
This commit is contained in:
@@ -484,7 +484,7 @@ export default {
|
||||
this.showQrimage();
|
||||
let $this = this;
|
||||
//页面只支取一次,所以先直接写在这里面
|
||||
apiCoursePortal.detail(id).then(rs => {
|
||||
apiCoursePortal.detail(id,true).then(rs => {
|
||||
if (rs.status == 200) {
|
||||
console.log(rs,'2')
|
||||
this.courseInfo = rs.result.course;
|
||||
|
||||
Reference in New Issue
Block a user