Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-app
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-app
Commits
a7089f9b
Commit
a7089f9b
authored
Mar 09, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.3.9
parent
23c2406e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
14 deletions
+20
-14
demand/index/index.vue
+18
-12
pages/demand/components/index.vue
+1
-1
pages/release/index.vue
+1
-1
No files found.
demand/index/index.vue
View file @
a7089f9b
...
...
@@ -27,8 +27,9 @@
<view
class=
"content-photograph"
>
<view
class=
""
>
上传图片
</view>
<view
class=
""
>
<image
src=
"../../static/logo.png"
mode=
""
v-for=
"(v ,index) in 5"
:key=
"index"
></image>
<view
class=
"content-photograph-photo"
>
<image
class=
"content-photograph-photo-img"
src=
"../../static/logo.png"
mode=
""
v-for=
"(v ,index) in 5"
:key=
"index"
></image>
</view>
</view>
<view
class=
"content-frequency"
>
...
...
@@ -62,7 +63,7 @@
</view>
<u--textarea
v-model=
"value1"
placeholder=
"请输入内容"
disabled
></u--textarea>
</view>
<view
class=
"content-reject"
v-if=
"subscript == 3 && subs== '1'"
>
<view
class=
"content-reject"
v-if=
"subscript == 3 && subs== '1'"
>
<view
class=
""
>
<text
style=
"background:#2C66FF"
></text>
该订单已提交退款,等待商家致电……
</view>
...
...
@@ -86,8 +87,8 @@
imgBgUrl
:
apiBaseConfig
.
imgBgUrl
,
globalData
:
getApp
().
globalData
,
scrollTopHeader
:
0
,
subscript
:
'0'
,
subs
:
'1'
subscript
:
'0'
,
subs
:
'1'
};
},
onLoad
(
option
)
{
...
...
@@ -166,19 +167,21 @@
&
-photograph
{
padding
:
30
rpx
0
rpx
;
>
view
:
nth-child
(
2
)
{
&-photo
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
flex-start
;
>image
{
&-img
{
margin-top
:
20
rpx
;
margin-right
:
15
rpx
;
margin-right
:
22
rpx
;
width
:
210
rpx
;
height
:
210
rpx
;
}
&
-img
:nth-child
(
3n
)
{
margin-right
:
0
rpx
;
}
}
}
&
-frequency
{
...
...
@@ -211,15 +214,18 @@
margin-bottom
:
20
rpx
;
}
}
&
-reject
{
&
-reject
{
margin-top
:
30
rpx
;
>view
{
display
:
flex
;
display
:
flex
;
margin-bottom
:
20
rpx
;
font-size
:
28
rpx
;
font-weight
:
700
;
color
:
#333333
;
>text{
>text
{
width
:
6
rpx
;
height
:
36
rpx
;
background
:
#FD0000
;
...
...
pages/demand/components/index.vue
View file @
a7089f9b
...
...
@@ -119,7 +119,7 @@
handleAgainAdd
(){
let
that
=
this
that
.
$uniGo
.
navigateTo
({
url
:
'/demand/updateForm/updateForm'
url
:
`/demand/updateForm/updateForm`
})
},
// 再看看
...
...
pages/release/index.vue
View file @
a7089f9b
...
...
@@ -66,5 +66,5 @@
</
script
>
<
style
scoped
>
@import
url("@/css/form.css")
;
</
style
>
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