Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
26a5cf3a
Commit
26a5cf3a
authored
Aug 07, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
悬浮按钮
parent
974bde4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
order.vue
src/pages/order/order.vue
+23
-0
coupon.png
src/static/index/coupon.png
+0
-0
order.png
src/static/index/order.png
+0
-0
No files found.
src/pages/order/order.vue
View file @
26a5cf3a
...
@@ -119,6 +119,15 @@
...
@@ -119,6 +119,15 @@
</view>
</view>
<Payment
ref=
"PaymentRef"
@
payment=
"payNow"
></Payment>
<Payment
ref=
"PaymentRef"
@
payment=
"payNow"
></Payment>
</view>
</view>
<!--
<wd-fab
type=
"error"
position=
"right-bottom"
direction=
"left"
:draggable=
"true"
>
<view
class=
"custom-button"
>
<image
class=
"fab-icon"
src=
"@/static/index/coupon.png"
></image>
</view>
<view
class=
"custom-button"
>
<image
class=
"fab-icon"
src=
"@/static/index/order.png"
></image>
</view>
</wd-fab>
-->
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
...
@@ -606,4 +615,18 @@ page {
...
@@ -606,4 +615,18 @@ page {
}
}
}
}
}
}
.custom-button
{
min-width
:
auto
;
box-sizing
:
border-box
;
width
:
64rpx
;
height
:
64rpx
;
border-radius
:
16px
;
margin
:
8rpx
;
.fab-icon
{
width
:
64rpx
;
height
:
64rpx
;
}
}
</
style
>
</
style
>
src/static/index/coupon.png
0 → 100644
View file @
26a5cf3a
2.63 KB
src/static/index/order.png
0 → 100644
View file @
26a5cf3a
3.23 KB
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