落雨如画
落雨如画
// common.ts ``` @Module({ name: 'common', dynamic: true, namespaced: true, store, stateFactory: true }) export default class Common extends VuexModule { @Action({ commit: 'other/updateName' }) // 'other/updateName' use other.ts Mutations...
实例代码如下: 每当popup 隐藏,都会导致页面中的Image 闪烁 ``` const [payModal, setPayModal] = useState(false); setPayModal(true)}> asd11111 setPayModal(false)}> asdasd asdasd asdasd asdasd asdasd asdasd ```