zhouwenxuan
2023-12-15 277d6652893fcc10fb6827b62ef16fe2910a525c
pages/tabBar/notice/dialog.vue
@@ -9,7 +9,7 @@
            <text class="content">确认已经安排部署?</text>
            <view class="bottom">
               <u-button @click="close" style="width: 70px; margin-left: 40px;">取消</u-button>
               <u-button style="width: 130px" type="primary" @click="confirm">确认已安全部署</u-button>
               <u-button style="width: 130px" type="primary" @click="$noMoreClicks(confirm)">确认已安全部署</u-button>
            </view>
         </view>
      </u-popup>
@@ -22,7 +22,8 @@
      data() {
         return {
            show:false,
            id: ''
            id: '',
            noClick:true,
         }
      },