i
f(typeof Web960 == "undefined") Web960={};
if(typeof Web960.Web == "undefined") Web960.Web={};
if(typeof Web960.Web.index == "undefined") Web960.Web.index={};
Web960.Web.index_class = function() {};
Object.extend(Web960.Web.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
CheckRegUserLogin: function() {
return this.invoke("CheckRegUserLogin", {}, this.CheckRegUserLogin.getArguments().slice(0));
},
verifyRegCode: function(vcode, verifytype) {
return this.invoke("verifyRegCode", {"vcode":vcode, "verifytype":verifytype}, this.verifyRegCode.getArguments().slice(2));
},
GetGuestBookSettings: function() {
return this.invoke("GetGuestBookSettings", {}, this.GetGuestBookSettings.getArguments().slice(0));
},
GetExtFrom: function(formid) {
return this.invoke("GetExtFrom", {"formid":formid}, this.GetExtFrom.getArguments().slice(1));
},
CheckUserName: function(username) {
return this.invoke("CheckUserName", {"username":username}, this.CheckUserName.getArguments().slice(1));
},
CheckRegEmail: function(email) {
return this.invoke("CheckRegEmail", {"email":email}, this.CheckRegEmail.getArguments().slice(1));
},
SaveRegUser: function(dicts) {
return this.invoke("SaveRegUser", {"dicts":dicts}, this.SaveRegUser.getArguments().slice(1));
},
GetUserDetails: function(username) {
return this.invoke("GetUserDetails", {"username":username}, this.GetUserDetails.getArguments().slice(1));
},
GetUserDetailsExtFromSettings: function() {
return this.invoke("GetUserDetailsExtFromSettings", {}, this.GetUserDetailsExtFromSettings.getArguments().slice(0));
},
SaveUserComment: function(username, comments) {
return this.invoke("SaveUserComment", {"username":username, "comments":comments}, this.SaveUserComment.getArguments().slice(2));
},
UpdateUserComment: function(username, pluname, savekey, comments) {
return this.invoke("UpdateUserComment", {"username":username, "pluname":pluname, "savekey":savekey, "comments":comments}, this.UpdateUserComment.getArguments().slice(4));
},
RegUserLogin: function(dicts) {
return this.invoke("RegUserLogin", {"dicts":dicts}, this.RegUserLogin.getArguments().slice(1));
},
UserFindPw: function(dicts) {
return this.invoke("UserFindPw", {"dicts":dicts}, this.UserFindPw.getArguments().slice(1));
},
ChangeUserPwd: function(dict) {
return this.invoke("ChangeUserPwd", {"dict":dict}, this.ChangeUserPwd.getArguments().slice(1));
},
LoadGoods: function(pd_id) {
return this.invoke("LoadGoods", {"pd_id":pd_id}, this.LoadGoods.getArguments().slice(1));
},
LoadInventory: function(goodsno, goodid) {
return this.invoke("LoadInventory", {"goodsno":goodsno, "goodid":goodid}, this.LoadInventory.getArguments().slice(2));
},
AddToCart: function(pd_id, amount, inventid, unit, price, goodsno, moneyunit, orgprice) {
return this.invoke("AddToCart", {"pd_id":pd_id, "amount":amount, "inventid":inventid, "unit":unit, "price":price, "goodsno":goodsno, "moneyunit":moneyunit, "orgprice":orgprice}, this.AddToCart.getArguments().slice(8));
},
EditShopCart: function(cartid, amount, unit, price, moneyunit) {
return this.invoke("EditShopCart", {"cartid":cartid, "amount":amount, "unit":unit, "price":price, "moneyunit":moneyunit}, this.EditShopCart.getArguments().slice(5));
},
LoadShopCart: function() {
return this.invoke("LoadShopCart", {}, this.LoadShopCart.getArguments().slice(0));
},
RemoveShopCartItem: function(CartId) {
return this.invoke("RemoveShopCartItem", {"CartId":CartId}, this.RemoveShopCartItem.getArguments().slice(1));
},
SaveOrder: function(cartids, totalMoney, moneyunit, postdata, ordererinfo, billinfo, consigneeinfo, invoiceinfo, yunfei, tax, paymethod) {
return this.invoke("SaveOrder", {"cartids":cartids, "totalMoney":totalMoney, "moneyunit":moneyunit, "postdata":postdata, "ordererinfo":ordererinfo, "billinfo":billinfo, "consigneeinfo":consigneeinfo, "invoiceinfo":invoiceinfo, "yunfei":yunfei, "tax":tax, "paymethod":paymethod}, this.SaveOrder.getArguments().slice(11));
},
ALoadCitys: function(code) {
return this.invoke("ALoadCitys", {"code":code}, this.ALoadCitys.getArguments().slice(1));
},
ALoadCountries: function() {
return this.invoke("ALoadCountries", {}, this.ALoadCountries.getArguments().slice(0));
},
AddToFavs: function(pd_id) {
return this.invoke("AddToFavs", {"pd_id":pd_id}, this.AddToFavs.getArguments().slice(1));
},
DelFavs: function(fav_id) {
return this.invoke("DelFavs", {"fav_id":fav_id}, this.DelFavs.getArguments().slice(1));
},
SaveExchangeIntegral: function(info) {
return this.invoke("SaveExchangeIntegral", {"info":info}, this.SaveExchangeIntegral.getArguments().slice(1));
},
url: '/ajaxpro/Web960.Web.index,Web960.Web.ashx'
}));
Web960.Web.index = new Web960.Web.index_class();