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
8032a9b2
Commit
8032a9b2
authored
Aug 04, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化点击效果
parent
76eff1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+5
-5
No files found.
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
8032a9b2
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
</view>
</view>
<!--主体循环-->
<!--主体循环-->
<view
class=
"album-subject"
>
<view
class=
"album-subject"
>
<view
class=
"subject-List"
v-for=
"(item,index) in previewData"
:key=
"index"
@
click=
"projectCheckPhoto(index)"
>
<view
class=
"subject-List"
v-for=
"(item,index) in previewData"
:key=
"index"
>
<image
class=
"list-image"
:src=
"item.faceSourceUrl||item.faceAiUrl"
></image>
<image
class=
"list-image"
:src=
"item.faceSourceUrl||item.faceAiUrl"
@
click=
"stopPhoto(index)"
></image>
<u-checkbox
v-model=
"item.checkType"
v-if=
"checkTypeFun==true"
@
click
.
stop
.
native=
"()=>
{}" @change="stopPhoto(index)" shape="circle" class="list-uCheck
">
</u-checkbox>
<u-checkbox
v-model=
"item.checkType"
v-if=
"checkTypeFun==true"
shape=
"circle"
class=
"list-uCheck"
@
click
.
stop
.
native=
"()=>
{}" @change="stopPhoto(previewNum)
">
</u-checkbox>
<view
class=
"list-mask"
>
预览
</view>
<view
class=
"list-mask"
@
click
.
stop
.
native=
"()=>
{}" @click="projectCheckPhoto(index)"
>预览
</view>
</view>
</view>
</view>
</view>
<!--脚部-->
<!--脚部-->
...
@@ -306,7 +306,7 @@ export default {
...
@@ -306,7 +306,7 @@ export default {
upLoad
(){
//下单
upLoad
(){
//下单
var
data
=
{
var
data
=
{
orderMoney
:
this
.
sellingPrices
,
//订单总价
orderMoney
:
this
.
sellingPrices
,
//订单总价
userId
:
this
.
openid
,
userId
:
this
.
openid
,
orderProductVo
:{},
//下单信息
orderProductVo
:{},
//下单信息
}
}
var
orderProductVo
=
{
var
orderProductVo
=
{
...
...
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