mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12:40:44 +08:00
Update jd_task_union.js
This commit is contained in:
parent
adb2dd1fef
commit
a5b5b810ec
@ -133,7 +133,7 @@ export class Main extends Template {
|
|||||||
try {
|
try {
|
||||||
var {ua, h5st} = await this.uuaa()
|
var {ua, h5st} = await this.uuaa()
|
||||||
var client = ua.includes('Android') ? 'android' : 'apple'
|
var client = ua.includes('Android') ? 'android' : 'apple'
|
||||||
var store, actId, unionActId, d
|
var store, actId, unionActId, d, linkUrl
|
||||||
let getCode = await this.shareId(context)
|
let getCode = await this.shareId(context)
|
||||||
for (let code of getCode) {
|
for (let code of getCode) {
|
||||||
store = ''
|
store = ''
|
||||||
@ -160,7 +160,7 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
let linkUrl = scheme.location
|
linkUrl = scheme.location
|
||||||
let query = (this.query(linkUrl, '&', 'split'))
|
let query = (this.query(linkUrl, '&', 'split'))
|
||||||
actId = this.match(/active\/(\w+)/, linkUrl)
|
actId = this.match(/active\/(\w+)/, linkUrl)
|
||||||
var {
|
var {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user