JS

/////////////////////////////////////

defineClass('CourseCenterpurchaseController',{

pushPayView: function() {

require('ZTKStatistics,ZTKTools,UIStoryboard,NSBundle');

ZTKStatistics.event("ZTKPurchase");

ZTKTools.hideHudWithView(self.view());

var story = UIStoryboard.storyboardWithName_bundle("OrderTableViewController", NSBundle.mainBundle());

var myView = story.instantiateViewControllerWithIdentifier("myView");

myView.setListmodel(self.VideoListmodel());

console.log(myView.Listmodel().NetClassId())

console.log(self.VideoListmodel().rid())

if (!myView.Listmodel().NetClassId()) {

myView.Listmodel().setNetClassId(self.VideoListmodel().rid());

}

self.navigationController().pushViewController_animated(myView, YES);

}

});

///////////////////////////////////////

/*https://github.com/bang590/JSPatch/issues/453

require('UIView,UIColor,UIButton,UIImageView,UIScreen');

defineClass('AddProductViewController', {

viewDidLoad: function() {

self.super().viewDidLoad();

self.creatBottomView();

},

creatBottomView: function() {

console.log("底部创建2个按钮")


不能用???

#define ScreenWidth [UIScreen mainScreen].bounds.size.width

#define ScreenHeight [UIScreen mainScreen].bounds.size.height

#define SetColor(r,g,b,a) [UIColor colorWithRed:r/255.0 green:g/255.0 blue:b/255.0 alpha:a]

*/

var aView1 = UIImageView.alloc().initWithFrame({x: 10, y: 100, width: 140, height: 25})

aView1.setBackgroundColor(UIColor.yellowColor())

self.view().addSubview(aView1)

var ScreenHeight = 480

var ScreenWidth = 320

//ScreenWidth / 2, ScreenHeight - 45, ScreenWidth / 2, 45)

var aView = UIView.alloc().initWithFrame({x: 100, y: ScreenHeight - 145, width: ScreenWidth / 2, height: 45})

aView.setBackgroundColor(UIColor.purpleColor())

self.view().addSubview(aView)

},

})

*/

//////////////////////////////////

defineClass('PostCaptchaViewController',{

loginToHome: function() {

console.log('www')

var VC = require('PostCaptchaViewController').alloc().init();

self.LogIn();

}

});

/////////////////////////////////

defineClass('ZTKHomeViewController',{

createTreeViews: function() {

require('UITableView');

var x0 = self.tableView().frame().x;

if(

require('UIDevice').currentDevice().userInterfaceIdiom() == 0

)

{

var y0 = self.testModuleView().frame().y+95+39;

}else{

var y0 = self.testModuleView().frame().y+150+39;

}

var width0 = require('UIScreen').mainScreen().bounds().width;

var height0 =self.tableView().contentSize().height;

self.tableView().setFrame({x:x0, y:y0, width:width0, height:height0})

self.backScrollView().addSubview(self.tableView());

var width1=require('UIScreen').mainScreen().bounds().width;

var height1=self.tableView().contentSize().height+y0+39;

self.backScrollView().setContentSize({width: width1, height:height1});

}

});

/////////////////////////////////////////

/*

https://github.com/bang590/JSPatch/wiki/JSPatch-%E5%9F%BA%E7%A1%80%E7%94%A8%E6%B3%95

http://bang590.github.io/JSPatchConvertor/

*/

defineClass('MainNavgationController', {

viewDidLoad: function() {

self.super().viewDidLoad();

self.alerttt();

}

});

defineClass('MainNavgationController', {

alerttt: function() {

var alert = require('UIAlertView').alloc().initWithTitle_message_delegate_cancelButtonTitle_otherButtonTitles("我是JS", "你是谁", self, "OKOKOK", null, null);

alert.show();

}

});

defineClass('VideoViewWithTaped', {

makeVideoItem: function() {

var alert = require('UIAlertView').alloc().initWithTitle_message_delegate_cancelButtonTitle_otherButtonTitles("VideoViewWithTaped", "makeVideoItem", self, "OK", null, null);

alert.show();

require('VodManage,VodDownLoader,NS_Keys');

downitems = null;

downitems = VodManage.shareManage().findDownItem(self.recordLessonModel().JoinCode());

if (downitems) {

isPlayOffLine = YES;

self.playVodpLayer();

} else {

isPlayOffLine = NO;

self.setVodDownLoader(require('VodDownLoader').alloc().init());

self.vodDownLoader().setDelegate(self);

if (self.recordLessonModel().JoinPassword() == null) {

self.recordLessonModel().setJoinPassword("");

}

var username = NS_Keys.Instance().username();

self.vodDownLoader().addItem_number_loginName_vodPassword_loginPassword_vodid_downFlag_serType_oldVersion_kToken(self.recordLessonModel().domainName(), "", username, self.recordLessonModel().JoinPassword(), self.recordLessonModel().JoinPassword(), self.recordLessonModel().JoinCode(), 0, "webcast", YES, null);

}

}

});

//////////////////////////////////////////

require('ZTKStatistics,ZTKTools,UIStoryboard,NSBundle');

pushPayView: function() {

ZTKStatistics.event("ZTKPurchase");

ZTKTools.hideHudWithView(self.view());

var story = UIStoryboard.storyboardWithName_bundle("OrderTableViewController", NSBundle.mainBundle());

var myView = story.instantiateViewControllerWithIdentifier("myView");

myView.setListmodel(self.VideoListmodel());

if (myView.Listmodel().NetClassId() == null) {

myView.Listmodel().setNetClassId(self.VideoListmodel().rid());

}

self.navigationController().pushViewController_animated(myView, YES);

}

