Lines Matching refs:success
38 success: function(data) {
39 console.log('call storage.get success: ' + data);
74 success: function() {
75 console.log('call storage.set success.');
105 success: function() {
106 console.log('call storage.clear success.');
137 success: function() {
138 console.log('call storage.delete success.');
156 | success | (data: any) => void | 否 | 接口调用成功的回调函数,data为返回key对应的value。 |
169 | success | () => void | 否 | 接口调用成功的回调函数。 …
180 | success | () => void | 否 | 接口调用成功的回调函数。 …
192 | success | () => void | 否 | 接口调用成功的回调函数。 …