美文网首页
旅游日记

旅游日记

作者: Animals_da19 | 来源:发表于2021-07-08 20:09 被阅读0次

    $(function () {

        function getList(currentPage) {

          var perExpendType = $('[name=perExpendType]').val();  dayType同理;

          var orderType = $('.tab-item:nth-child(2)').hasClass('on') ? 1 : 2;

          var data = { o,c,p,d };

          $.ajax({ url: '游记列表' ,  data: data,

            success: function (res) {

              if (res.code === 200) {

                var arr = res.data.content;   var str = ' ';

                arr.forEach((e) => {

                  str += `游记的一个li`;  });

                //生成到ul里面

                $('.post-list ul').html(str); }

            },

          });

        } getList(1);

        $('.com-opt').on('change', function () { getList(1); });

        $('.tab-item').on('click',function(){

            $(this).addClass('on').siblings().removeClass('on');

            getList(1) })

      });

    相关文章

      网友评论

          本文标题:旅游日记

          本文链接:https://www.haomeiwen.com/subject/aawtpltx.html