WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.uvue
@@ -26,7 +26,7 @@
    watch: {
      // 设置show = true 时,如果没有 open 需要设置为 open
      isShow:{
        handler(isShow) {
        handler(isShow: boolean) {
          // console.log("isShow",isShow)
          if(isShow && this.isOpen == false){
            this.isOpen = true
@@ -36,7 +36,7 @@
      },
      // 设置isOpen = true 时,如果没有 isShow 需要设置为 isShow
      isOpen:{
        handler(isOpen) {
        handler(isOpen: boolean) {
          // console.log("isOpen",isOpen)
          if(isOpen && this.isShow == false){
            this.isShow = true
@@ -87,4 +87,4 @@
  align-items: center;
  z-index: 99;
}
</style>
</style>