wangxy 1 mese fa
parent
commit
41dcf13746
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      pages/admin/Hetong/components/zhaoguLaoren.vue

+ 3 - 1
pages/admin/Hetong/components/zhaoguLaoren.vue

@@ -53,7 +53,9 @@
 	}
 
 	function radioChange(value) {
-		data.hetong.shentiqingkuang = value;
+    if (data.hetong.shentiqingkuang == value) {
+      data.hetong.shentiqingkuang = 0
+    } else {data.hetong.shentiqingkuang = value}
 	}
 </script>