9 行
335 B
Plaintext
9 行
335 B
Plaintext
<view class="container">
|
|
<view class="card text-center">
|
|
<view class="success-icon">✓</view>
|
|
<view class="section-title">订阅成功</view>
|
|
<view class="text-muted mb-30">您已成功订阅,现在可以开始使用</view>
|
|
<view class="btn-primary" bindtap="onBackHome">返回首页</view>
|
|
</view>
|
|
</view>
|