GITLAB
杨桓桓
/ PCSdk_laya
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
70bf6ae030e653beb2b72441f40a42743a1b3b58
Authored by
宋庆平
2020-04-30 17:26:23 +0800
1 parent
98e2288d
Exists in
2.1
x
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
puchi_laya/src/sdk/sdkData/AddGoldData.ts
Side-by-side Diff
Inline Diff
puchi_laya/src/sdk/sdkData/AddGoldData.ts
Wrap text
Diff comments
View file @
70bf6ae
...
...
@@ -7,6 +7,7 @@ export default class AddGoldData {
7
7
if (!parseInt(data.code)) {
8
8
AddGoldData.coin = data.data.coin;
9
9
AddGoldData.mycoin = data.data.mycoin;
10
+
10
11
}
11
12
12
13
}
...
...