請問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
>
但是頁面上就是沒有顯示
2019-10-03
請檢查show對應的值,為true的時候才會顯示。