瀏覽代碼

修改企业工商信息

jack 7 年之前
父節點
當前提交
963ba14969
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/js/cmpInforShow-more.js

+ 4 - 4
app/js/cmpInforShow-more.js

@ -20,7 +20,8 @@ mui.ready(function() {
20 20
						
21 21
						var $data = data.data;
22 22
						document.getElementById("companyName").innerText = $data.name;
23
						
23
						oName=$data.name;
24
						comNum()
24 25
						/*企业地址*/
25 26
						if($data.addr) {
26 27
							document.getElementById("address").innerText = $data.addr;
@ -127,8 +128,7 @@ mui.ready(function() {
127 128
							if($data.scopeOfBusiness) {
128 129
								str += "<li>经营范围:" + $data.scopeOfBusiness + "</li>"
129 130
							}
130
							var $str=$(str)
131
							document.getElementById("comMes").innerHTML = $str;
131
							document.getElementById("comMes").innerHTML = str;
132 132
						}else {
133 133
							document.getElementById("comMes").parentNode.parentNode.style.display="none";
134 134
						}
@ -142,6 +142,6 @@ mui.ready(function() {
142 142
				}
143 143
			});
144 144
		}
145
		comNum();
145
		//comNum();
146 146
	});
147 147
})