摘要: for(items in itemPicUrl) { var PicUrl = url+'/' + itemPicUrl[items] var imgs = `<img class="swiper-slide" src=${PicUrl}/>` arr.push(imgs) } 阅读全文
posted @ 2019-06-29 11:53 皓ma 阅读(350) 评论(0) 推荐(0)
摘要: $.ajax({ type: "post", contentType: "application/json;charset=utf-8", url: url + "/api/user/smscode", data: JSON.stringify(data1), success: function(d 阅读全文
posted @ 2019-06-29 11:51 皓ma 阅读(1094) 评论(0) 推荐(0)