1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 03:50:56 +08:00

修正图文分享链接参数问题

This commit is contained in:
xiaochong0302 2023-06-19 14:05:27 +08:00
parent c9ddb0abab
commit f0fdd6ebbb

View File

@ -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}) %}