|
@@ -964,6 +964,9 @@ export default {
|
|
this.$api.courseDetail(this.courseId).then(res => {
|
|
this.$api.courseDetail(this.courseId).then(res => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
self.detail = res.data.data;
|
|
self.detail = res.data.data;
|
|
|
|
+ uni.setNavigationBarTitle({
|
|
|
|
+ title:res.data.data.courseName || '课程详情'
|
|
|
|
+ })
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|