39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
![]() |
<view class="course-detail-container">
|
||
|
<!-- 课程介绍 -->
|
||
|
<view class="course-intro">
|
||
|
<view class="intro-title">📚 精品资源分享</view>
|
||
|
<text class="intro-description">
|
||
|
- 🎁 价值上万的*学习资源*,让你轻松打造高质量作品
|
||
|
- 🛠️ 实用*免费视频剪辑工具和AI创作资料*,提高创作效率
|
||
|
- 💡 专业的*平台算法解析*和实战技巧,让你少走弯路
|
||
|
- 🔔 现在仅需 ¥29 即可获得一份精品课程
|
||
|
- 🩸 现在仅需 ¥599 即可获得代理资格,拥有创意站分销权限和所有课程分销和免费看
|
||
|
</text>
|
||
|
</view>
|
||
|
|
||
|
|
||
|
|
||
|
<!-- 功能按钮 -->
|
||
|
<view class="action-buttons">
|
||
|
<view class="button-row">
|
||
|
<button class="action-btn green-btn" bindtap="showQRCode">🎁 领取课程资源</button>
|
||
|
<button class="action-btn purple-btn" bindtap="showVip">🛠️ 成为代理会员</button>
|
||
|
</view>
|
||
|
<view class="button-row">
|
||
|
<button class="action-btn orange-btn" bindtap="showQRCode">📦 免费素材资源</button>
|
||
|
<button class="action-btn yellow-btn" bindtap="showQRCode">💡 运营专家解答</button>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 弹出二维码弹窗 -->
|
||
|
<view wx:if="{{showQRPopup}}" class="qrcode-popup-mask" animation="{{popupAnimation}}" catchtap="closeQRCode">
|
||
|
<view class="qrcode-popup" catchtap="preventClose">
|
||
|
<text class="close-icon" bindtap="closeQRCode">✕</text>
|
||
|
<view class="qrcode-text">
|
||
|
<text>📱 长按保存二维码</text>
|
||
|
<text>扫一扫领取资料</text>
|
||
|
</view>
|
||
|
<image class="qrcode-img" src="{{qrcodeUrl}}" mode="aspectFit" bindlongtap="saveQRCode"></image>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|