导航

    Taro 社区

    Taro

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    • 话题
    • 热门
    • 群组
    1. 主页
    2. 289266700
    2
    • 资料
    • 关注
    • 粉丝
    • 主题
    • 帖子
    • 最佳
    • 群组

    289266700

    @289266700

    0
    声望
    4
    帖子
    1292
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    289266700 关注

    289266700 发布的帖子

    • this.getOpenerEventChannel is not a function

      opener: Taro.navigateTo({
      url: ../caughtReason/index?type=${type},
      events: {
      acceptDataFromOpenedPage: function(data) {
      console.log(data)
      },
      }
      })
      opened: handleSave = () => {
      const eventChannel = this.getOpenerEventChannel()
      }
      this.getOpenerEventChannel is not a function

      发布在 Taro
      2
      289266700
    • RE: taro ui组件不支持style属性 只能用css文件定义吗

      @陈泽集 <AtInput
      clear
      name='auth_code'
      type='text'
      maxLength='4'
      placeholder='输入验证码'
      value={this.state.auth_code}
      // onChange={this.handleChange.bind(this)}
      >
      <Image src='https://aotu.io/img.png' />
      </AtInput>

      02de84b8-e291-4fc3-8ef4-f16093d2807c-image.png
      请教一下 我是复制taroUI官网的 官网上可以 为什么本地 404了

      发布在 Taro UI
      2
      289266700
    • taro ui组件不支持style属性 只能用css文件定义吗

      taro ui组件不支持style属性 只能用css文件定义吗

      发布在 Taro UI
      2
      289266700