Commit 2969c274 authored by shunx 马's avatar shunx 马

Merge branch 'disu0811' of gitlab2.dui88.com:wildfirecode13/wfc13 into disu0811

parents 37b25a57 a3434f1a
export const delayClick=(btn:FYGE.Sprite,time=1200)=>{
btn.mouseChildren=btn.mouseEnable=false;
setTimeout(() => {
btn.mouseChildren=btn.mouseEnable=true;
}, time);
}
\ No newline at end of file
import getQueryParams from "./common/getQueryParams";
export const getUnionid = () => {
return getQueryParams().uid;
}
\ No newline at end of file
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