-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dongfengtao
committed
Mar 14, 2024
1 parent
1d0cfdb
commit 180d814
Showing
7 changed files
with
179 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
<view class="intro">Welcome to Mini Program</view> | ||
<button bindtap="loginByCode">loginByCode</button> | ||
<button open-type="getPhoneNumber" bindgetphonenumber="loginByPhone">loginByPhone</button> | ||
<button open-type="getPhoneNumber" bindgetphonenumber="getPhone">getPhone</button> | ||
<button bindtap="loginByPassword">loginByPassword</button> | ||
|
||
<!-- 发送手机短信验证码 --> | ||
<button bindtap="sendSms">sendSms</button> | ||
<button bindtap="bindPhone">bindPhone</button> | ||
<button bindtap="updatePhone">updatePhone</button> | ||
<!-- 使用手机短信验证码登录 --> | ||
<button bindtap="loginByPassCode">loginByPassCode</button> | ||
<!-- 发送邮箱验证码 --> | ||
<button bindtap="sendEmailCode">sendEmailCode</button> | ||
<!-- 绑定邮箱 --> | ||
<button bindtap="bindEmail">bindEmail</button> | ||
<!-- 修改邮箱 --> | ||
<button bindtap="updateEmail">updateEmail</button> | ||
<button bindtap="deleteAccount">deleteAccount</button> | ||
|
||
<!-- 解密数据 --> | ||
<button bindtap="decryptData">decryptData</button> | ||
|
||
|
||
<button bindtap="refreshToken">refreshToken</button> | ||
<button bindtap="updatePassword">updatePassword</button> | ||
<button bindtap="getUserInfo">getUserInfo</button> | ||
<button bindtap="updateAvatar">updateAvatar</button> | ||
<button bindtap="updateUserInfo">updateUserInfo</button> | ||
|
||
<button bindtap="logout">logout</button> | ||
|
||
<button bindtap="getLoginState">getLoginState</button> | ||
<button bindtap="clearLoginState">clearLoginState</button> | ||
|
||
<button bindtap="getShareInfo">getShareInfo</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
{"setting":{"urlCheck":true,"es6":true,"postcss":true,"minified":true,"newFeature":true,"autoCompile":true,"compileHotReLoad":true,"nativeCompile":true,"useCompilerPlugins":["typescript"]},"appid":"ttcad4bc6955e5062401","projectname":"miniapp-tt","douyinProjectType":"native"} | ||
{ | ||
"setting": { | ||
"urlCheck": true, | ||
"es6": true, | ||
"postcss": true, | ||
"minified": true, | ||
"newFeature": true, | ||
"autoCompile": true, | ||
"compileHotReLoad": true, | ||
"nativeCompile": true, | ||
"useCompilerPlugins": ["typescript"] | ||
}, | ||
"packOptions": { | ||
"npm": true | ||
}, | ||
"appid": "ttcad4bc6955e5062401", | ||
"projectname": "miniapp-tt", | ||
"douyinProjectType": "native" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters