Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
goodsshare
goodsshare_www_encrypt
Commits
12e37b58
Commit
12e37b58
authored
Jan 26, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
df90ac65
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/ptyshop/ptyshop.order.common.controller.php
modules/ptyshop/ptyshop.order.common.controller.php
+0
-0
modules/ptyshop/ptyshop.order.status.common.view.html
modules/ptyshop/ptyshop.order.status.common.view.html
+3
-2
No files found.
modules/ptyshop/ptyshop.order.common.controller.php
View file @
12e37b58
No preview for this file type
modules/ptyshop/ptyshop.order.status.common.view.html
View file @
12e37b58
...
@@ -39,7 +39,8 @@
...
@@ -39,7 +39,8 @@
var
LIMIT
=
10
;
var
LIMIT
=
10
;
var
UID
=
'
<?=$userId?>
'
;
var
UID
=
'
<?=$userId?>
'
;
var
CDN
=
''
;
// //gcdn.sale09.kr/data/image/';
var
CDN
=
''
;
// //gcdn.sale09.kr/data/image/';
var
DEEP
=
'
intent://jasonpay_salepoison
'
;
// var DEEP = 'intent://jasonpay_salepoison';
var
DEEP
=
'
goodsshare://shop/item/
'
;
var
AGENT
=
'
android
'
;
var
AGENT
=
'
android
'
;
var
HIDE
=
[];
var
HIDE
=
[];
var
CANCEL
=
[];
var
CANCEL
=
[];
...
@@ -600,7 +601,7 @@
...
@@ -600,7 +601,7 @@
})
})
), $(
'
<
div
/>
'
, {"class": "product_info"}).append(
), $(
'
<
div
/>
'
, {"class": "product_info"}).append(
$(
'
<
a
/>
'
, {
$(
'
<
a
/>
'
, {
"href": AGENT ===
'
web
'
?
'
/
goods
/
get
/
?
idx=' + idx + '&uid=' + UID : DEEP + "
?
idx
=" + idx + "#Intent;scheme=view;end"
,
"href": AGENT ===
'
web
'
?
'
/
goods
/
get
/
?
idx=' + idx + '&uid=' + UID : DEEP + "
?
productId
=" + idx + "#Intent;scheme=view;end"
,
"
class
"
:
"
title
"
"
class
"
:
"
title
"
}).
html
(
title
),
}).
html
(
title
),
ul
,
ul
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment