|
@@ -120,23 +120,10 @@
|
|
|
// , invest_record = document.getElementById('invest_record');
|
|
|
// laytpl(getTpl2).render(res.data, function (html) {
|
|
|
// invest_record.innerHTML = html;
|
|
|
- // });
|
|
|
- //
|
|
|
- // for (var i in res.data) {
|
|
|
- // if (res.data[i].status == 7) {
|
|
|
- // rate.render({
|
|
|
- // elem: '#pingfen'
|
|
|
- // , value: res.data[i].start
|
|
|
- // , readonly: true
|
|
|
- // , text: true
|
|
|
- // });
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
+ // });
|
|
|
// }
|
|
|
// });
|
|
|
- })
|
|
|
- ;
|
|
|
+ });
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|