You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/code-generator/test-cases/react-app/demo6-literal-condition/expected/demo-project/src/pages/Test/index.jsx
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ class Test$$Page extends React.Component {
84
84
if(!response.data.success){
85
85
thrownewError(response.data.message);
86
86
}
87
-
88
87
returnresponse.data.data;
89
88
},
90
89
isInit: function(){
@@ -105,7 +104,6 @@ class Test$$Page extends React.Component {
Copy file name to clipboardExpand all lines: modules/code-generator/test-cases/react-app/demo7-literal-condition2/expected/demo-project/src/pages/Test/index.jsx
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ class Test$$Page extends React.Component {
145
145
146
146
onOkModifyDialogThird(){
147
147
//第三步 修改 对话框 确定
148
+
148
149
this.setState({
149
150
currentStep: 0,
150
151
isModifyDialogVisible: false,
@@ -153,6 +154,7 @@ class Test$$Page extends React.Component {
153
154
154
155
onCancelModifyDialogThird(){
155
156
//第三步 修改 对话框 取消
157
+
156
158
this.setState({
157
159
isModifyDialogVisible: false,
158
160
});
@@ -184,7 +186,10 @@ class Test$$Page extends React.Component {
Copy file name to clipboardExpand all lines: modules/code-generator/test-cases/react-app/demo_11-jsslot-2/expected/demo-project/src/pages/Test/index.jsx
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ class Test$$Page extends React.Component {
61
61
};
62
62
63
63
this.__jp__init();
64
-
65
64
this.statusDesc={
66
65
0: "失败",
67
66
1: "成功",
@@ -196,12 +195,10 @@ class Test$$Page extends React.Component {
0 commit comments