moveable.wxml
click me
moveable.js
Page({ tap:function(event){ var x = 140; var y = 80; this.setData({ x: x, y: y }) }})