|
@@ -17,7 +17,7 @@
|
|
|
const shareUserId = options.query.shareUserId;
|
|
const shareUserId = options.query.shareUserId;
|
|
|
if(shareTQId&&shareUserId) {
|
|
if(shareTQId&&shareUserId) {
|
|
|
uni.reLaunch({
|
|
uni.reLaunch({
|
|
|
- url: `/pages/home?shareTQId=${shareTQId}shareUserId=${shareUserId}&&from=urlScheme`
|
|
|
|
|
|
|
+ url: `/pages/home?shareTQId=${shareTQId}&shareUserId=${shareUserId}&from=urlScheme`
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|