Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uni-app-csh-user
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
单欣鑫
uni-app-csh-user
Commits
98d6c7a7
Commit
98d6c7a7
authored
May 27, 2025
by
秦威威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
b4509306
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
RecordOfMaintenance.vue
pages/RecordOfMaintenance/RecordOfMaintenance.vue
+11
-7
index.vue
pages/index/index.vue
+1
-1
joinInCooperation.vue
pages/joinInCooperation/joinInCooperation.vue
+1
-1
No files found.
pages/RecordOfMaintenance/RecordOfMaintenance.vue
View file @
98d6c7a7
...
@@ -66,21 +66,23 @@
...
@@ -66,21 +66,23 @@
tabIndex
:
0
,
tabIndex
:
0
,
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
10
,
pageSize
:
10
,
tabsVal
:
'
保养
'
,
tabsVal
:
''
,
list
:
[],
list
:
[],
}
}
},
},
onShow
()
{
onShow
()
{
this
.
getListData
()
this
.
getStoreTypeListData
()
this
.
getStoreTypeListData
()
},
},
methods
:
{
methods
:
{
getStoreTypeListData
()
{
getStoreTypeListData
()
{
this
.
$http
.
get
(
'
/api/client/index/storeTypeList
'
,
{
this
.
$http
.
get
(
'
/api/client/index/storeTypeList
'
,
{
storeTypeId
:
1
,
storeTypeId
:
1
,
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
tabsList
=
res
.
data
.
data
this
.
tabsList
=
res
.
data
.
data
if
(
res
.
data
.
data
!=
null
)
{
this
.
tabsVal
=
res
.
data
.
data
[
0
].
id
this
.
getListData
()
}
})
})
},
},
getListData
()
{
getListData
()
{
...
@@ -94,7 +96,7 @@
...
@@ -94,7 +96,7 @@
},
},
ONtab
(
data
,
index
)
{
ONtab
(
data
,
index
)
{
this
.
tabIndex
=
index
this
.
tabIndex
=
index
this
.
tabsVal
=
data
.
name
this
.
tabsVal
=
data
.
id
this
.
getListData
()
this
.
getListData
()
}
}
}
}
...
@@ -107,13 +109,15 @@
...
@@ -107,13 +109,15 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background-color
:
#fafbff
;
background-color
:
#fafbff
;
min-height
:
100vh
;
min-height
:
100vh
;
.uempty
{
image
{
.uempty
{
image
{
width
:
376rpx
;
width
:
376rpx
;
display
:
block
;
display
:
block
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
text
{
text
{
display
:
block
;
display
:
block
;
text-align
:
center
;
text-align
:
center
;
color
:
#ccc
;
color
:
#ccc
;
...
...
pages/index/index.vue
View file @
98d6c7a7
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
@
click
=
"
goPrductDetail(item)
"
>
@
click
=
"
goPrductDetail(item)
"
>
<
view
class
=
"
product-card u-f u-f-fdc
"
>
<
view
class
=
"
product-card u-f u-f-fdc
"
>
<
image
style
=
"
width: 100%;height: 288rpx;border-radius: 18rpx 18rpx 0rpx 0rpx;
"
<
image
style
=
"
width: 100%;height: 288rpx;border-radius: 18rpx 18rpx 0rpx 0rpx;
"
:
mode
=
"
'
scaleTo
Fill'
"
:
src
=
"
item.goodsImage
"
><
/image
>
:
mode
=
"
'
aspect
Fill'
"
:
src
=
"
item.goodsImage
"
><
/image
>
<
view
class
=
"
pc-desc fw400 fs28 mg-top-10 one-line-ellipsis
"
>
<
view
class
=
"
pc-desc fw400 fs28 mg-top-10 one-line-ellipsis
"
>
{{
item
.
goodsName
}}
{{
item
.
goodsName
}}
<
/view
>
<
/view
>
...
...
pages/joinInCooperation/joinInCooperation.vue
View file @
98d6c7a7
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<!-- 投入资金 -->
<!-- 投入资金 -->
<view
class=
"menuItem"
>
<view
class=
"menuItem"
>
<view
class=
"menulabel"
>
<view
class=
"menulabel"
>
投入资金
投入资金
(元)
</view>
</view>
<input
type=
"text"
v-model=
"investcapital"
placeholder=
"请输入计划投入资金"
/>
<input
type=
"text"
v-model=
"investcapital"
placeholder=
"请输入计划投入资金"
/>
</view>
</view>
...
...
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