fix: bug
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 53s

This commit is contained in:
sexygoat
2026-04-24 10:27:35 +08:00
parent 1d6c12e8d7
commit 42f4d9f96a
3 changed files with 51 additions and 48 deletions

View File

@@ -3,7 +3,7 @@
<!-- 自定义导航栏 -->
<view v-if="!fromLogin" class="custom-navbar">
<view class="navbar-back" @tap="goBack">
<text class="back-text">🔙</text>
<image class="back-icon" src="../../static/left.png" mode="aspectFit" />
</view>
<view class="navbar-title">绑定手机号</view>
<view class="navbar-placeholder"></view>
@@ -164,8 +164,8 @@
cursor: pointer;
.back-icon {
font-size: 36rpx;
color: var(--text-primary);
width: 40rpx;
height: 40rpx;
}
.back-text {