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
ed98bd84
Commit
ed98bd84
authored
Aug 08, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索页面-优惠券提示bug
parent
8fed8f85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
pages.json
src/pages.json
+1
-1
searchPage.vue
src/pages/assistingAgriculture/searchPage/searchPage.vue
+4
-2
confirmOrder.vue
src/pages/shop/confirmOrder.vue
+1
-1
No files found.
src/pages.json
View file @
ed98bd84
...
...
@@ -14,7 +14,7 @@
}
},
{
"path"
:
"pages/searchPage/searchPage"
,
"path"
:
"pages/
assistingAgriculture/
searchPage/searchPage"
,
"style"
:
{
"navigationBarTitleText"
:
"搜索"
,
"navigationStyle"
:
"custom"
...
...
src/pages/searchPage/searchPage.vue
→
src/pages/
assistingAgriculture/
searchPage/searchPage.vue
View file @
ed98bd84
...
...
@@ -97,8 +97,10 @@ page {
}
}
.content
{
line-height
:
120px
;
text-align
:
center
;
display
:
flex
;
flex-direction
:
column
;
align-content
:
center
;
gap
:
20rpx
;
}
}
</
style
>
src/pages/shop/confirmOrder.vue
View file @
ed98bd84
...
...
@@ -242,7 +242,7 @@ function showDetailFn(item) {
* 选择优惠券
*/
function
selectShopCoupon
(
item
)
{
if
(
item
.
cashCondition
<
orderInfo
.
value
.
orderItems
[
0
].
price
)
{
if
(
item
.
cashCondition
<
=
orderInfo
.
value
.
orderItems
[
0
].
price
)
{
activeCouponId
.
value
=
item
.
couponId
;
activeCouponInfo
.
value
=
item
;
showpopup
.
value
=
false
;
...
...
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