You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/28 08:45:27 UTC

[21/30] incubator-weex git commit: +[ios] delete mark

+[ios] delete mark

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/7ade9691
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7ade9691
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7ade9691

Branch: refs/heads/dev
Commit: 7ade9691bbf15e465d8680756a3fde524cb76302
Parents: f405ffa
Author: 齐山 <su...@163.com>
Authored: Mon Jun 26 15:42:34 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Mon Jun 26 15:42:34 2017 +0800

----------------------------------------------------------------------
 test/pages/components/textarea-maxlength.vue | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7ade9691/test/pages/components/textarea-maxlength.vue
----------------------------------------------------------------------
diff --git a/test/pages/components/textarea-maxlength.vue b/test/pages/components/textarea-maxlength.vue
index 6c40601..a1a9ddc 100644
--- a/test/pages/components/textarea-maxlength.vue
+++ b/test/pages/components/textarea-maxlength.vue
@@ -16,17 +16,9 @@
       oninput (event) {
         this.value = event.value
         console.log('oninput:', event.value)
-//        modal.toast({
-//          message: `oninput: ${event.value}`,
-//          duration: 0.8
-//        })
       },
       onchange (event) {
         console.log('onchange:', event.value)
-//        modal.toast({
-//          message: `onchange: ${event.value}`,
-//          duration: 0.8
-//        })
       },
     }
   }
@@ -47,4 +39,4 @@
     border-color: #41B883;
     maxlength:10;
   }
-</style>
\ No newline at end of file
+</style>