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