Commit 3e36b07c authored by zw's avatar zw

Merge branch 'test'

parents 7982cb20 a883dc57
......@@ -56,7 +56,7 @@ class Version extends Basic
$this->response("101","请求的设备类型不能为空");
}
$versionResult = $this->appVersion->getVersion($type);
$versionResult["is_show_wx"] = 0;
$versionResult["is_show_wx"] = 1; //0显示 1不显示
return $this->response("200", "request success", $versionResult);
}
}
\ No newline at end of file
......@@ -403,7 +403,7 @@
<div class="form-group">
<label class="col-sm-2 control-label">内容:</label>
<div class="col-sm-9">
<div class="" style="width: 100%;">
<div class="" style="width: 818px;">
<div style="width : 100%" id="modal_detail_value" ></div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment