This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
TTopen
Watch
7
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【抖音POI小程序列表id替换】
master
chenshengle
3 years ago
parent
a4814a7b3f
commit
81fd7ee526
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/ttpoiList/list.vue
+ 1
- 1
src/components/ttpoiList/list.vue
View File
@@ -204,7 +204,7 @@ export default {
).then(res => {
console.log(res.data);
this.list = res.data.list;
this.id = res.data.list[0].id;
//
this.id = res.data.list[0].id;
});
},
goAdd(row, item) {
Write
Preview
Loading…
Cancel
Save