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.
8 lines
295 B
8 lines
295 B
|
3 months ago
|
<view class="container">
|
||
|
|
<view class="icon">
|
||
|
|
<view class="lock-icon"></view>
|
||
|
|
</view>
|
||
|
|
<view class="title">功能暂未开放</view>
|
||
|
|
<view class="subtitle">该功能正在紧张开发中,敬请期待</view>
|
||
|
|
<button class="back-btn" bindtap="onBackTap">返回首页</button>
|
||
|
|
</view>
|