You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/27 07:42:22 UTC

[16/18] incubator-weex git commit: * [example] modify img address

* [example] modify img address


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

Branch: refs/heads/0.12-dev
Commit: 5a992e0565f107041bee6f979589c362f0d9c6f2
Parents: 93063f1
Author: xkli <56...@qq.com>
Authored: Mon Mar 27 15:08:37 2017 +0800
Committer: xkli <56...@qq.com>
Committed: Mon Mar 27 15:08:37 2017 +0800

----------------------------------------------------------------------
 examples/component/image-demo.we | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/5a992e05/examples/component/image-demo.we
----------------------------------------------------------------------
diff --git a/examples/component/image-demo.we b/examples/component/image-demo.we
index e24417c..ed9f05e 100644
--- a/examples/component/image-demo.we
+++ b/examples/component/image-demo.we
@@ -44,7 +44,7 @@
 require('weex-components');
 module.exports = {
   data: {
-    img: '//gw.alicdn.com/tps/i2/TB1DpsmMpXXXXabaXXX20ySQVXX-512-512.png_400x400.jpg'
+    img: 'http://gw.alicdn.com/tps/i2/TB1DpsmMpXXXXabaXXX20ySQVXX-512-512.png_400x400.jpg'
   }
 }
 </script>
\ No newline at end of file