[toast,showToast,my.toast,, my.showToast]→ |
my.show({content:''}) |
[alert, my.alert]→ |
my.alert({content: ''}) |
[loading, showLoading,my.showLoading]→ |
my.showLoading({content: }) |
[reLaunch,my.reLaunch]→ |
my.reLaunch({url: ''}) |
[redirect,redirectTo, my.redirectTo]→ |
my.redirectTo({url:'' }) |
[navigate,navigateTo, my.navigateTo]→ |
my.navigateTo({url: }) |
openUrl→ |
openUrl({url: ''}) |
setData→ |
my.setData({'': ''}) |
[create,createSelector,createSelectorQuery,my.create]→ |
create the template of my.createSelectorQuery |
[storage,setStorage,my.setStorage]→ |
create the template of my.setStorage |
[setStorageSync,my.setStorageSync]→ |
create the template of my.setStorageSync |
[storage,getStorage,my.getStorage]→ |
create the template of my.getStorage |
[getStorageSync,my.getStorageSync]→ |
create the template of my.getStorageSync |
[removeStorage,my.removeStorage]→ |
create the template of my.removeStorage |
[removeStorageSync,my.removeStorageSync]→ |
create the template of my.removeStorageSync |
[clearStorage,my.clearStorage]→ |
create the template of my.clearStorage |
[clearStorageSync,my.clearStorageSync]→ |
create the template of my.clearStorageSync |
[confirm,my.confirm]→ |
create the template of my.confirm |