wangxy hace 1 semana
padre
commit
7835a091a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/admin/Hetong/Hetong.vue

+ 1 - 1
pages/admin/Hetong/Hetong.vue

@@ -58,7 +58,7 @@
 
 	function init(id) {
 		
-		if (id) {
+		if (!id) {
 			uni.showToast({
 				title: '数据异常,请确认路径是否完整'
 			})