初始化

This commit is contained in:
zhu
2026-03-27 13:29:41 +08:00
commit ee03132cee
112 changed files with 6417 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<view wx:if="{{!loading}}" class="page">
<view class="j-1">
<view class="text-1">欢迎使用术极守护</view>
<view class="text-2">您的贴身康复管家</view>
<view class="text-2">为您的术后康复之路保驾护航</view>
</view>
<view class="footer">
<button class="btn"
bind:tap="handNext"> 下一步</button>
</view>
</view>