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
76eff1d7
Commit
76eff1d7
authored
Aug 04, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下单 增加USERID
parent
b06770ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+12
-1
No files found.
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
76eff1d7
...
...
@@ -306,6 +306,7 @@ export default {
upLoad
(){
//下单
var
data
=
{
orderMoney
:
this
.
sellingPrices
,
//订单总价
userId
:
this
.
openid
,
orderProductVo
:{},
//下单信息
}
var
orderProductVo
=
{
...
...
@@ -523,6 +524,16 @@ export default {
position
:
absolute
;
right
:
0
;
top
:
24rpx
;
}
/
deep
/
.u-checkbox__icon-wrap
{
color
:
#fff
!
important
;
border
:
1px
solid
#fff
;
box-shadow
:
0
0
16px
0
rgba
(
0
,
0
,
0
,
0
.1
);
}
/
deep
/
.u-checkbox__icon-wrap--checked
{
background-color
:
#2979ff
!
important
;
border-color
:
#2979ff
!
important
;
}
}
}
...
...
@@ -805,7 +816,7 @@ export default {
height
:
48rpx
;
margin
:
auto
;
position
:
fixed
;
top
:
9
6
8rpx
;
top
:
9
9
8rpx
;
left
:
0
;
right
:
0
;
...
...
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