提交福袋规则页面,暂存提现
This commit is contained in:
@@ -541,8 +541,8 @@ function getInfoFromClient () {
|
||||
|
||||
} else {
|
||||
// 非app环境调试参数
|
||||
pubInfo.uid = 0;
|
||||
pubInfo.ticket = "0";
|
||||
pubInfo.uid = sessionStorage.getItem("uid");
|
||||
pubInfo.ticket = sessionStorage.getItem("ticket");
|
||||
// pubInfo.uid = "";
|
||||
// pubInfo.ticket = "";
|
||||
|
||||
|
Reference in New Issue
Block a user