muzin

Results 2 comments of muzin

你好,你可能需要修改一下 ios项目Pods NetTransfer -> NetTransfer.m ->uploadWithData函数中代码(在209行左右), NSString *boundary = [self md5:[@"nat" stringByAppendingFormat:@"%lf",[[NSDate date] timeIntervalSince1970]]]; //cookie // NSDictionary* options = nil; // BOOL trustAllHosts = [[command argumentAtIndex:6 withDefault:[NSNumber numberWithBool:YES]] boolValue]; //...

### 解决办法 如果需要同时三端支持 picker,需要在引入`'weex-vue-render'`后再引入` weex-picker`。 如下: ```js import Vue from 'vue' import weex from 'weex-vue-render' import WeexPicker from '@weex-project/weex-picker' /* global Vue */ weex.init(Vue) /* weex initialized here, please do...