This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
pay-video-applet-uniapp-24-8-22
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
6ea181be30
commit
04a8a35c14
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages_mine/mine/purse.vue
+ 1
- 1
pages_mine/mine/purse.vue
View File
@ -111,7 +111,7 @@ export default {
getData
(
)
{
this
.
$api
(
'infoGetBankCardPage'
,
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
list
=
[
res
.
result
]
this
.
list
=
res
.
result
?
[
res
.
result
]
:
[
]
}
}
)
}
,
Write
Preview
Loading…
Cancel
Save