showToast和hideLoading冲突问题到2.21.3还存在?
showToast和hideLoading冲突问题到2.21.3还存在?
预期是toast不受hideLoading控制。
如果怕影响线上,我的建议是:
在hideLoading或者在showToast加个属性,避免影响线上,来处理这种问题。
比如:showToast,加个属性hideLoadingSet: true,默认true,是否受hideLoading影响。