Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
7c859b55
Commit
7c859b55
authored
Aug 09, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel
into develop
parents
e06bd55a
237982a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
albumOrderdetail.vue
pages/album/albumOrderdetail/albumOrderdetail.vue
+19
-7
No files found.
pages/album/albumOrderdetail/albumOrderdetail.vue
View file @
7c859b55
...
...
@@ -9,7 +9,7 @@
<text
class=
"grey"
>
订单编号
</text>
<text
style=
"flex: 1;"
>
<text
style=
"flex: 1;
width: 0;overflow-wrap: break-word;
"
>
{{
orderInfo
.
id
}}
</text>
<image
@
click=
"copyText(orderInfo.id)"
src=
"@/static/img/my/icon01.png"
class=
"copy-image"
>
...
...
@@ -66,7 +66,7 @@
<text>
不可退
</text>
</view>
<view
class=
"bottom-btn"
>
<text
class=
"button-empty"
>
我的影集
</text>
<text
class=
"button-empty"
@
click=
"goMyPhoto()"
>
我的影集
</text>
<text
class=
"button"
@
click=
"download()"
>
下载
</text>
<text
class=
"button"
@
click=
"showPop=true"
>
打印
</text>
</view>
...
...
@@ -75,7 +75,7 @@
<!-- 打印弹窗 -->
<u-popup
v-model=
"showPop"
mode=
"bottom"
border-radius=
"14"
closeable
height=
"70%"
>
<view
class=
"pop-head"
>
<text
style=
"font-size: 3
2
rpx;font-weight: bold;"
>
<text
style=
"font-size: 3
6
rpx;font-weight: bold;"
>
打印
</text>
<text>
...
...
@@ -88,7 +88,7 @@
<text
class=
"middle-tip"
>
取片电话:
</text>
<input
/>
<input
type=
"number"
placeholder=
"请输入取片人手机号码"
/>
</view>
<view>
...
...
@@ -197,6 +197,12 @@ export default {
},
2000
)
})
},
//---跳转我的影集
goMyPhoto
(){
uni
.
navigateTo
({
url
:
'/pages/album/purchasedPhotoAlbum/purchasedPhotoAlbum'
})
},
//---点击下载
download
(){
this
.
downImgNumber
=
0
...
...
@@ -343,13 +349,19 @@ export default {
// 打印弹窗
.pop-head
{
text-align
:
center
;
margin-top
:
2
0rpx
;
margin-top
:
4
0rpx
;
}
.pop-middle
{
padding
:
0
48rpx
32rpx
48rpx
;
padding
:
20rpx
48rpx
32rpx
48rpx
;
font-size
:
32rpx
;
view
{
display
:
flex
;
margin-top
:
32rpx
;
margin-top
:
40rpx
;
input
{
flex
:
1
;
border-bottom
:
1px
solid
#ececec
;
padding-bottom
:
10rpx
;
}
}
}
.middle-tip
{
...
...
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