mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
@@ -136,8 +136,8 @@ func (b *boundMethod) call(data string) ([]reflect.Value, error) {
|
||||
}
|
||||
args[index] = value
|
||||
}
|
||||
b.log.Infof("Unmarshalled Args: %+v\n", jsArgs)
|
||||
b.log.Infof("Converted Args: %+v\n", args)
|
||||
b.log.Debugf("Unmarshalled Args: %+v\n", jsArgs)
|
||||
b.log.Debugf("Converted Args: %+v\n", args)
|
||||
results := b.method.Call(args)
|
||||
|
||||
b.log.Debugf("results = %+v", results)
|
||||
|
||||
@@ -19,7 +19,6 @@ export default {
|
||||
getNewQuote: function() {
|
||||
var self = this;
|
||||
wails.$.main.QuotesCollection.GetQuote().then(result => {
|
||||
console.log(result);
|
||||
self.quote = result;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user