Browse Source

客户页面

wangxy 1 tháng trước cách đây
mục cha
commit
41dcf13746
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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>