|
楼主 |
发表于 2017-4-27 15:15:05
|
显示全部楼层
本帖最后由 波斯大香蕉 于 2017-4-27 15:18 编辑
Model.prototype.getStaticData = function(fid) {
var self = this;
var param = new biz.Request.ActionParam();
param.setString('fid', fid);
biz.Request.sendBizRequest({
contentType : "application/json",
dataType : "application/json",
process : "/aojing/gp/process/gp_giftPlan/giftPlanProces",
activity : "giftPlanPage",
action : "getGiftStaticByCoustom",
directExecute : true,
parameters : param,
callback : function(evtData) {
if (evtData.state) {
// debugger;
console.log("我想进去");
} else {
self.getStaticData(fid);
}
evtData.ignoreError = false;
}
});
};
file:///C:\Users\panpingting\AppData\Roaming\Tencent\Users\1602245703\QQ\WinTemp\RichOle\N17HK%KSYDT4H}$R6H~)PR5.png
|
|