更新
This commit is contained in:
@@ -341,7 +341,7 @@ const parsePageParams = (options) => {
|
||||
try {
|
||||
// URL解码scene参数
|
||||
const decodedScene = decodeURIComponent(options.scene);
|
||||
// 解析键值对:id=4&share_user=1
|
||||
// 解析键值对:id=4&share_user=1&doctor_id=2
|
||||
decodedScene.split('&').forEach(item => {
|
||||
const [key, value] = item.split('=');
|
||||
if (key && value) {
|
||||
|
||||
Reference in New Issue
Block a user