Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appju_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
appju
appju_www_encrypt
Commits
9b122392
Commit
9b122392
authored
Nov 21, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
f8a7ee5c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
modules/ptyshop/ptyshop.item.common.controller.php
modules/ptyshop/ptyshop.item.common.controller.php
+0
-0
modules/ptyshop/ptyshop.order.common.controller.php
modules/ptyshop/ptyshop.order.common.controller.php
+0
-0
modules/ptyshop/ptyshop.order.order.common.view.html
modules/ptyshop/ptyshop.order.order.common.view.html
+7
-6
modules/ptyshop/ptyshop.productItem.common.model.php
modules/ptyshop/ptyshop.productItem.common.model.php
+0
-0
modules/ptyshop/ptyshop.products.admin.controller.php
modules/ptyshop/ptyshop.products.admin.controller.php
+0
-0
No files found.
modules/ptyshop/ptyshop.item.common.controller.php
View file @
9b122392
No preview for this file type
modules/ptyshop/ptyshop.order.common.controller.php
View file @
9b122392
No preview for this file type
modules/ptyshop/ptyshop.order.order.common.view.html
View file @
9b122392
...
...
@@ -182,11 +182,11 @@
// var address = JSON.parse('[]');
var
address
=
JSON
.
parse
(
'
<?=json_encode($address, JSON_UNESCAPED_UNICODE)?>
'
);
console
.
log
(
"
address ====
"
)
console
.
log
(
address
);
//
console.log("address ====")
//
console.log(address);
var
goods
=
JSON
.
parse
(
'
<?=json_encode($goods, JSON_UNESCAPED_UNICODE)?>
'
);
console
.
log
(
"
goods ====
"
)
console
.
log
(
goods
);
//
console.log("goods ====")
//
console.log(goods);
var
PREPAIDCNT
=
parseInt
(
'
0
'
);
var
goodsfarstop
=
false
;
var
giftyn
=
'
N
'
;
// 선물
...
...
@@ -917,7 +917,7 @@
<div
class=
"tab_nav"
>
<ul>
<li><a
class=
"list <? if (count($address) > 0) echo 'on'; ?>"
>
배송지목록
</a></li>
<li><a
class=
"input <? if (count($address) == 0) echo 'on'; ?>"
"
>
직접입력
</a></li>
<li><a
class=
"input <? if (count($address) == 0) echo 'on'; ?>"
>
직접입력
</a></li>
</ul>
</div>
<div
class=
"tab_cont on"
id=
"addr_log"
>
...
...
@@ -1336,4 +1336,5 @@
</div>
</div>
<!-- //카드사 무이자 안내 팝업 -->
</html>
\ No newline at end of file
</html>
modules/ptyshop/ptyshop.productItem.common.model.php
View file @
9b122392
No preview for this file type
modules/ptyshop/ptyshop.products.admin.controller.php
View file @
9b122392
No preview for this file type
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