Mini Program jumps to Mini Program prompts that this function cannot be used. Please return to use other functions of Mini Program.

I click one of Mini Program"s buttons to jump to another Mini Program. Part of the code is as follows, but after clicking it, it indicates that this function cannot be used. Please return to use other functions of Mini Program

.

<navigator target="miniProgram" app-id="abcdefg" path="/pages/xxx/index" hover-class="none">
    <div class="pay fl tac" @tap="to">
        :199
    </div>
</navigator>

is the same official account associated with it.

Mar.23,2021

add the version note version= "release"

this parameter is valid when target= "miniProgram". The valid value of Mini Program version to be opened is
develop (development version), trial (trial version), release (official version). This parameter is only valid when Mini Program is the development version or experience version. If Mini Program is the official version, the Mini Program version that is opened must be the official version.

when you do not have the Mini Program experience permission to jump, when the development version tests version= "trial" , you will be prompted that you do not have the Mini Program experience permission to change.
use version= "release" to launch

Menu