请问vantWeapp组件调用中的popuo组件调用为什么显示不出来?

来源:-

慕标55040301

2019-10-01 16:42

可以确保调用没有问题


<van-cell title="展示弹出层" is-link bind:click="showPopup"  style = "height:100px"/>


<van-popup show="{{ show }}" bind:close="onClose"

custom-style="height: 20%;"

position = "bottom"

closeable

>

但是页面上就是没有显示

写回答 关注

1回答

  • 谢成
    2019-10-03 10:48:36

    请检查show对应的值,为true的时候才会显示。

轻松入门微信小程序与云开发

深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。

64548 学习 · 1742 问题

查看课程

相似问题