|
@@ -90,7 +90,8 @@
|
|
|
}
|
|
|
|
|
|
function familyValue(v) {
|
|
|
- $('#notitle').append($('<a class="weui-cell weui-cell_active weui-cell_access js_item" data-id="form" href="javascript:;">\n' +
|
|
|
+ $('#notitle').append($('<a class="weui-cell weui-cell_active weui-cell_access js_item" data-id="form" ' +
|
|
|
+ ' onclick=\'xiaoQuItemClick(' + JSON.stringify(v) + ')\'>\n' +
|
|
|
' <div class="weui-cell__bd" taskId="1212>\n' +
|
|
|
' <div class="weui-media-box weui-media-box_text" id="title">\n' +
|
|
|
' <p class="weui-media-box__desc" >' + v.taskTitle + '</p>\n' +
|
|
@@ -101,5 +102,9 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+function xiaoQuItemClick(v) {
|
|
|
+ debugger
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
</script>
|