Commit 887be58f authored by wildfirecode13's avatar wildfirecode13

1

parent 30b99dc1
......@@ -64,7 +64,7 @@ Page({
},
onLoad(query) {
this.setData({});
if (query.openId) app.inviteId = query.openId;
if (query) app.inviteId = query.openId;
console.log('onload=>query', query);
// my.showToast({
......
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