mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 03:50:56 +08:00
修正图文分享链接参数问题
This commit is contained in:
parent
c9ddb0abab
commit
f0fdd6ebbb
@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% set share_url = full_url('chapter',chapter.id,auth_user.id) %}
|
||||
{% set share_url = share_url('chapter',chapter.id,auth_user.id) %}
|
||||
{% set qrcode_url = url({'for':'home.qrcode'},{'text':share_url}) %}
|
||||
{% set course_url = url({'for':'home.course.show','id':chapter.course.id}) %}
|
||||
{% set learning_url = url({'for':'home.chapter.learning','id':chapter.id}) %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user