@@ -31,6 +31,7 @@ function collection(collectuserid='') {
dataType: "json",
})
.done(function (msg) {
+ console.log('msg = ' + msg); // test
console.log('msg.length = ' + msg.length); // test
if (msg.length > 0) {