|
@@ -377,7 +377,7 @@
|
|
|
<tr>
|
|
|
<td>{{item.key}}</td>
|
|
|
<td>{{item.value}}</td>
|
|
|
- <td>{{item.field_type}}</td>
|
|
|
+ <td><a href="#jump">{{item.field_type}}</a></td>
|
|
|
<td>{{item.not_null == "1" ? '是' : '否'}}</td>
|
|
|
<td>{{item.description == '' ? '暂无描述' : item.description }}</td>
|
|
|
</tr>
|
|
@@ -467,7 +467,7 @@
|
|
|
{{if response.success.raw || response.success.parameter.length > 0 || response.error.raw || response.error.parameter.length > 0}}
|
|
|
<div class="markdown-response">
|
|
|
{{if response.success.raw || response.success.parameter.length > 0}}
|
|
|
- <h4 class="title"><a href="javascript:;" class="maodian"></a>字段描述1</h4>
|
|
|
+ <h4 class="title" id="jump"><a href="javascript:;" class="maodian"></a>字段描述1</h4>
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>参数名</th>
|
|
@@ -483,7 +483,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
{{if response.success.parameter.length > 0}}
|
|
|
- <h4><a href="javascript:;" class="maodian"></a> 字段描述</h4>
|
|
|
+ <h4><a href="javascript:;" class="maodian"></a> 字段描述2</h4>
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>参数名</th>
|