Pārlūkot izejas kodu

章级编号调整

MaiXinRong 5 gadi atpakaļ
vecāks
revīzija
b3b127fbd0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/extend/helper.js

+ 1 - 1
app/extend/helper.js

@@ -423,7 +423,7 @@ module.exports = {
         const reg = /^[0-9]*$/;
         if (reg.test(codePath[0])) {
             const num = parseInt(codePath[0]);
-            return this.mul(this.div(num, 100, 0), 100);
+            return this.mul(this.div(num, 100, 0), 100) + '';
         } else {
             return '';
         }