第一个then的值能传到第二个不

    技术2022-07-11  90

    this.$http({ url: ***, method: 'get', params: { '***': ***, '***': *** } }).then(({data}) => { return data; }).then((e) =>{ debugger; console.log(e) })

    注意:第一个then一定要有return,第二个才能接收到值

    Processed: 0.014, SQL: 9