|
@@ -33,9 +33,9 @@
|
|
|
var orderNum = data.orderNum;
|
|
|
var countIncome = data.countIncome;
|
|
|
var countDevice = data.countDevice;
|
|
|
- $("#orderNum").html(orderNum);
|
|
|
- $("#countIncome").html(countIncome);
|
|
|
- $("#countDevice").html(countDevice);
|
|
|
+<!-- $("#orderNum").html(orderNum);-->
|
|
|
+<!-- $("#countIncome").html(countIncome);-->
|
|
|
+<!-- $("#countDevice").html(countDevice);-->
|
|
|
form.render();
|
|
|
}
|
|
|
});
|