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
6be38982
Commit
6be38982
authored
Aug 01, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加评分
parent
477407cf
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
81 additions
and
3 deletions
+81
-3
iconfont.css
src/assets/iconfont/iconfont.css
+15
-3
pages.json
src/pages.json
+7
-0
index.vue
src/pages/order/components/Header/index.vue
+1
-0
remark.vue
src/pages/order/remark.vue
+58
-0
yarn.lock
yarn.lock
+0
-0
No files found.
src/assets/iconfont/iconfont.css
View file @
6be38982
@font-face
{
font-family
:
"iconfont"
;
/* Project id 4633414 */
src
:
url('//at.alicdn.com/t/c/font_4633414_
xeh7f81eleh.woff2?t=1722311537248
')
format
(
'woff2'
),
url('//at.alicdn.com/t/c/font_4633414_
xeh7f81eleh.woff?t=1722311537248
')
format
(
'woff'
),
url('//at.alicdn.com/t/c/font_4633414_
xeh7f81eleh.ttf?t=1722311537248
')
format
(
'truetype'
);
src
:
url('//at.alicdn.com/t/c/font_4633414_
3k0ybwfc2l1.woff2?t=1722483682262
')
format
(
'woff2'
),
url('//at.alicdn.com/t/c/font_4633414_
3k0ybwfc2l1.woff?t=1722483682262
')
format
(
'woff'
),
url('//at.alicdn.com/t/c/font_4633414_
3k0ybwfc2l1.ttf?t=1722483682262
')
format
(
'truetype'
);
}
.iconfont
{
...
...
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-dianzan
:before
{
content
:
"\e602"
;
}
.icon-dianzan_kuai
:before
{
content
:
"\ec8c"
;
}
.icon-xiai
:before
{
content
:
"\e601"
;
}
.icon-tongzhi
:before
{
content
:
"\e60d"
;
}
...
...
src/pages.json
View file @
6be38982
...
...
@@ -81,6 +81,13 @@
"navigationBarTitleText"
:
"支付成功"
}
}
,
{
"path"
:
"pages/order/remark"
,
"style"
:
{
"navigationBarTitleText"
:
"美食评论"
}
}
],
"globalStyle"
:
{
"navigationStyle"
:
"custom"
...
...
src/pages/order/components/Header/index.vue
View file @
6be38982
...
...
@@ -37,6 +37,7 @@ const handleBack = () => {
position
:
fixed
;
z-index
:
999
;
width
:
375
*
2rpx
;
top
:
0
;
.headbox
{
position
:
relative
;
...
...
src/pages/order/remark.vue
0 → 100644
View file @
6be38982
<
template
>
<view
class=
"container"
>
<Header
title=
"评论"
></Header>
<view
class=
"content"
>
<view
class=
"remake"
>
<wd-row>
<wd-col
:span=
"24"
custom-class=
"text"
>
<h5>
老凯里酸汤鱼(花果园M区店)
</h5>
</wd-col>
</wd-row>
<wd-row>
<wd-col
:span=
"16"
>
<span>
评分:
</span>
<wd-rate
v-model=
"value"
/>
</wd-col>
<wd-col
:span=
"8"
></wd-col>
</wd-row>
</view>
<wd-button
type=
"error"
block
>
发布
</wd-button>
</view>
</view>
</
template
>
<
script
setup
>
import
Header
from
'./components/Header/index.vue'
;
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
width
:
100%
;
height
:
auto
;
background
:
#f4f4f4
;
margin-top
:
88rpx
;
min-height
:
calc
(
100vh
-
88rpx
);
display
:
flex
;
flex-direction
:
column
;
}
.content
{
margin
:
0
20rpx
;
.remake
{
width
:
auto
;
height
:
auto
;
background
:
#ffffff
;
border-radius
:
16rpx
;
margin-top
:
25rpx
;
margin-bottom
:
172rpx
;
padding
:
20rpx
;
.text
h5
{
font-weight
:
400
;
font-size
:
32rpx
;
color
:
#333333
;
line-height
:
32rpx
;
text-align
:
left
;
}
}
}
</
style
>
yarn.lock
View file @
6be38982
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