如何在setTimeout()中将带参数的函数传递给调度函数

时间:2018-05-31 11:26:33

标签: reactjs react-redux settimeout axios redux-thunk

我希望在收到服务器响应后延迟调度操作。 我正在使用Redux_thunk。这是我的代码无效。

<application
    android:name=".MyApplication"
    android:allowBackup="true"
    android:hardwareAccelerated="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:supportsRtl="true"

你能告诉我我在哪里弄错了吗?

0 个答案:

没有答案