You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
291 B

8 years ago
var app = getApp()
Page({
data: { items:
[
{ url: 'aaaa.jpg',
name: 'aaa',
id: 1
},
{
url: 'aaaa.jpg',
name: 'bbb',
id: 2
}
]
},
bindViewTap: function() {
},
onLoad: function() {
var that = this
}
})