项目初始化

This commit is contained in:
2025-08-09 17:41:14 +08:00
parent a35ecb09f3
commit 7e60227aa6
24 changed files with 1103 additions and 60 deletions

View File

@@ -0,0 +1,8 @@
<view class="avatar-box">
<t-avatar class="avatar-example" image="{{image}}" size="100px"/>
</view>
<view class="button">
<t-button theme="primary" size="large" block open-type="getPhoneNumber" getphonenumber="wxPhone">授权手机号登录</t-button>
<t-button size="large" block>手机号登录</t-button>
</view>