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
c4f6cd4c
Commit
c4f6cd4c
authored
Apr 23, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[goodsshare] 2021-04-23 - encrypted
parent
6b6dabfa
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2109 additions
and
3 deletions
+2109
-3
modules/ptyshop/ptyshop.order.admin.controller.php
modules/ptyshop/ptyshop.order.admin.controller.php
+0
-0
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
+1036
-0
modules/ptyshop/ptyshop.order.statusDetail.common.view.html
modules/ptyshop/ptyshop.order.statusDetail.common.view.html
+1020
-0
modules/ptyshop/ptyshop.order.success.common.view.html
modules/ptyshop/ptyshop.order.success.common.view.html
+3
-2
modules/ptyshop/resources/app.css
modules/ptyshop/resources/app.css
+3
-1
modules/ptyshop/resources/arrow_and_n.svg
modules/ptyshop/resources/arrow_and_n.svg
+11
-0
modules/ptyshop/resources/arrow_more_n.svg
modules/ptyshop/resources/arrow_more_n.svg
+11
-0
modules/ptyshop/resources/ico_i_2.svg
modules/ptyshop/resources/ico_i_2.svg
+11
-0
modules/ptyshop/resources/ico_x_2.svg
modules/ptyshop/resources/ico_x_2.svg
+14
-0
No files found.
modules/ptyshop/ptyshop.order.admin.controller.php
View file @
c4f6cd4c
No preview for this file type
modules/ptyshop/ptyshop.order.common.controller.php
View file @
c4f6cd4c
No preview for this file type
modules/ptyshop/ptyshop.order.status.common.view.html
0 → 100644
View file @
c4f6cd4c
This diff is collapsed.
Click to expand it.
modules/ptyshop/ptyshop.order.statusDetail.common.view.html
0 → 100644
View file @
c4f6cd4c
This diff is collapsed.
Click to expand it.
modules/ptyshop/ptyshop.order.success.common.view.html
View file @
c4f6cd4c
...
...
@@ -5,6 +5,7 @@ namespace platyFramework;
* 주문 성공 창
*
* @var ptyshopOrderItemModel $orderItem
* @var string $userId
*/
?>
<!DOCTYPE html>
...
...
@@ -125,8 +126,8 @@ namespace platyFramework;
</div>
<div
class=
"button_area"
>
<a
href=
"{{home}}/?u
id=a27b1d76-d4aa-3f11-b384-d6b8431e6a51
"
class=
"button_home"
>
홈으로
</a>
<a
href=
"/ptyshop/order/get/?u
id=a27b1d76-d4aa-3f11-b384-d6b8431e6a51
"
class=
"buttom_order"
>
주문/배송 조회
</a>
<a
href=
"{{home}}/?u
serId=<?=urlencode($userId)?>
"
class=
"button_home"
>
홈으로
</a>
<a
href=
"/ptyshop/order/get/?u
serId=<?=urlencode($userId)?>
"
class=
"buttom_order"
>
주문/배송 조회
</a>
<!-- <a href="/cart/get/?uid=a27b1d76-d4aa-3f11-b384-d6b8431e6a51" class="button_home">홈으로</a>-->
<!-- <a href="/order/get/?uid=a27b1d76-d4aa-3f11-b384-d6b8431e6a51" class="buttom_order">주문/배송 조회</a>-->
</div>
...
...
modules/ptyshop/resources/app.css
View file @
c4f6cd4c
...
...
@@ -1134,7 +1134,9 @@ body.option.bottom {position:absolute; bottom:0; left:0; width:100%; box-sizing:
.layer_open2
#layer_order_info
{
overflow
:
hidden
;}
/* 이중팝업 */
.my_order_inner
{
position
:
relative
;}
.my_order
.layer_order_info
{
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
100
;
width
:
100%
;
height
:
100%
;
background-color
:
#f5f5f5
;
overflow
:
auto
;
-webkit-overflow-scrolling
:
touch
;}
/* [cpueblo] overflow: auto; 가 안드로이드에서 동작 안됨 */
.my_order
.layer_order_info
{
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
100
;
width
:
100%
;
height
:
100%
;
background-color
:
#f5f5f5
;
overflow
:
visible
;
-webkit-overflow-scrolling
:
touch
;}
*/
/*.my_order .layer_order_info {display: none; z-index:100; width:100%; height:100%; background-color:#f5f5f5; overflow: visible; -webkit-overflow-scrolling: touch;}*/
.my_order
.layer_order_info
.order_inner
,
.my_order
.layer_order_info
.deliver_inner
{
padding-top
:
9px
;}
.my_order
.layer_order_info
.layer_header
{
position
:
relative
;
box-sizing
:
border-box
;
padding
:
15px
0
0
;
height
:
50px
;
text-align
:
center
;
background-color
:
#fff
;}
...
...
modules/ptyshop/resources/arrow_and_n.svg
0 → 100644
View file @
c4f6cd4c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"20"
viewBox=
"0 0 16 20"
>
<defs>
<style>
.cls-1{fill:#fff;opacity:0}.cls-2{fill:#777;stroke:#777;stroke-linecap:round;stroke-linejoin:round;opacity:.8}
</style>
</defs>
<g
id=
"arrow_and_n"
transform=
"translate(-205.999 -382.9)"
>
<path
id=
"av"
d=
"M0 0h16v20H0z"
class=
"cls-1"
transform=
"translate(205.999 382.9)"
/>
<path
id=
"arrow_n"
d=
"M0 4.809L4.809 0zm9.617 0L4.809 0z"
class=
"cls-2"
transform=
"rotate(180 109.5 198.155)"
/>
</g>
</svg>
modules/ptyshop/resources/arrow_more_n.svg
0 → 100644
View file @
c4f6cd4c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"20"
viewBox=
"0 0 16 20"
>
<defs>
<style>
.cls-1{fill:#fff;opacity:0}.cls-2{fill:#777;stroke:#777;stroke-linecap:round;stroke-linejoin:round}
</style>
</defs>
<g
id=
"arrow_more_n"
transform=
"translate(-205.999 -382.9)"
>
<path
id=
"av"
d=
"M0 0h16v20H0z"
class=
"cls-1"
transform=
"translate(205.999 382.9)"
/>
<path
id=
"arrow_n"
d=
"M0 4.809L4.809 0zm9.617 0L4.809 0z"
class=
"cls-2"
transform=
"rotate(90 -85.947 303.15)"
/>
</g>
</svg>
modules/ptyshop/resources/ico_i_2.svg
0 → 100644
View file @
c4f6cd4c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"13"
height=
"14"
viewBox=
"0 0 13 14"
>
<defs>
<style>
.cls-1{fill:#fff;opacity:0}.cls-2{fill:#777}
</style>
</defs>
<g
id=
"ico_i2"
transform=
"translate(-16 -1235)"
>
<path
id=
"av"
d=
"M0 0h13v14H0z"
class=
"cls-1"
transform=
"translate(16 1235)"
/>
<path
id=
"패스_330"
d=
"M6.5 1.118a6.064 6.064 0 0 0 6.058-6.058A6.064 6.064 0 0 0 6.5-11 6.064 6.064 0 0 0 .442-4.94 6.064 6.064 0 0 0 6.5 1.118zM6.5.7A5.637 5.637 0 0 1 .858-4.94 5.637 5.637 0 0 1 6.5-10.582a5.637 5.637 0 0 1 5.642 5.642A5.637 5.637 0 0 1 6.5.7zm-.455-2.65h.923v-4.68h-.923zm.468-5.577a.565.565 0 0 0 .624-.559.578.578 0 0 0-.624-.585.57.57 0 0 0-.6.585.557.557 0 0 0 .6.559z"
class=
"cls-2"
data-name=
"패스 330"
transform=
"translate(16 1247)"
/>
</g>
</svg>
modules/ptyshop/resources/ico_x_2.svg
0 → 100644
View file @
c4f6cd4c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"32"
height=
"36"
viewBox=
"0 0 32 36"
>
<defs>
<style>
.cls-1{fill:#fff;opacity:0}.cls-2{fill:none;stroke:#555;stroke-linecap:round}
</style>
</defs>
<g
id=
"ico_x2"
transform=
"translate(-318 -430)"
>
<path
id=
"aV"
d=
"M0 0h32v36H0z"
class=
"cls-1"
transform=
"translate(318 430)"
/>
<g
id=
"btn_x"
>
<path
id=
"선_382"
d=
"M0 0l14 14"
class=
"cls-2"
data-name=
"선 382"
transform=
"translate(328 440)"
/>
<path
id=
"선_383"
d=
"M0 0l14 14"
class=
"cls-2"
data-name=
"선 383"
transform=
"rotate(90 -49 391)"
/>
</g>
</g>
</svg>
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