Replies: 1 comment 1 reply
|
多个小程序逻辑是按照$001,$002来分配以此类推的,还有小程序任何一个都得同时活着,假如划掉其中一个,相当于所有小程序后台同时被清,这时微信会依据你划掉后重新进入的顺序再次进行分配,还有小程序都是重头加载的(特征又能提取) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
由于小程序结尾是$001等开头而非小程序名,导致一些规则无法区分到底适配哪个小程序
我们可以使用在
miniPgMatchs: '[text="小程序"]',miniPgMatchsTime: 5000暂时没想好miniProgram: ture来决定举例场景
微信:



支付宝:
All reactions