Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f8b960aa7f6b0028e936edc0c932151e382a88b0
Authored by
zhiyangdu
2020-12-14 16:49:04 +0800
1 parent
026d77bf
清除debugger
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/goodDetails/goodDetails.vue
View file @
f8b960a
...
...
@@ -213,7 +213,6 @@ export default {
213
213
},
214
214
// 兑换
215
215
exchange () {
216
- debugger
217
216
if (this.isCNLive.value) {
218
217
// 提示用积分兑换兑换
219
218
let options = {
...
...