问答详情
源自:-

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

可以确保调用没有问题


<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

>

但是页面上就是没有显示

提问者:慕标55040301 2019-10-01 16:42

个回答

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

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