htc hace 1 día
padre
commit
98a1ada9ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      App.vue

+ 1 - 1
App.vue

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