You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
625 B
14 lines
625 B
<view class="container">
|
|
<view class="course_info" style="text-align: center;padding: 18px; margin-bottom: 20px;">
|
|
<image style="border-radius: 50%;overflow: hidden;width: 136rpx;height:136rpx;" src="{{avatar_url}}"></image>
|
|
<text>\n{{inviter}}\n</text>
|
|
<text>邀请你加入课程\n</text>
|
|
<text style="font-size:24px;">{{course_name}}\n</text>
|
|
</view>
|
|
<view style="text-align:center;">
|
|
<button type="primary" disabled="{{current_time>deadline}}" bindtap="join_course">加入
|
|
</button>
|
|
<view class="error" wx:if="{{current_time>deadline}}">该邀请链接已失效</view>
|
|
</view>
|
|
</view>
|