如何写精华回答,获更多曝光?
发布
卡片中的postCardAction能直接用scheme直接呼到宿主某个页面么,还是需要先呼到宿主EntryAbility,然后再由EntryAbility去分发到具体页面?
例如目前的scheme是
sinaweibo://searchall?q=%23%E7%8E%8B%E4%B8%80%E5%8D%9A%E6%8D%A1%E8%B5%B7%E6%8E%89%E8%90%BD%E7%9A%84%E5%9B%BD%E6%97%97%23&luicode=10000360&lfid=widget&logfinish=1&extparam=c_type%3D36%26third_source_type%3Dchannel%26out_flag%3Dchannel
如何设置postCardAction,才能直接呼到宿主的这个搜索结果页面。
备注,直接按api下面的格式填写,不生效
postCardAction(this, {
action: 'router',
uri: item.appScheme
});