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
d1e1a6a3
Commit
d1e1a6a3
authored
Aug 19, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ebe0d634
fe3dc40e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
order.vue
src/pages/order/order.vue
+7
-1
packageDetails.vue
src/pages/packageDetails/packageDetails.vue
+4
-0
confirmOrder.vue
src/pages/shop/confirmOrder.vue
+2
-2
No files found.
src/pages/order/order.vue
View file @
d1e1a6a3
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
{{
iconList
[
item
.
orderType
].
text
}}
{{
iconList
[
item
.
orderType
].
text
}}
</text>
</text>
<!--
<image
src=
"@/static/order/shop.png"
/>
-->
<!--
<image
src=
"@/static/order/shop.png"
/>
-->
<view
class=
"title"
>
{{
item
.
shopName
}}
</view>
<view
class=
"title"
>
{{
item
.
shopName
}}
</view>
</view>
</view>
<view
class=
"right"
>
<view
class=
"right"
>
<span
class=
"status"
>
{{
stateList
[
item
.
orderType
][
item
.
status
].
label
}}
</span>
<span
class=
"status"
>
{{
stateList
[
item
.
orderType
][
item
.
status
].
label
}}
</span>
...
@@ -798,6 +800,10 @@ page {
...
@@ -798,6 +800,10 @@ page {
color
:
#333
;
color
:
#333
;
font-size
:
32rpx
;
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
width
:
420rpx
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
}
}
}
...
...
src/pages/packageDetails/packageDetails.vue
View file @
d1e1a6a3
...
@@ -930,6 +930,10 @@ page {
...
@@ -930,6 +930,10 @@ page {
p
{
p
{
font-size
:
22rpx
;
font-size
:
22rpx
;
}
}
li
{
font-size
:
22rpx
;
margin-top
:
8rpx
;
}
.rich-more-btn
{
.rich-more-btn
{
width
:
315
*
2rpx
;
width
:
315
*
2rpx
;
display
:
flex
;
display
:
flex
;
...
...
src/pages/shop/confirmOrder.vue
View file @
d1e1a6a3
...
@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) {
...
@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) {
}
}
});
});
}
}
const
submitOrder
=
debounce
(
()
=>
{
const
submitOrder
=
()
=>
{
// TODO: 跳转到确认订单页面,并��带所选的支付方式
// TODO: 跳转到确认订单页面,并��带所选的支付方式
// id String 是 临时订单的id或key
// id String 是 临时订单的id或key
...
@@ -313,7 +313,7 @@ const submitOrder = debounce(() => {
...
@@ -313,7 +313,7 @@ const submitOrder = debounce(() => {
groupBuyConfirmFn
(
prodIds
.
value
,
skuIds
.
value
);
groupBuyConfirmFn
(
prodIds
.
value
,
skuIds
.
value
);
}
}
});
});
}
,
1000
)
;
};
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
...
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