$(".popWeiXing .name").bind("input propertychange", function() { modValue.diyData.name = $(this).val(); });
同時監聽input與propertychangethis