mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
内网环境判断
This commit is contained in:
@@ -695,6 +695,7 @@
|
|||||||
let $this=this;
|
let $this=this;
|
||||||
uni.showLoading({title:'加载中...'})
|
uni.showLoading({title:'加载中...'})
|
||||||
apiCourseStudy.studyIndex(this.courseId).then(rs=>{
|
apiCourseStudy.studyIndex(this.courseId).then(rs=>{
|
||||||
|
console.log("是这个")
|
||||||
if(rs.status != 200) {
|
if(rs.status != 200) {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
uni.showToast({title:rs.message,type:'fail'});
|
uni.showToast({title:rs.message,type:'fail'});
|
||||||
|
|||||||
Reference in New Issue
Block a user