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
8fed8f85
Commit
8fed8f85
authored
Aug 08, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
2201128e
3f9e4b46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
26 deletions
+12
-26
index.vue
src/pages/index/index.vue
+3
-0
remark.vue
src/pages/order/remark.vue
+9
-26
No files found.
src/pages/index/index.vue
View file @
8fed8f85
...
@@ -266,6 +266,7 @@ function jumpProductDetails(item) {
...
@@ -266,6 +266,7 @@ function jumpProductDetails(item) {
// 搜索
// 搜索
const
toSearch
=
(
keyword
)
=>
{
const
toSearch
=
(
keyword
)
=>
{
listParams
.
keyword
=
keyword
;
listParams
.
keyword
=
keyword
;
reset
();
getMerchantList
();
getMerchantList
();
};
};
// 获取优惠券
// 获取优惠券
...
@@ -564,6 +565,7 @@ page {
...
@@ -564,6 +565,7 @@ page {
display
:
flex
;
display
:
flex
;
justify-content
:
space-evenly
;
justify-content
:
space-evenly
;
margin-top
:
32rpx
;
margin-top
:
32rpx
;
align-items
:
center
;
.choice
{
.choice
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -583,6 +585,7 @@ page {
...
@@ -583,6 +585,7 @@ page {
display
:
flex
;
display
:
flex
;
justify-content
:
space-evenly
;
justify-content
:
space-evenly
;
margin-top
:
34rpx
;
margin-top
:
34rpx
;
align-items
:
center
;
.choice
{
.choice
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
src/pages/order/remark.vue
View file @
8fed8f85
...
@@ -9,13 +9,8 @@
...
@@ -9,13 +9,8 @@
<view
class=
"item01"
prop=
"merchantServices"
>
<view
class=
"item01"
prop=
"merchantServices"
>
<text
class=
"label"
>
评分
</text>
<text
class=
"label"
>
评分
</text>
<!-- 评分 -->
<!-- 评分 -->
<wd-rate
<wd-rate
v-model=
"formdata.merchantServices"
active-color=
"#ff0000"
size=
"50rpx"
space=
"10px"
v-model=
"formdata.merchantServices"
@
change=
"handlemerchant"
/>
active-color=
"#ff0000"
size=
"50rpx"
space=
"10px"
@
change=
"handlemerchant"
/>
</view>
</view>
<view
class=
"item02"
>
<view
class=
"item02"
>
<text>
{{
merList
[
formdata
.
merchantServices
]
}}
</text>
<text>
{{
merList
[
formdata
.
merchantServices
]
}}
</text>
...
@@ -23,34 +18,20 @@
...
@@ -23,34 +18,20 @@
</view>
</view>
<!-- 内容描述 -->
<!-- 内容描述 -->
<view
prop=
"evaluation"
>
<view
prop=
"evaluation"
>
<wd-textarea
<wd-textarea
v-model=
"formdata.evaluation"
placeholder=
"亲,分享您的看法,给其他人一个参考哦!"
/>
v-model=
"formdata.evaluation"
placeholder=
"亲,分享您的看法,给其他人一个参考哦!"
/>
</view>
</view>
<wd-cell
title-width=
"0px"
></wd-cell>
<wd-cell
title-width=
"0px"
></wd-cell>
<text
class=
"textarea"
>
上传图片/视频
</text>
<text
class=
"textarea"
>
上传图片/视频
</text>
<!-- 图片上传 -->
<!-- 图片上传 -->
<view
class=
"wdUpload"
prop=
"images"
>
<view
class=
"wdUpload"
prop=
"images"
>
<wd-upload
<wd-upload
multiple
:action=
"action"
@
change=
"handleFile"
:file-list=
"formdata.images"
multiple
:before-remove=
"beforeRemove"
:header=
"headers"
></wd-upload>
:action=
"action"
@
change=
"handleFile"
:file-list=
"formdata.images"
:before-remove=
"beforeRemove"
:header=
"headers"
></wd-upload>
</view>
</view>
<!-- 匿名评价 -->
<!-- 匿名评价 -->
<wd-cell
title=
"匿名评价"
prop=
"isAnonymous"
class=
"itemSwichval"
>
<wd-cell
title=
"匿名评价"
prop=
"isAnonymous"
class=
"itemSwichval"
>
<wd-switch
<wd-switch
size=
"48rpx"
active-color=
"#EC1B1B"
v-model=
"formdata.isAnonymous"
active-value=
"1"
size=
"48rpx"
inactive-value=
"0"
/>
active-color=
"#EC1B1B"
v-model=
"formdata.isAnonymous"
active-value=
"1"
inactive-value=
"0"
/>
</wd-cell>
</wd-cell>
</wd-cell-group>
</wd-cell-group>
</wd-form>
</wd-form>
...
@@ -311,8 +292,10 @@ const handleSubmit = async () => {
...
@@ -311,8 +292,10 @@ const handleSubmit = async () => {
:deep
(
.wd-upload__status-content
)
{
:deep
(
.wd-upload__status-content
)
{
background-color
:
#000
;
background-color
:
#000
;
}
}
:deep
(
.wd-upload
)
{
:deep
(
.wd-upload
)
{
gap
:
20rpx
;
gap
:
20rpx
;
.wd-upload__preview
{
.wd-upload__preview
{
width
:
calc
((
100%
-
60rpx
)
/
4
);
width
:
calc
((
100%
-
60rpx
)
/
4
);
margin
:
0
;
margin
:
0
;
...
...
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