408249787@qq.com 15 hours ago
parent
commit
09d913fc8a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/programming/progress.uvue

+ 3 - 1
pages/programming/progress.uvue

@@ -93,6 +93,7 @@ function copyUrl() {
   });
 }
 function handleExchange() {
+  visible.value = false
   router.push({
     path: "/pages/programming/web-view",
     query: {
@@ -101,6 +102,7 @@ function handleExchange() {
   });
 }
 function handleExchange2() {
+  visible2.value = false
   router.push({
     path: "/pages/programming/web-view",
     query: {
@@ -160,7 +162,7 @@ function handleExchange2() {
     </cl-popup>
     <cl-popup v-model="visible2" :size="400" :show-header="false" direction="center">
       <view class="flex flex-col items-center justify-center gap-4 py-5 bg-slate-50">
-        <view class="absolute top-2 right-2" @tap="visible = false">
+        <view class="absolute top-2 right-2" @tap="visible2 = false">
           <cl-icon name="close-circle-fill" color="info" :size="20"></cl-icon>
         </view>
         <image mode="heightFix" src="https://oss.xiaoxiongcode.com/static/home/coding.png" class="h-[70rpx]" />