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
08630dce
Commit
08630dce
authored
Aug 07, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
974bde4e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
9 deletions
+20
-9
package-lock.json
package-lock.json
+4
-4
shop.vue
src/pages/shop/shop.vue
+16
-5
yarn.lock
yarn.lock
+0
-0
No files found.
package-lock.json
View file @
08630dce
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
"qrcode"
:
"^1.5.3"
,
"qrcode"
:
"^1.5.3"
,
"vue"
:
"^3.3.11"
,
"vue"
:
"^3.3.11"
,
"vue-i18n"
:
"^9.1.9"
,
"vue-i18n"
:
"^9.1.9"
,
"wot-design-uni"
:
"^1.
2.26
"
"wot-design-uni"
:
"^1.
3.7
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@dcloudio/types"
:
"^3.3.2"
,
"@dcloudio/types"
:
"^3.3.2"
,
...
@@ -16271,9 +16271,9 @@
...
@@ -16271,9 +16271,9 @@
}
}
},
},
"node_modules/wot-design-uni"
:
{
"node_modules/wot-design-uni"
:
{
"version"
:
"1.
2.26
"
,
"version"
:
"1.
3.7
"
,
"resolved"
:
"https://registry.npmmirror.com/wot-design-uni/-/wot-design-uni-1.
2.26
.tgz"
,
"resolved"
:
"https://registry.npmmirror.com/wot-design-uni/-/wot-design-uni-1.
3.7
.tgz"
,
"integrity"
:
"sha512-
y2YL1lHobRWAJ+22E9G9lNLLIChQ8JY9loOt30PRQJ/izvd5qc+2+BqXCKlFquk2y+2qA75TEfJ/MsaESnYEx
A=="
,
"integrity"
:
"sha512-
6saE25F/TiefYUJrtCpDYgNZTZ2W9llTNufSHZ8EMeX5JXyRTDdsDPYBVv367AxrSQsXCjZacG0RWIk2MIEdQ
A=="
,
"engines"
:
{
"engines"
:
{
"HBuilderX"
:
"^3.8.7"
"HBuilderX"
:
"^3.8.7"
},
},
...
...
src/pages/shop/shop.vue
View file @
08630dce
...
@@ -45,7 +45,14 @@
...
@@ -45,7 +45,14 @@
<text
class=
"tj"
>
推荐
</text>
<text
class=
"tj"
>
推荐
</text>
</view>
</view>
<view
class=
"score-icon"
>
<view
class=
"score-icon"
>
<myRate
:score=
"shopInfo.grade"
/>
<wd-rate
color=
"#fff"
readonly
v-model=
"shopInfo.grade"
size=
"22rpx"
space=
"8rpx"
:active-color=
"['#FA5151']"
/>
</view>
</view>
</view>
</view>
<view
class=
"shop-business-hours"
>
<view
class=
"shop-business-hours"
>
...
@@ -172,7 +179,14 @@
...
@@ -172,7 +179,14 @@
<text>
{{
item
.
nickName
}}
</text>
<text>
{{
item
.
nickName
}}
</text>
<view
class=
"u-pf"
>
<view
class=
"u-pf"
>
<text>
{{
item
.
descriptionMatches
}}
分
</text>
<text>
{{
item
.
descriptionMatches
}}
分
</text>
<myRate
color=
"#FA5151"
:score=
"item.descriptionMatches"
/>
<wd-rate
color=
"#fff"
readonly
v-model=
"item.descriptionMatches"
size=
"18rpx"
space=
"8rpx"
:active-color=
"['#FA5151']"
/>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -299,7 +313,6 @@ import {
...
@@ -299,7 +313,6 @@ import {
addImgUrlPrefix
,
addImgUrlPrefix
,
navigationSelect
,
navigationSelect
,
}
from
'@/utils/common'
;
}
from
'@/utils/common'
;
import
myRate
from
'@/Components/Rating/Rating.vue'
;
const
imgUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
imgUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
current
=
ref
(
0
);
const
current
=
ref
(
0
);
const
old
=
reactive
({
scrollTop
:
0
});
const
old
=
reactive
({
scrollTop
:
0
});
...
@@ -308,8 +321,6 @@ const activeId = ref(1);
...
@@ -308,8 +321,6 @@ const activeId = ref(1);
const
shopInfo
=
ref
({});
const
shopInfo
=
ref
({});
// 店铺轮播图
// 店铺轮播图
const
shopSwiperList
=
ref
([]);
const
shopSwiperList
=
ref
([]);
// 当前位置的经纬度-// 店铺的经纬度
const
currentLatitudeAndLongitude
=
ref
({
latitude
:
0
,
longitude
:
0
});
// 店铺经纬度
// 店铺经纬度
const
shopLocation
=
ref
({
lat
:
0
,
lon
:
0
});
const
shopLocation
=
ref
({
lat
:
0
,
lon
:
0
});
// 团购商品列表
// 团购商品列表
...
...
yarn.lock
View file @
08630dce
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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