You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importTaro,{Component}from'@tarojs/taro'importPropTypesfrom'prop-types'import{View,Text}from'@tarojs/components'import'./index.scss'exportdefaultclassDocsHeaderextendsComponent{render(){const{ title }=this.propsconstss=trueletdesif(ss){des=<Text>111</Text>}else{des=<Text>222</Text>}return(<ViewclassName='doc-header'>{des}<ViewclassName='doc-header__title'>111{title}</View></View>)}}DocsHeader.defaultProps={title: '标题'}DocsHeader.propTypes={title: PropTypes.string}
报错信息
系统信息
操作系统: MacOs
Taro 版本 1.0.7 || 1.1.0-beat8
Node.js 版本 10
报错平台 weapp
The text was updated successfully, but these errors were encountered:
问题描述
render 使用 if 语句 无法正确渲染、
复现步骤
报错信息
系统信息
The text was updated successfully, but these errors were encountered: