if call Dialog.alert in code out of Component, like in http request's callback, it will raise:
Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported..
Replacing Dialog.alert with Taro's Taro.showModal can fix the issue.