chenshilong 6 years ago
parent
commit
c7737522f8
2 changed files with 2 additions and 1 deletions
  1. 1 0
      public/scHintBox.html
  2. 1 1
      test/public/test_Box.html

+ 1 - 0
public/scHintBox.html

@@ -6,6 +6,7 @@
         2、有两个按钮的操作确认询问框。
         3、有三个按钮的多分支选择询问框。
         4、输入文本值对话框。
+   使用示例:ConstructionCost/test/public/test_Box.html (直接运行该文件查看效果)
 ----------------------------------------------------------------------------------------------------------------------->
 <div class="modal fade" id="hintBox_form" data-backdrop="static" style="z-index: 9999">
     <div class="modal-dialog" role="document">

+ 1 - 1
test/public/test_Box.html

@@ -40,7 +40,7 @@
             });
 
             $("#btnD").click(function(){
-                hintBox.valueBox('请输入新名称222:', '我的模板1xxxx', function () {
+                hintBox.valueBox('请输入新名称:', '111', function () {
                     let newName = hintBox.value;
 
                     if (newName == '') {