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
42b74f00
Commit
42b74f00
authored
Aug 29, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
a0a793eb
ffd07702
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
FoodDetails.vue
src/Components/index/FoodDetails.vue
+1
-1
ShopCard.vue
src/Components/index/ShopCard.vue
+1
-1
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+1
-1
index.vue
src/pages/index/index.vue
+1
-1
No files found.
src/Components/index/FoodDetails.vue
View file @
42b74f00
...
...
@@ -4,7 +4,7 @@
<view
class=
"right"
>
<text
class=
"text"
>
{{
item
.
shopName
}}
</text>
<view
class=
"twoBxo"
>
<text
class=
"one-text"
>
{{
item
.
grade
}}
推荐
</text>
<text
class=
"one-text"
>
{{
item
.
grade
.
toFixed
(
1
)
}}
推荐
</text>
<!--
<text
class=
"two-text"
>
¥30/人
</text>
-->
<text
class=
"three-text"
>
销量
{{
item
.
monthSoldNum
}}
</text>
<text
class=
"four-text"
>
...
...
src/Components/index/ShopCard.vue
View file @
42b74f00
...
...
@@ -7,7 +7,7 @@
<view
class=
"right"
>
<text
class=
"text"
>
{{
shopCardData
.
shopName
}}
</text>
<view
class=
"twoBxo"
>
<text
class=
"one-text"
>
{{
shopCardData
.
grade
}}
推荐
</text>
<text
class=
"one-text"
>
{{
shopCardData
.
grade
.
toFixed
(
1
)
}}
推荐
</text>
<!--
<text
class=
"two-text"
>
¥30/人
</text>
-->
<text
class=
"three-text"
>
销量
{{
shopCardData
.
monthSoldNum
}}
</text>
<text
class=
"four-text"
>
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
42b74f00
...
...
@@ -68,7 +68,7 @@
<text
class=
"retail-price"
>
零售价:¥
{{
item
.
price
}}
/盒
</text>
<text
class=
"presale-price"
>
预售价:¥
<text
class=
"highlight-price"
>
{{
item
.
oriP
rice
}}
</text>
<text
class=
"highlight-price"
>
{{
item
.
p
rice
}}
</text>
/盒
</text>
<view>
...
...
src/pages/index/index.vue
View file @
42b74f00
...
...
@@ -428,7 +428,7 @@ const getMerchantList = async () => {
total
=
res
.
data
.
totalElements
;
res
.
data
.
content
.
forEach
((
item
)
=>
{
item
.
shopLogo
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
shopLogo
;
item
.
grade
=
item
.
grade
.
toFixed
(
1
);
//
item.grade = item.grade.toFixed(1);
if
(
item
.
evaluationVos
.
length
>
0
)
{
item
.
simpleProds
.
forEach
((
item
)
=>
{
item
.
avatar
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
avatar
;
...
...
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