a52f048a by zhangmeng

地址

1 parent 1995064f
...@@ -105,8 +105,6 @@ function building() { ...@@ -105,8 +105,6 @@ function building() {
105 } 105 }
106 106
107 function popRemark(type) { 107 function popRemark(type) {
108 console.log(form.value)
109 alert(type)
110 if (!form.value) { 108 if (!form.value) {
111 building() 109 building()
112 return 110 return
...@@ -120,8 +118,6 @@ function popRemark(type) { ...@@ -120,8 +118,6 @@ function popRemark(type) {
120 // building() 118 // building()
121 // return 119 // return
122 // } 120 // }
123 alert(type)
124
125 if ((form.value.isJdView == 0 && type == '1') 121 if ((form.value.isJdView == 0 && type == '1')
126 || (type == '2') 122 || (type == '2')
127 || ( type == '3') 123 || ( type == '3')
......
...@@ -116,8 +116,6 @@ function building() { ...@@ -116,8 +116,6 @@ function building() {
116 } 116 }
117 117
118 function popRemark(type) { 118 function popRemark(type) {
119 console.log(form.value)
120 alert(type)
121 if (!form.value) { 119 if (!form.value) {
122 building() 120 building()
123 return 121 return
...@@ -132,7 +130,6 @@ function popRemark(type) { ...@@ -132,7 +130,6 @@ function popRemark(type) {
132 // building() 130 // building()
133 // return 131 // return
134 // } 132 // }
135 alert(type)
136 if ((form.value.isJdView == 0 && type == '1') 133 if ((form.value.isJdView == 0 && type == '1')
137 || (type == '2') 134 || (type == '2')
138 || ( type == '3') 135 || ( type == '3')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!