问题 :本机调试环境正常,发布上去重复请求
解决:
//submit const that = this; (async () => { await that.requsetData(); })() //请求 requsetData(){ wx.request({...}) }