From 397b7cfb1683bd7850a68acf4174018699b87606 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sat, 22 Feb 2020 02:19:05 +0800 Subject: [PATCH] Fix: sort param --- src/views/Subconverter.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index b81982f..45eea26 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -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);