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
ba5be59a
Commit
ba5be59a
authored
Aug 02, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
域名修改
parent
45c38749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
ShopCard.vue
src/Components/index/ShopCard.vue
+4
-6
vite.config.ts
vite.config.ts
+1
-1
No files found.
src/Components/index/ShopCard.vue
View file @
ba5be59a
...
...
@@ -8,17 +8,15 @@
<view
class=
"twoBxo"
>
<text
class=
"one-text"
>
{{
shopCardData
.
grade
}}
推荐
</text>
<!--
<text
class=
"two-text"
>
¥30/人
</text>
-->
<text
class=
"three-text"
>
销量
1265
</text>
<text
class=
"three-text"
>
销量
{{
shopCardData
.
monthSoldNum
}}
</text>
<text
class=
"four-text"
>
1.2km
</text>
</view>
<view
class=
"threeBox"
>
<image
class=
"img2"
src=
"../../static/index/test2.png
"
mode=
"aspectFill"
/>
<text
class=
"one-text"
>
“
味道浓郁,食材新鲜,童年的老味道
”
</text>
<image
class=
"img2"
:src=
"shopCardData.evaluationVos[0]?.avatar
"
mode=
"aspectFill"
/>
<text
class=
"one-text"
>
“
{{
shopCardData
.
evaluationVos
[
0
]?.
evaluation
}}
”
</text>
</view>
<view
class=
"labelBox"
>
<view>
卤味爱好者最佳选择
</view>
<view>
免费wifi
</view>
<view>
服务态度很好
</view>
<view
v-for=
"(item, index) in shopCardData.labels"
:key=
"index"
>
{{
item
}}
</view>
</view>
</view>
</view>
...
...
vite.config.ts
View file @
ba5be59a
...
...
@@ -41,7 +41,7 @@ export default defineConfig({
// 代理配置
proxy
:
{
'/api'
:
{
target
:
'http://test
2
.rhhzkj.com:8080'
,
target
:
'http://test.rhhzkj.com:8080'
,
changeOrigin
:
true
,
rewrite
:
(
path
)
=>
path
.
replace
(
/^
\/
api/
,
''
),
},
...
...
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