Просмотр исходного кода

修改调用活动的响应脚本提示

huqi 5 лет назад
Родитель
Сommit
3c930b65d9

+ 2 - 2
o2web/source/x_component_process_ProcessDesigner/$Process/invoke.html

@@ -91,7 +91,7 @@
                 </tr>
             </table>
             <div class="MWFScriptText" name="jaxwsResponseScriptText"></div>
-            <div style="text-align:center; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response</font> 获取响应的JSON对象</div>
+            <div style="text-align:center; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font> 获取响应的JSON对象</div>
 
         </div>
         <div id="text{$.id}webserviceInvokeModeJaxrs" style="display: text{($.invokeMode=='jaxrs')?'block':'none'}">
@@ -177,7 +177,7 @@
                 </tr>
             </table>
             <div class="MWFScriptText" name="jaxrsResponseScriptText"></div>
-            <div style="margin-left: 10px; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response</font> 获取响应的JSON对象</div>
+            <div style="margin-left: 10px; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font> 获取响应的JSON对象</div>
         </div>
     </div>