初始化
This commit is contained in:
13
pages/system/welcome/index.wxml
Normal file
13
pages/system/welcome/index.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user