Skip to content

Commit

Permalink
Fix: sort param
Browse files Browse the repository at this point in the history
  • Loading branch information
CareyWang committed Feb 21, 2020
1 parent 823cca7 commit 8f1cde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,9 @@ export default {
"&scv=" +
this.form.scv.toString() +
"&fdn=" +
this.form.fdn.toString();
this.form.fdn.toString() +
"&sort=" +
this.form.sort.toString();
}
this.$copyText(this.customSubUrl);
Expand Down

0 comments on commit 8f1cde0

Please sign in to comment.