This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
Jingde-town-wechat-uniapp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
8 months ago
parent
b24a78efdc
commit
eb61419c31
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages_order/components/list/cardList.vue
+2
-0
pages_order/service/tellList.vue
+ 1
- 1
pages_order/components/list/cardList.vue
View File
@ -65,7 +65,7 @@
this
.
queryParams
.
pageNo
=
1
this
.
$api
(
'queryRoleInfoList'
,
{
...
this
.
queryParams
,
roleId
:
this
.
type
+
1
,
roleId
:
pin
+
1
,
}
,
res
=>
{
uni
.
stopPullDownRefresh
(
)
if
(
res
.
code
==
200
)
{
+ 2
- 0
pages_order/service/tellList.vue
View File
@ -27,9 +27,11 @@
}
,
onLoad
(
args
)
{
this
.
type
=
args
.
type
||
0
console
.
log
(
this
.
type
)
;
}
,
onShow
(
)
{
this
.
$refs
.
cardList
.
getList
(
)
console
.
log
(
this
.
type
)
;
}
,
onPullDownRefresh
(
)
{
this
.
$refs
.
cardList
.
getList
(
)
Write
Preview
Loading…
Cancel
Save