This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
扫码优化
wulanhaote
庞东旭
2 years ago
parent
1a36571840
commit
a5fc486d47
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/views/lawEnforcement/retrospect/scan.vue
+ 1
- 2
src/views/lawEnforcement/retrospect/scan.vue
View File
@@ -36,8 +36,7 @@ export default {
codeScanned(code) {
this.scanned = code;
setTimeout(() => {
// alert(`扫码解析成功: ${code}`);
Cookies.remove('scanLink')
alert(`扫码解析成功: ${code}`);
Cookies.set("scanLink", code);
history.back(-1);
}, 200)
Write
Preview
Loading…
Cancel
Save