收藏
回答

模拟器中显示的内容,真机预览就没有了

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows v1.02.1809260

```html

<view id="main">

  <!-- 加入我们 -->

  <template is="indexItem" data="{{...subjects.joinus,url:'/pages/joinus/index'}}"/>

</view>

```


```html

<template name="indexItem">

<view class="index-item"

    wx:if="{{isShow}}"

    data-url="{{url}}?title={{title}}"

    bindtap="navigator">

    <view class="weui-cell index_title">

      <view class="weui-cell__bd">{{title}}</view>

      <view class="weui-cell__ft weui-cell__ft_in-access">详情</view>

    </view>

    <view class="index_content">

      <image src="{{imageUrl}}"></image>

    </view>

    <view class="index_tips ellipsis">{{description}}</view>

  </view>

</template>

```


请问有什么问题



回答关注问题邀请回答
收藏

2 个回答

  • 洛竹
    洛竹
    2018-10-24

    好了,你们是不是修改 this.setData 方法了?

    2018-10-24
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-10-24

    打开调试看看呢?

    2018-10-24
    有用
    回复
登录 后发表内容