上传代码

This commit is contained in:
pengxiaolong
2025-07-01 21:30:08 +08:00
parent 89c9f8f1df
commit dc1fab2f90
48 changed files with 516 additions and 103 deletions

View File

@@ -1,11 +1,17 @@
<template>
<view class="return" @click="Return">
<image
style="width:40rpx;height:40rpx;"
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png"
mode="scaleToFill"
/>
</view>
<view class="container">
<image class="logo" :src="userInfo.avatarUrl"></image>
<view class="nickname"> {{ userInfo.nickName }}</view>
<button class="login-btn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
使用微信登录
使用手机号快捷登录
</button>
<view class="return" @click="Return">返回首页</view>
</view>
</template>
@@ -156,11 +162,9 @@ export default {
margin-top: 40rpx;
}
.return{
margin-top: 30rpx;
width: 300rpx;
height: 100rpx;
color: rgb(255, 255, 255);
text-align: center;
line-height: 100rpx;
position: fixed;
top: 100rpx;
left: 80rpx;
z-index: 999;
}
</style>