guangdong_2018.js 256 B

123456789101112131415161718
  1. 'use strict';
  2. /**
  3. *
  4. *
  5. * @author Zhong
  6. * @date 2019/8/15
  7. * @version
  8. */
  9. if (typeof module !== 'undefined') {
  10. } else {
  11. // 广东接口排版规则,添加内容默认项目特征
  12. $(function () {
  13. $('#add-content').val('3');
  14. });
  15. }