Ver Fonte

客户页面

wangxy há 1 mês atrás
pai
commit
41dcf13746
1 ficheiros alterados com 3 adições e 1 exclusões
  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>