Commit 64afd61f authored by wildfirecode's avatar wildfirecode

1

parent eb5541d2
......@@ -1266,7 +1266,9 @@ export class NetManager extends ABNetManager {
type: 'post',
dataType: 'json',
param: {
id: signActivityId
id: signActivityId,
detect: window['detect'],
deviceSessionId: window['_device_session_id']
},
hideMsg:true,
callback: callback
......
......@@ -40,6 +40,11 @@ export default class SignPanel extends Panel {
{ nums: '随机奖励', type: 'random' } //随机
];
const func = (data,item:SignItem) => {
try {
if (window['getRST']) window['getRST']();
} catch (error) {
console.warn(error)
}
NetManager.ins.doSign((s)=>{
this.hidePanel();
if(s) {
......
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