BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e8e4f7e27dc965fc80956b6cb6e4870a427bbe57
Authored by
刘淇
2023-06-13 14:16:04 +0800
1 parent
1e06c01a
二维码有效期必须大于当前时间
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
pages/businessCard/printCard.vue
pages/businessCard/printCard.vue
View file @
e8e4f7e
...
...
@@ -145,12 +145,6 @@ export default {
145
145
duration: 2000
146
146
})
147
147
}else{
148
- uni.showToast({
149
- title: '2',
150
-
151
- duration: 2000
152
- })
153
-
154
148
this.deadline = this.single
155
149
this.getCouponStaticQR()
156
150
}
...
...