Commit 71fe2327 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 2a71abcb
...@@ -108,7 +108,10 @@ Page({ ...@@ -108,7 +108,10 @@ Page({
onLoad(query) { onLoad(query) {
console.log("onLoad======>",query); console.log("onLoad======>",query);
if (query) { if (query) {
commonToast(JSON.stringify(query));
if (query.inviteId) { if (query.inviteId) {
app.inviteId = query.inviteId; app.inviteId = query.inviteId;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment