Weex JSEnv 扩展
接口
NSDictionary *options = @{@"testVlaue":@"hello"};
[_instance renderWithURL:url options:options data:nil];
使用
var value = weex.config.testValue;
console.log(value);
NSDictionary *options = @{@"testVlaue":@"hello"};
[_instance renderWithURL:url options:options data:nil];
var value = weex.config.testValue;
console.log(value);