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
899f29d4
Commit
899f29d4
authored
Aug 05, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
d4791ad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
6 deletions
+47
-6
remark.vue
src/pages/order/remark.vue
+47
-6
No files found.
src/pages/order/remark.vue
View file @
899f29d4
...
@@ -5,15 +5,33 @@
...
@@ -5,15 +5,33 @@
<view
class=
"remake"
>
<view
class=
"remake"
>
<wd-row>
<wd-row>
<wd-col
:span=
"24"
custom-class=
"text"
>
<wd-col
:span=
"24"
custom-class=
"text"
>
<h5>
老凯里酸汤鱼
(花果园M区店)
</h5>
<h5>
老凯里酸汤鱼
</h5>
</wd-col>
</wd-col>
</wd-row>
</wd-row>
<wd-row>
<wd-row
custom-class=
"wd-rows"
>
<wd-col
:span=
"16"
>
<wd-col
:span=
"16"
>
<span>
评分:
</span>
<span>
评分
</span>
<wd-rate
v-model=
"value"
/>
<wd-rate
v-model=
"pinfen"
active-color=
"#ff0000"
size=
"50rpx"
space=
"10px"
/>
</wd-col>
<wd-col
:span=
"8"
>
<span>
非常满意
</span>
</wd-col>
</wd-row>
<wd-divider></wd-divider>
<wd-textarea
v-model=
"pingjia"
placeholder=
"亲,分享您的看法,给其他人一个参考哦!"
/>
<wd-row>
<wd-col
:span=
"24"
custom-class=
"text"
>
<h5>
上传图片/视频
</h5>
</wd-col>
</wd-row>
<wd-upload
accept=
"media"
multiple
:file-list=
"fileList"
:action=
"action"
@
change=
"handleChange"
></wd-upload>
<wd-row>
<wd-col
:span=
"24"
custom-class=
"text"
>
<h5>
我要推荐菜
</h5>
<h5>
查看全部(30)
</h5>
</wd-col>
</wd-col>
<wd-col
:span=
"8"
></wd-col>
</wd-row>
</wd-row>
</view>
</view>
...
@@ -21,8 +39,26 @@
...
@@ -21,8 +39,26 @@
</view>
</view>
</view>
</view>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
lang=
"ts"
>
import
Header
from
'./components/Header/index.vue'
;
import
Header
from
'./components/Header/index.vue'
;
const
pinfen
=
ref
<
number
>
(
0
);
const
pingjia
=
ref
<
string
>
(
''
);
function
changeValue
({
pinfen
})
{
console
.
log
(
pinfen
);
}
const
fileList
=
ref
<
any
[]
>
([
{
url
:
'1'
,
},
]);
const
action
:
string
=
''
;
function
handleChange
({
fileList
:
files
})
{
fileList
.
value
=
files
;
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.container
{
.container
{
...
@@ -46,6 +82,11 @@ import Header from './components/Header/index.vue';
...
@@ -46,6 +82,11 @@ import Header from './components/Header/index.vue';
margin-top
:
25rpx
;
margin-top
:
25rpx
;
margin-bottom
:
172rpx
;
margin-bottom
:
172rpx
;
padding
:
20rpx
;
padding
:
20rpx
;
.wd-rows
{
margin-top
:
25rpx
;
}
.text
h5
{
.text
h5
{
font-weight
:
400
;
font-weight
:
400
;
font-size
:
32rpx
;
font-size
:
32rpx
;
...
...
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