导航

    Taro 社区

    Taro

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

    jd_764fd3f298081 发布的帖子

    • 微信小程序编译报错:WXMLRT_$gwx:./base.wxml:template:53:16: Template `tmpl_0_pure-view` not found.

      报错内容:WXMLRT_$gwx:./base.wxml:template:53:16: Template tmpl_0_pure-view not found.
      我的Taro版本:3.0.11
      TaroUI版本:"taro-ui": "^3.0.0-alpha.3"
      显示编译成功,但是在微信小程序打开就报错了:
      VM100:1 ./base.wxml
      Template tmpl_0_pure-view not found.
      51 |
      52 | <template name="tmpl_0_container">

      53 | <template is="{{xs.a(0, i.nn, l)}}" data="{{i:i,cid:0,l:xs.f(l,i.nn)}}" />
      | ^
      54 | </template>
      55 |
      56 | <template name="tmpl_1_view">

      发布在 微信小程序
      J
      jd_764fd3f298081
    • Map组件定义事件无效

      Map组建bindmarkertap等定义事件的方法明明定义了但是点击标记控制台报错,该handler未定义。。。
      报错信息:VM7713:1 Do not have gasStationModel.markertap handler in component: pages/gasStation/index. Please make sure that gasStationModel.markertap handler has been defined in pages/gasStation/index.

      但是我已经定义了:markertap: async (e) => {
      console.log(e.details)
      },

      发布在 Taro
      J
      jd_764fd3f298081
    • 新建的项目使用async报错regeneratorRuntime is not defined

      这个报错信息,我按照网上的一系列方法都试过了,没有一个可行的,而且安装@tarojs/async-await依然没用,不知道咋整了。。。崩溃。。。

      发布在 微信小程序
      J
      jd_764fd3f298081