343">

1 Commits (14be9cd417462f01eeac69c5cefb898aff1f142e)

Autor SHA1 Nachricht Datum
  xuchunyang bdf84638b6 编辑器组件 vor 7 Jahren
ekexiu.app - Gogs: Go Git Service

Brak opisu

base.js 1.2KB

    //公共文件 mui.init(); var baseUrl = "http://www.ekexiu.com:81", toastStyle = { 'verticalAlign': 'top' } function goHome() { mui.openWindow({ url: '../index.html', id: '../index.html', show: { aniShow: "slide-in-right" } }); } function goLoginFun() { mui.openWindow({ url: '../html/login.html', id: '../html/login.html', show: { aniShow: "slide-in-bottom" } }); } function goRegFun() { mui.openWindow({ url: '../html/reg.html', id: '../html/reg.html', show: { aniShow: "slide-in-bottom" } }); } /*校验下一步按钮显示状态*/ function hideButtn(oneName,twoName,threeName,fourName) { if(oneName.value == "" || twoName.value == "") { threeName.classList.remove(fourName); threeName.disabled = "disabled"; } else { threeName.classList.add(fourName); threeName.disabled = ""; } } function hideButtn2(oneName,twoName,threeName,fourName,fiveName) { if(oneName.value == "" || twoName.value == "" || fiveName.value == "") { threeName.classList.remove(fourName); threeName.disabled = "disabled"; } else { threeName.classList.add(fourName); threeName.disabled = ""; } }
bulomakaka/ekexiu.app - Gogs: Go Git Service

8 Commits (8b6060247cc882e5242677244f9e473a1d172d5d)

Autor SHA1 Nachricht Datum
  lipengtao 59144a9128 时间控件只显示年,更改图像 vor 8 Jahren
  lipengtao b7aa8ed2be 专家浏览,专家修改bug的修改 vor 8 Jahren
  lipengtao 4bc2825fb4 加上时间和城市控件 vor 8 Jahren
  luyanan 7b39fc9d97 专家信息修改:朋涛 vor 8 Jahren
  luyanan d4c3e123b8 修改完善页面细节 vor 8 Jahren
  luyanan f557f5e188 完善星级评价,修改资源申请 vor 8 Jahren
  luyanan e3e4f43f89 1、新增专家详细信息修改子页面; vor 8 Jahren
  luyanan 8fffca8842 ekexiu.app页面首次上传 vor 8 Jahren
Sign In - Gogs: Go Git Service

Sign In