mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
0720打包-仅内网
This commit is contained in:
@@ -412,20 +412,20 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<interact-share ref="comShare" :data="courseInfo":type="1"></interact-share>
|
<interact-share ref="comShare" :data="courseInfo":type="1"></interact-share>
|
||||||
</view>
|
</view>
|
||||||
<u-popup :show="protocolDialogVisible" mode="center" :closeable="false" :closeOnClickOverlay="false" :round="14" @close="closeDialog">
|
<!-- <u-popup :show="protocolDialogVisible" mode="center" :closeable="false" :closeOnClickOverlay="false" :round="14" @close="closeDialog">-->
|
||||||
<view class="dlgscore">
|
<!-- <view class="dlgscore">-->
|
||||||
<view class="dlgscore-top">
|
<!-- <view class="dlgscore-top">-->
|
||||||
<view class="dlgscore-title">{{warnTitle}}</view>
|
<!-- <view class="dlgscore-title">{{warnTitle}}</view>-->
|
||||||
<view class="dlgscore-desc">{{warn}}</view>
|
<!-- <view class="dlgscore-desc">{{warn}}</view>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
<view class="dlgscore-btns">
|
<!-- <view class="dlgscore-btns">-->
|
||||||
<view class="dlgscore-submit">
|
<!-- <view class="dlgscore-submit">-->
|
||||||
<text @click="addScore()">确认</text>
|
<!-- <text @click="addScore()">确认</text>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
<!-- <u-button type="primary" @click="addScore()" text="提交评分"></u-button> -->
|
<!-- <!– <u-button type="primary" @click="addScore()" text="提交评分"></u-button> –>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
</u-popup>
|
<!-- </u-popup>-->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -701,14 +701,6 @@
|
|||||||
apiCourseStudy.studyIndex(this.courseId).then(rs=>{
|
apiCourseStudy.studyIndex(this.courseId).then(rs=>{
|
||||||
console.log("是这个")
|
console.log("是这个")
|
||||||
if(rs.status != 200) {
|
if(rs.status != 200) {
|
||||||
if (!rs.result.isPermission || (rs.result.isPermission && this.Internet==1)){
|
|
||||||
// this.getInternet()
|
|
||||||
this.renderCourse = true
|
|
||||||
}else{
|
|
||||||
// this.Internet=1;
|
|
||||||
this.renderCourse = false
|
|
||||||
this.protocolDialogVisible=true
|
|
||||||
}
|
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
uni.showToast({title:rs.message,type:'fail'});
|
uni.showToast({title:rs.message,type:'fail'});
|
||||||
//$this.$refs.messager.show({message:rs.message,type:'error'});
|
//$this.$refs.messager.show({message:rs.message,type:'error'});
|
||||||
@@ -724,6 +716,14 @@
|
|||||||
//$this.$refs.messager.show({message:'十分抱歉,此课程已停用,如需使用,请联系管理员。',type:'error'});
|
//$this.$refs.messager.show({message:'十分抱歉,此课程已停用,如需使用,请联系管理员。',type:'error'});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (!rs.result.isPermission || (rs.result.isPermission && this.Internet==1)){
|
||||||
|
// this.getInternet()
|
||||||
|
this.renderCourse = true
|
||||||
|
}else{
|
||||||
|
// this.Internet=1;
|
||||||
|
this.renderCourse = false
|
||||||
|
// this.protocolDialogVisible=true
|
||||||
|
}
|
||||||
$this.courseInfo=rs.result.course;
|
$this.courseInfo=rs.result.course;
|
||||||
//$this.scoreInfo.score=rs.result.course.score;
|
//$this.scoreInfo.score=rs.result.course.score;
|
||||||
//处理老师数据
|
//处理老师数据
|
||||||
|
|||||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
|||||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7d4aca93.js></script><script src=/mobile/static/js/index.28a1e5b1.js></script></body></html>
|
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7d4aca93.js></script><script src=/mobile/static/js/index.d5f4f3da.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.363105db.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.363105db.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user