This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wang.yuan
/
wxapp-visitor-invite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
修复阻止功能
tags/AL.0.8.0_20240113_base
yuan
1 year ago
parent
f71772116c
commit
3768c832e9
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/stores/contact-item.ts
+ 3
- 1
src/stores/contact-item.ts
View File
@@ -82,7 +82,9 @@ export const useContactItemStore = defineStore('contact-item', () => {
updateVisitor( staffId: $staffId, input: {
id: $id,
isBlock: $isBlock
} )
} ) {
id
}
}
`
Write
Preview
Loading…
Cancel
Save