defineClass('VideoViewWithTaped', {

makeVideoItem: function() {

require('VodManage,VodDownLoader,NS_Keys');

downitems = null;

downitems = VodManage.shareManage().findDownItem(self.recordLessonModel().JoinCode());

if (downitems) {

isPlayOffLine = YES;

self.playVodpLayer();

} else {

isPlayOffLine = NO;

self.setVodDownLoader(require('VodDownLoader').alloc().init());

self.vodDownLoader().setDelegate(self);

if (self.recordLessonModel().JoinPassword() == null) {

self.recordLessonModel().setJoinPassword("");

}

var username = NS_Keys.Instance().username();

self.vodDownLoader().addItem_number_loginName_vodPassword_loginPassword_vodid_downFlag_serType_oldVersion_kToken(self.recordLessonModel().domainName(), "", username, self.recordLessonModel().JoinPassword(), self.recordLessonModel().JoinPassword(), self.recordLessonModel().JoinCode(), 0, "webcast", YES, null);

}

}

});

defineClass('RegisterViewController', {

actionLeft: function() {

if (require('LoginViewController').class()) {

self.navigationController().popViewControllerAnimated(YES);

}

}

});

defineClass('IntroductionViewController', {

cellContentDataSource: function() {

detailsmodel = self.detailsmodel();

self.setListArr(require('NSArray').arrayWithObjects(

self.spliceContent_with("科目", detailsmodel.SubjectName()),

self.spliceContent_with("主题", detailsmodel.title()),

self.spliceContent_with("讲师", detailsmodel.TeacherDesc()),

self.spliceContent_with("课时", detailsmodel.TimeLength()),

null));

self.baseViewTableView().reloadInputViews();

self.baseViewTableView().reloadData();

self.createWebView();

}

});

defineClass('IntroductionViewController', {

createWebView: function() {

var temp = self.detailsmodel().NetClassId();

if(temp){

require('UIWebView,NSURL,NSString,NSURLRequest');

var webView =require('UIWebView').alloc().init();

webView = self.webView();

self.setWebView(require('UIWebView').alloc().initWithFrame({x:0, y:10, width:320, height:720}))

self.webView().setDelegate(self);

self.webView().setScalesPageToFit(NO);

self.webView().setMultipleTouchEnabled(YES);

self.webView().scrollView().setScrollEnabled(NO);

self.webView().scrollView().setBounces(NO);

var str = self.detailsmodel().NetClassId();

model = str.toJS()

console.log(str);

console.log(model);

var webUrl = 'http://v.huatu.com/h5/detail_zhuanti_contents.php?rid='

var url = webUrl + model

var strurl = webUrl + str

console.log(webUrl);

console.log(url);

require('NSURLRequest');

var urllll111 = url

var urllll222 = require('NSURL').URLWithString(require('NSString').stringWithFormat(urllll111));

self.webView().loadRequest(NSURLRequest.requestWithURL(urllll222));

require('UIDevice');

var version = UIDevice.currentDevice().systemVersion().floatValue();

if(version>9.2)

{

self.webView().valueForKeyPath("documentView.webView.mainFrame.javaScriptContext")

}

}

}

});

defineClass("VideoListViewController", ['totalCount'], {

init: function() {

self = self.super().init()

self.setTotalCount(0)

return self

},

viewWillAppear: function(animated) {

require('LogInfoBase');

self.super().viewWillAppear(animated);

var totalCount = self.totalCount()

if (totalCount == 0) {

self.ALiveLessonList().PullDownRefresh();

self.setTotalCount(1);

}

LogInfoBase.Instance().beginEvent("Course_Center");

LogInfoBase.Instance().beginLogPageView("VideoListViewController");

var totalCount = self.totalCount()

console.log(totalCount);

},

})

x:self.tableView().frame().x, y:CGRectGetMaxY(_testModuleView.frame().y)+ 39, width:self.tableView().width(), height:self.tableView().contentSize().height())

CGSizeMake(self.backScrollView.width(), self.tableView().contentSize().height() + CGRectGetMaxY(self.testModuleView.frame()) + 39)

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,332评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,508评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 157,812评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,607评论 1 284
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,728评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 49,919评论 1 290
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,071评论 3 410
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,802评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,256评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,576评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,712评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,389评论 4 332
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,032评论 3 316
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,798评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,026评论 1 266
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,473评论 2 360
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,606评论 2 350

推荐阅读更多精彩内容

  • 单例模式 适用场景:可能会在场景中使用到对象,但只有一个实例,加载时并不主动创建,需要时才创建 最常见的单例模式,...
    Obeing阅读 2,058评论 1 10
  • 工厂模式类似于现实生活中的工厂可以产生大量相似的商品,去做同样的事情,实现同样的效果;这时候需要使用工厂模式。简单...
    舟渔行舟阅读 7,727评论 2 17
  • 深入响应式 追踪变化: 把普通js对象传给Vue实例的data选项,Vue将使用Object.defineProp...
    冥冥2017阅读 4,854评论 6 16
  • defineClass使用文档 API defineClass(classDeclaration, instanc...
    xh_0129阅读 216评论 0 0
  • 1 走进荔浦县依偎在群山怀抱的银子岩,就像走进一座璀璨夺目的仙宫。这是大自然鬼斧神工之杰作,岩洞内钟乳石天造地设,...
    晴鹤1阅读 321评论 2 3