Page({ shujichzhao: function (e) { wx.request({ url: 'http://localhost:9527/zxbook/find1', data: { 'search': e.detail.value.search, }, header: { "Content-Type": "application/x-www-form-urlencoded" }, methods: { method: "POST", } }) } })