用户分享加上推荐人
This commit is contained in:
parent
77738b46a1
commit
9dd851c164
|
|
@ -97,6 +97,9 @@ Page({
|
|||
url: '../goods/goods?grouponId=' + id
|
||||
});
|
||||
} else {
|
||||
if (id != null){
|
||||
wx.setStorageSync('shareUserId', id);
|
||||
}
|
||||
wx.navigateTo({
|
||||
url: '../index/index'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue