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
a737c2c4
Commit
a737c2c4
authored
Jun 12, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
影集开发
parent
90422217
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
128 additions
and
19 deletions
+128
-19
pages.json
pages.json
+8
-1
albumOrder.vue
pages/album/albumOrder/albumOrder.vue
+20
-16
commonInfo.vue
pages/my/commonInfo/commonInfo.vue
+100
-2
No files found.
pages.json
View file @
a737c2c4
...
@@ -499,7 +499,6 @@
...
@@ -499,7 +499,6 @@
"navigationBarTitleText"
:
"我的相片"
,
"navigationBarTitleText"
:
"我的相片"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
},
{
{
"path"
:
"photoJigsaw/photoJigsaw"
,
"path"
:
"photoJigsaw/photoJigsaw"
,
...
@@ -508,6 +507,14 @@
...
@@ -508,6 +507,14 @@
"enablePullDownRefresh"
:
false
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
}
}
},
{
"path"
:
"albumOrder/albumOrder"
,
"style"
:
{
"navigationBarTitleText"
:
"填写订单"
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}
}
}
]
]
}
}
...
...
pages/album/albumOrder/albumOrder.vue
View file @
a737c2c4
<
template
>
<
template
>
<view>
<view>
<view
class=
"top"
>
</view>
<view
class=
"middle"
>
</view>
<view
class=
"bottom"
>
</view>
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
data
()
{
return
{
},
}
methods
:
{
},
methods
:
{
}
}
}
</
script
>
}
\ No newline at end of file
</
script
>
<
style
>
</
style
>
pages/my/commonInfo/commonInfo.vue
View file @
a737c2c4
...
@@ -7,7 +7,55 @@
...
@@ -7,7 +7,55 @@
</view>
</view>
<view
class=
"middle"
>
<view
class=
"middle"
>
<view
v-if=
"active==0"
class=
"contact-list"
v-for=
"(item,index) in 8"
:key=
"index"
>
<view
class=
"contact-name"
>
<text>
姓名:潘永坪
</text>
<text>
15808046328
</text>
</view>
<view
class=
"contact-id"
>
证件号:500109198808199110
</view>
<view
class=
"contact-edit"
>
<view>
<u-icon
name=
'file-text'
color=
'#666666'
size=
'56'
></u-icon>
编辑
</view>
<view>
<u-icon
name=
'trash'
color=
'#666666'
size=
'56'
></u-icon>
删除
</view>
</view>
</view>
<view
v-else
class=
"address-list"
v-for=
"(item,a) in 8"
:key=
"a"
>
<view
class=
"address-name"
>
<text>
收件人:潘永坪
</text>
<text>
15808046328
</text>
</view>
<view
class=
"address-add"
>
重庆市渝北区恒大御都会2栋5-6
</view>
<view
class=
"address-edit"
>
<view>
<label
class=
"radio"
>
<radio
/>
默认地址
</label>
</view>
<view>
<u-icon
name=
'file-text'
color=
'#666666'
size=
'56'
></u-icon>
编辑
</view>
<view>
<u-icon
name=
'trash'
color=
'#666666'
size=
'56'
></u-icon>
删除
</view>
</view>
</view>
</view>
</view>
<view
class=
"bottom"
>
<view
class=
"bottom"
>
...
@@ -41,20 +89,70 @@ export default {
...
@@ -41,20 +89,70 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.top
{
.top
{
position
:
fixed
;
position
:
fixed
;
top
:
0
;
z-index
:
1
;
z-index
:
1
;
background
:
#fff
;
background
:
#fff
;
display
:
flex
;
display
:
flex
;
padding
:
28rpx
0
;
height
:
100rpx
;
align-items
:
center
;
width
:
100%
;
width
:
100%
;
view
{
view
{
width
:
50%
;
width
:
50%
;
text-align
:
center
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
view
.on
{
view
.on
{
color
:
$theme
;
color
:
$theme
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
}
}
.middle
{
padding
:
100rpx
0
128rpx
0
;
}
.address-list
,
.contact-list
{
background
:
#fff
;
padding
:
40rpx
;
border-radius
:
8rpx
;
margin-top
:
20rpx
;
}
.address-name
,
.contact-name
{
display
:
flex
;
justify-content
:
space-between
;
font-weight
:
bold
;
}
.address-add
,
.contact-id
{
color
:
$grey
;
margin-top
:
20rpx
;
padding-bottom
:
38rpx
;
border-bottom
:
1rpx
solid
#ededed
;
}
.contact-edit
{
display
:
flex
;
margin-top
:
30rpx
;
color
:
#666666
;
justify-content
:
space-between
;
>
view
{
display
:
flex
;
align-items
:
center
;
}
}
.address-edit
{
display
:
flex
;
margin-top
:
30rpx
;
color
:
#666666
;
>
view
{
display
:
flex
;
align-items
:
center
;
}
>
view
:first-child
{
flex
:
1
;
}
>
view
:last-child
{
margin-left
:
60rpx
;
}
}
.bottom
{
.bottom
{
height
:
128rpx
;
height
:
128rpx
;
background
:
#fff
;
background
:
#fff
;
...
...
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