提交 78949122 编写于 作者: fxy060608's avatar fxy060608

refactor: navigateToMiniProgram => navigateToUniMP

上级 c088eda5
......@@ -9,7 +9,7 @@ export const sendHostEvent = sendNativeEvent
export function navigateToMiniProgram (data, callbackId) {
sendHostEvent(
'navigateToMiniProgram',
'navigateToUniMP',
data,
(res) => {
if (res.errMsg && res.errMsg.indexOf(':ok') === -1) {
......
......@@ -58,7 +58,7 @@ export function chooseFile ({
})
fileInput.click()
if (!interact.getStatus()) {
console.warn(`${t('uni.chooseFile.notUserActivation')}`)
}
......
......@@ -70,7 +70,7 @@ export function chooseVideo ({
})
videoInput.click()
if (!interact.getStatus()) {
console.warn(`${t('uni.chooseFile.notUserActivation')}`)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册