File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* @Github : https://github.com/OBKoro1
4
4
* @Date : 2018-11-08 12:58:51
5
5
* LastEditors : OBKoro1 [email protected]
6
- * LastEditTime : 2022-05-21 18:11:46
6
+ * LastEditTime : 2023-01-13 20:45:53
7
7
* @Description : 不同语言的逻辑
8
8
*/
9
9
const LanguageDifferent = require ( './languageDifferent' )
@@ -119,9 +119,9 @@ class FunctionTplStr {
119
119
*/
120
120
handleParamReturn ( obj , key ) {
121
121
if ( this . config . configObj . specialOptions . param && key . startsWith ( 'param' ) ) {
122
- obj . key = util . spaceStringFn ( this . config . configObj . specialOptions . param , this . config . functionWideNum )
122
+ obj . key = util . spaceStringFn ( this . config . configObj . specialOptions . param , this . config . configObj . functionWideNum )
123
123
} else if ( this . config . configObj . specialOptions . return && key . startsWith ( 'return' ) ) {
124
- obj . key = util . spaceStringFn ( this . config . configObj . specialOptions . return , this . config . functionWideNum )
124
+ obj . key = util . spaceStringFn ( this . config . configObj . specialOptions . return , this . config . configObj . functionWideNum )
125
125
}
126
126
obj . type = 'fnMiddle_param'
127
127
obj . typeVal = this . getTypeVal ( )
You can’t perform that action at this time.
0 commit comments