mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
二维码生成地址 的修改
This commit is contained in:
@@ -216,7 +216,7 @@ export default {
|
||||
this.$message.error(rs.message);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
// this.getResOwnerTree().then(rs=>{
|
||||
// this.resOwnerListMap=rs;
|
||||
// });
|
||||
@@ -231,8 +231,9 @@ export default {
|
||||
showQrimage(){
|
||||
let urlPre=window.location.protocol+'//'+window.location.host;
|
||||
// this.qrcode = this.webBaseUrl+'/mobile/pages/resource/courseDetail?id='+this.courseInfo.id;
|
||||
this.qrcode = urlPre+'/mobile/pages/resource/courseDetail?id='+this.courseInfo.id;
|
||||
console.log(this.qrcode,'qrcode');
|
||||
urlPre='https://u.boe.com/m?returnUrl=https://u.boe.com/mobile/pages/login/loading?returnUrl=';
|
||||
this.qrcode = urlPre+'/pages/resource/courseDetail?id='+this.courseInfo.id;
|
||||
//console.log(this.qrcode,'qrcode');
|
||||
this.$nextTick(() => {
|
||||
this.crateQrcode();
|
||||
});
|
||||
@@ -312,7 +313,7 @@ export default {
|
||||
list.forEach((item,index)=>{
|
||||
res.result.some(author=>{
|
||||
if(author.aid==item.teacherId){
|
||||
|
||||
|
||||
if(author.avatar){
|
||||
item.avatar=this.fileBaseUrl + author.avatar;
|
||||
}
|
||||
@@ -647,7 +648,7 @@ export default {
|
||||
height: 68px;
|
||||
text-align: center;
|
||||
line-height: 68px;
|
||||
|
||||
|
||||
div{
|
||||
img{
|
||||
width: 68px;
|
||||
|
||||
Reference in New Issue
Block a user