
1***@qq.com
- 发布:2023-08-08 10:33
- 更新:2023-08-08 10:59
- 阅读:110

喜欢技术的前端 - QQ---445849201
title="" 给个空字符串
<template>
<view class="content" style="padding: 0;">
<wTitleBar isReturn=true textAlign="center" textColor='#fff' title="" ></wTitleBar>
<view style="height: 3000rpx; width: 750rpx;"></view>
<navigator url="../login/login">前往登录页</navigator>
</view>
</template>

喜欢技术的前端 - QQ---445849201
<wTitleBar class="titleBar" textColor="#fff" title="" :returnColor="0" bgColor="transparent" isReturn="true"></wTitleBar>
:returnColor="0" returnColor这个字段接收的是Number类型
1***@qq.com (作者)
></wTitleBar> 我是这样写的 但是他在页面上显示的是 < true
2023-08-08 10:54