|
@@ -93,7 +93,7 @@ async function handleLogin() {
|
|
<!-- 自定义导航栏 -->
|
|
<!-- 自定义导航栏 -->
|
|
<view :style="{ paddingTop: `${safeAreaInsets?.top}px` }">
|
|
<view :style="{ paddingTop: `${safeAreaInsets?.top}px` }">
|
|
<view class="h-88rpx flex items-center px-24rpx">
|
|
<view class="h-88rpx flex items-center px-24rpx">
|
|
- <wd-icon name="arrow-left" size="48rpx" color="#333" @click="goBack" />
|
|
|
|
|
|
+ <wd-icon name="thin-arrow-left" size="32rpx" @click="goBack" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|