二维码生成地址 的修改

This commit is contained in:
daihh
2022-06-15 15:03:27 +08:00
parent f1270c2182
commit d220d8bfc8
4 changed files with 16 additions and 10 deletions

View File

@@ -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;