10 行
412 B
Plaintext
10 行
412 B
Plaintext
<view class="container">
|
|
<view class="card text-center">
|
|
<view class="lock-icon">🔒</view>
|
|
<view class="section-title">需要订阅</view>
|
|
<view class="text-muted mb-30">您的试用已到期,请订阅后继续使用</view>
|
|
<view class="btn-primary mb-20" bindtap="onViewPlans">查看套餐</view>
|
|
<view class="btn-secondary" bindtap="onBack">返回首页</view>
|
|
</view>
|
|
</view>
|