Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
evm-store
Commits
6b224db5
Commit
6b224db5
authored
Mar 19, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d327191f
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
101 additions
and
1348 deletions
+101
-1348
frontend/src/layout/developer.vue
frontend/src/layout/developer.vue
+0
-1
frontend/src/styles/developer/combineCss.min.css
frontend/src/styles/developer/combineCss.min.css
+0
-4
frontend/src/views/app-store/docs.vue
frontend/src/views/app-store/docs.vue
+1
-1
frontend/src/views/developer/admin.vue
frontend/src/views/developer/admin.vue
+0
-64
frontend/src/views/developer/certify-info.vue
frontend/src/views/developer/certify-info.vue
+0
-200
frontend/src/views/developer/certify.vue
frontend/src/views/developer/certify.vue
+0
-148
frontend/src/views/developer/certify_info_display.vue
frontend/src/views/developer/certify_info_display.vue
+0
-71
frontend/src/views/developer/certify_info_edit.vue
frontend/src/views/developer/certify_info_edit.vue
+0
-131
frontend/src/views/developer/components/banner.vue
frontend/src/views/developer/components/banner.vue
+0
-22
frontend/src/views/developer/components/footer.vue
frontend/src/views/developer/components/footer.vue
+0
-51
frontend/src/views/developer/components/pagination.vue
frontend/src/views/developer/components/pagination.vue
+0
-47
frontend/src/views/developer/components/upload.vue
frontend/src/views/developer/components/upload.vue
+0
-19
frontend/src/views/developer/help.vue
frontend/src/views/developer/help.vue
+0
-64
frontend/src/views/developer/history.vue
frontend/src/views/developer/history.vue
+0
-85
frontend/src/views/developer/index.vue
frontend/src/views/developer/index.vue
+100
-57
frontend/src/views/developer/table.vue
frontend/src/views/developer/table.vue
+0
-364
frontend/src/views/developer/template.vue
frontend/src/views/developer/template.vue
+0
-19
No files found.
frontend/src/layout/developer.vue
View file @
6b224db5
...
...
@@ -55,5 +55,4 @@ export default {
</
script
>
<
style
lang=
"scss"
scope
>
@import
"../styles/developer/combineCss.min.css"
;
</
style
>
frontend/src/styles/developer/combineCss.min.css
deleted
100644 → 0
View file @
d327191f
This diff is collapsed.
Click to expand it.
frontend/src/views/app-store/docs.vue
View file @
6b224db5
<
template
>
<div
class=
"container"
>
<iframe
src=
"https://www.yuque.com/
dragondjf/ihusbn
"
height=
"100%"
width=
"100%"
name=
"demo"
scrolling=
"auto"
frameborder=
"0"
></iframe>
<iframe
src=
"https://www.yuque.com/
tumzg5/mndtts
"
height=
"100%"
width=
"100%"
name=
"demo"
scrolling=
"auto"
frameborder=
"0"
></iframe>
</div>
</
template
>
<
script
>
...
...
frontend/src/views/developer/admin.vue
deleted
100644 → 0
View file @
d327191f
This diff is collapsed.
Click to expand it.
frontend/src/views/developer/certify-info.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"container"
>
<div
class=
"m-certification-info"
>
<div
class=
"con"
>
<div
class=
"container"
>
<div
class=
"p-steps"
>
<span
class=
"list"
>
<!--
<span
class=
"one one1"
>
-->
<!--
<span
class=
"step-con current"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
开发者实名认证
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one2"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
补充联系人信息
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one3"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one4"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one-last"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
</span>
</div>
<div
class=
"info"
>
<form
class=
"J_form"
action=
""
method=
"post"
autocomplete=
"off"
>
<table
class=
"info-t"
>
<
%
if(cert =
==
1
)
{ %>
<tr
class=
"info-name-tr"
>
<td
class=
"info-name-key key"
>
名称
</td>
<td
class=
"info-name"
>
<
%
if(authentication.type =
==
2
)
{ %>
<
%=
authentication
.
realName
%
>
<
%
}
else
{ %>
<
%=
authentication
.
company
%
>
<
%
}
%
>
<br
/>
这不是您的名称?
<a
class=
"cert"
href=
"#certify/certify"
>
使用您企业(或个人)的支付宝账号重新认证
</a
>
</td>
</tr>
<
%
}
%
>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
联系人姓名
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactName ipt p-ipt"
data-num=
"127"
name=
"name"
type=
"text"
value=
"
<
%
if
(
contactName
)
{%>
<
%}%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
手机号码
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactPhone ipt p-ipt"
data-num=
"63"
name=
"mobileNumber"
type=
"text"
value=
"
<
%
if
(
contactMobile
)
{%>
<
%=
contactMobile
%
><
%}%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
座机电话
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"ipt p-ipt contactTele"
data-num=
"63"
name=
"phoneNumber"
type=
"txt"
value=
"
<
%
if
(
contactPhone
)
{%>
<
%=
contactPhone
%
><
%}%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
旺旺/QQ
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactTalk ipt p-ipt"
data-num=
"127"
name=
"wangwang"
type=
"text"
value=
"
<
%
if
(
contactQQWangWang
)
{%>
<
%=
contactQQWangWang
%
><
%}%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
Email
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactEmail ipt p-ipt"
data-num=
"127"
data-type=
"email"
name=
"email"
data-type=
"email"
type=
"text"
value=
"
<
%
if
(
contactEmail
)
{%>
<
%=
contactEmail
%
><
%}%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
验证码
<i
class=
"star"
>
*
</i></td>
<td
class=
"verifyCodeContainer"
>
<input
class=
"verifyCode ipt short-ipt"
data-type=
"verifyCode"
name=
"verifyCode"
type=
"text"
/>
<img
class=
"verifyCodeImg"
src=
"http://appdev.yunos.com/checkCode.htm"
alt=
"点击更换"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"bottom-td"
colspan=
"2"
>
<label>
<div
class=
"p-checkbox cb"
>
<input
class=
"p-checkbox-ipt"
type=
"checkbox"
/>
</div>
我同意阿里云开发者平台协议
</label>
<a
class=
"agree"
target=
"_blank"
href=
"http://act.yun.taobao.com/market/yunos/appdev/agreement.php"
>
查看协议详情
</a
>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"bottom-td"
colspan=
"2"
>
<p
class=
"notice"
></p>
<button
type=
"button"
class=
"p-btn p-btn-gray sbt"
>
提交
</button>
<button
type=
"button"
class=
"p-btn J_reset"
>
重置
</button>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
width
:
100%
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
&
>
img
{
display
:
block
;
}
}
</
style
>
\ No newline at end of file
frontend/src/views/developer/certify.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"container"
>
<div
class=
"m-certification-dev"
>
<div
class=
"con"
>
<div
class=
"container"
>
<div
class=
"p-steps"
>
<span
class=
"list"
>
<!--
<span
class=
"one one1"
>
-->
<!--
<span
class=
"step-con current"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
开发者实名认证
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one2"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
补充联系人信息
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one3"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one4"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<!--
<span
class=
"one one-last"
>
-->
<!--
<span
class=
"step-con"
>
-->
<!--
<s
class=
"num"
></s>
-->
<!--
<span
class=
"title"
>
认证成功
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
</span>
</div>
<div
class=
"info"
>
<p
class=
"developer"
>
亲爱的开发者
<span
class=
"user"
><
%=
name
%
>
您好:
</span>
</p>
<p
class=
"notice"
>
<
%
if(cert =
==
0
)
{%>
您尚未完成YunOS的开发者实名认证,现在就对您的支付宝账号进行实名认证,马上就可以上传您的应用了!
<
%}
else
if(cert =
==
2
)
{%>
<b
class=
"p-red"
>
您申请的人工认证正在审核中,请您联系小二确认审核进度。
</b
>
<
%}
else
if(cert =
==
4
)
{%>
<b
class=
"p-red"
>
您申请的人工认证申请已经被拒绝,请您通过支付宝账号进行实名认证。
</b
>
<
%}%
>
</p>
<div
class=
"tips"
>
<p
class=
"title"
>
认证前请留意:
</p>
<p
class=
"txt"
>
<span
class=
"p-red"
>
a)
支付宝账号仅用来认证您的身份,在未经您授权的情况下,绝不会用于任何扣款操作,请放心;
</span>
<br
/>
b)
如果您代表企业,请使用已经通过企业账号实名认证的支付宝账号进行登录认证,这样才可以注册为企业开发者哦!
<br
/>
c)
如果您代表个人开发者,请使用实名认证的个人支付宝账号进行登录验证;
<br
/>
d)
如果您的企业还未申请企业支付宝账号,烦请尽快推进贵公司的财务同学,在此之前可以先用您个人实名认证的支付宝账号认证;
<br
/>
e)
如果企业的财务同学担心泄露支付宝账号密码,在认证过程中可以交由财务同学全程操作,一旦完成认证,后续再无需登录企业账号;
<br
/>
f)
使用个人支付宝账号认证开发者身份的企业用户,后续可以通过“开发者身份管理-更换认证支付宝账号”来修改成企业身份的支付宝账号;
<br
/>
g) 还没有支付宝账号?现在就去
<a
class=
"regist p-btn-orange"
href=
"https://memberprod.alipay.com/account/reg/index.htm"
target=
"_blank"
>
注册
</a
>
一个吧!
<br
/>
h) 已付费推广用户可点击跳过支付宝认证,申请后请主动联系小二。
<a
class=
"p-orange manual_check"
href=
"#certify/certify"
>
申请人工认证
</a
>
</p>
</div>
<div
class=
"zhifu"
>
<div
class=
"zhifubao clearfix"
>
<img
class=
"i-img"
src=
"http://gtms03.alicdn.com/tps/i3/TB1nRbQGFXXXXXxXpXXCCuUIpXX-68-68.png"
alt=
""
/>
<div
class=
"i-txt"
>
<span
class=
"title"
>
登录支付宝快速认证
</span>
<p
class=
"notice"
>
适用于已通过支付宝实名认证的个人、企业,即时开通,无需等待
</p>
<p
class=
"tips"
>
您需要一个已完成认证的支付宝账号,根据支付宝完成的认证类型(个人/企业认证),完成个人/企业实名认证。
</p>
</div>
</div>
<div
class=
"btn-box"
>
<a
class=
"p-btn"
href=
"/app/auth/login.htm"
>
立即认证
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
width
:
100%
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
&
>
img
{
display
:
block
;
}
}
</
style
>
\ No newline at end of file
frontend/src/views/developer/certify_info_display.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"m-certification-info-show"
>
<div
class=
"con"
>
<div
class=
"container"
>
<div
class=
"info"
>
<h1
class=
"p-title"
>
开发者身份信息
</h1>
<form
class=
"J_form"
action=
""
method=
"post"
autocomplete=
"off"
>
<table
class=
"info-t"
>
<
%
if(cert =
==
1
)
{%>
<tr
class=
"info-name-tr"
>
<td
class=
"info-name-key key"
>
名称:
</td>
<td
class=
"info-name"
>
<
%=
authentication
.
realName
%
>
</td>
</tr>
<
%}%
>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
联系人姓名:
</td>
<td>
<
%=
contactName
%
>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
手机号码:
</td>
<td>
<
%=
contactMobile
%
>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
座机电话:
</td>
<td>
<
%=
contactPhone
%
>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
旺旺/QQ:
</td>
<td>
<
%=
contactQQWangWang
%
>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
Email:
</td>
<td>
<
%=
contactEmail
%
>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
frontend/src/views/developer/certify_info_edit.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"m-certification-info-modify"
>
<div
class=
"con"
>
<div
class=
"container"
>
<div
class=
"info"
>
<h1
class=
"p-title"
>
修改联系人信息
</h1>
<form
class=
"J_form"
action=
""
method=
"post"
autocomplete=
"off"
>
<table
class=
"info-t"
>
<
%
if(cert =
==
1
)
{%>
<tr
class=
"info-name-tr"
>
<td
class=
"info-name-key key"
>
支付宝账号
</td>
<td
class=
"info-name"
><
%=
authentication
.
email
%
></td>
</tr>
<
%}%
>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
联系人姓名
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactName ipt p-ipt"
data-num=
"128"
name=
"name"
type=
"text"
value=
"
<
%=
contactName
%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
手机号码
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactPhone ipt p-ipt"
data-num=
"64"
name=
"mobileNumber"
type=
"text"
value=
"
<
%=
contactMobile
%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
座机电话
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"ipt p-ipt contactTele"
data-num=
"64"
name=
"phoneNumber"
type=
"txt"
value=
"
<
%=
contactPhone
%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
旺旺/QQ
<i
class=
"star"
>
*
</i></td>
<td>
<input
class=
"contactTalk ipt p-ipt"
data-num=
"128"
name=
"wangwang"
type=
"text"
value=
"
<
%=
contactQQWangWang
%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
Email
<i
class=
"star"
>
*
</i></td>
<td>
<div
class=
"tips"
>
请填写真实有效的邮箱地址并完成验证,开发者后台的最新动态会第一时间邮件通知
</div>
<input
class=
"contactEmail ipt p-ipt"
data-num=
"128"
data-type=
"email"
name=
"email"
type=
"text"
value=
"
<
%=
contactEmail
%
>
"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"key"
>
验证码
<i
class=
"star"
>
*
</i></td>
<td
class=
"verifyCodeContainer"
>
<input
class=
"verifyCode ipt short-ipt"
data-type=
"verifyCode"
name=
"verifyCode"
type=
"text"
/>
<img
class=
"verifyCodeImg"
src=
"http://appdev.yunos.com/checkCode.htm"
alt=
"点击更换"
/>
<span
class=
"p-ipt-errorCon"
></span>
</td>
</tr>
<tr
class=
"p-ipt-parent"
>
<td
class=
"bottom-td"
colspan=
"2"
>
<p
class=
"notice"
></p>
<button
type=
"button"
class=
"p-btn p-btn-orange sbt"
>
提交
</button>
<button
type=
"button"
class=
"p-btn J_reset"
>
重置
</button>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
frontend/src/views/developer/components/banner.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"m-index"
>
<div
class=
"banner"
style=
"
background: url(http://gtms01.alicdn.com/tps/i1/TB1rGYSGFXXXXawXXXXDcMi7VXX-1440-336.png)
no-repeat center 0 #657284;
"
>
<a
class=
"btn"
href=
"#newapp/upload"
></a>
</div>
<div
class=
"con"
>
<p
class=
"nav2 clearfix"
>
<a
class=
"one one1"
href=
"#certify/certify"
>
开发者实名认证
</a>
<a
class=
"one one2"
href=
"#newapp/upload"
>
上传新应用
</a>
<a
class=
"one one3"
href=
"#claim/sift"
>
认领新应用
</a>
<a
class=
"one one4"
href=
"#myapp/spu_list"
>
我的应用
</a>
<a
class=
"one one5"
href=
"#generalize"
>
申请推广
</a>
</p>
</div>
</div>
</
template
>
\ No newline at end of file
frontend/src/views/developer/components/footer.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"p-info"
>
<div
class=
"section-main clearfix"
>
<dl
class=
"g-service"
>
<dt>
YunOS服务
<s></s></dt>
<dd>
<a
target=
"_blank"
href=
"http://zhushou.yunos.com"
>
云手机助手
</a>
</dd>
<dd><a
target=
"_blank"
href=
"http://my.yunos.com"
>
云空间
</a></dd>
<dd><a
target=
"_blank"
href=
"http://zhuti.yunos.com"
>
主题中心
</a></dd>
<dd><a
target=
"_blank"
href=
"http://apps.yunos.com"
>
应用中心
</a></dd>
</dl>
<dl
class=
"g-version"
>
<dt>
YunOS版本
<s></s></dt>
<dd>
<a
target=
"_blank"
href=
"http://www.yunos.com/yunos30.html"
>
YunOS 3.0
</a
>
</dd>
</dl>
<dl
class=
"g-dev"
>
<dt
class=
"touchable"
>
帮助中心
</dt>
<dd><a
target=
"_blank"
href=
"#help/help"
>
帮助中心首页
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/agreement"
>
平台协议
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/document"
>
开发者文档
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/qa"
>
Q
&
A
</a></dd>
</dl>
<dl
class=
"g-sns"
>
<dt>
关注YunOS
<s></s></dt>
<dd>
<a
class=
"g-lw-entry"
href=
"javascript:void(0);"
style=
"padding: 0; border: none"
>
微博
</a
>
<img
width=
"80"
height=
"74"
title=
"扫描二维码关注 YunOS 官方来往账号"
alt=
"云OS微博"
src=
"//m.alicdn.com/home-node/4.0.11/img/global/qr-weibo.png"
/>
</dd>
</dl>
</div>
</div>
</
template
>
\ No newline at end of file
frontend/src/views/developer/components/pagination.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"p-pagination"
>
<
%
if
(
total_page
-
0
>
1){%>
<div
class=
"pageWrap"
>
<
%
if
(
page
>
1){%>
<a
class=
"pre"
data-page=
"
<
%=
page
-
1
%
>
"
href="
<
%=
url
%
>
/page=
<
%=
page
-
1
%
>
/pageSize=
<
%=
pageSize
%
>
"
>上一页
</a
>
<
%}%
>
<
%
for
(
var
i =
pre;
i
>
0; i--){%>
<a
class=
"page_num"
data-page=
"
<
%=
page
-
i
%
>
"
href="
<
%=
url
%
>
/page=
<
%=
page
-
i
%
>
/pageSize=
<
%=
pageSize
%
>
"
>
<
%=
page
-
i
%
></a
>
<
%}%
>
<span
class=
"page_num cur"
><
%=
page
%
></span>
<
%
for
(
var
i =
1;
i
<
=
next
;
i
++)
{%>
<a
class=
"page_num"
data-page=
"
<
%=
page
+
i
%
>
"
href="
<
%=
url
%
>
/page=
<
%=
page
+
i
%
>
/pageSize=
<
%=
pageSize
%
>
"
>
<
%=
page
+
i
%
></a
>
<
%}%
>
<
%
if
(
page
<
total
_page
)
{%>
<a
class=
"next"
data-page=
"
<
%=
page
-
0
+
1
%
>
"
href="
<
%=
url
%
>
/page=
<
%=
page
-
0
+
1
%
>
/pageSize=
<
%=
pageSize
%
>
"
>下一页
</a
>
<
%}%
>
<span>
共
<
%=
total_page
%
>
页
</span>
<span
class=
"goto"
>
到第
<input
class=
"page_val"
type=
"text"
/>
页
<b
class=
"goto_btn"
>
确定
</b></span
>
</div>
<
%}%
>
</div>
</
template
>
\ No newline at end of file
frontend/src/views/developer/components/upload.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"J_upload_progress"
>
<div
class=
"upload"
>
<h3>
上传文件
</h3>
<h4>
文件名称:
</h4>
<div
class=
"progress_wrap"
>
<div
class=
"progress_mask"
></div>
</div>
<div
class=
"percent"
>
0%
</div>
</div>
<div
class=
"error hidden"
>
<h3>
上传结果
</h3>
<div
class=
"errorMsg"
></div>
</div>
</div>
</
template
>
\ No newline at end of file
frontend/src/views/developer/help.vue
deleted
100644 → 0
View file @
d327191f
This diff is collapsed.
Click to expand it.
frontend/src/views/developer/history.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
<div
class=
"container"
>
<div
class=
"m_app_history"
>
<div
class=
"p_bread"
>
<
%
if(arr.length =
==
1
)
{%>
<span><
%=
arr
[
0
].
name
%
></span>
<
%}
else
{%>
<
%
for
(
var
i =
0,
m =
arr.length
-
1
;
i
<
m
;
i
++)
{%>
<a
href=
"
<
%=
arr
[
i
].
url
%
>
">
<
%=
arr
[
i
].
name
%
></a>
>
<
%}%
>
<span><
%=
arr
[
arr
.
length
-
1
].
name
%
></span>
<
%}%
>
</div>
<div
class=
"con"
>
<div
class=
"container"
>
<h3><b
class=
"border"
></b>
查询历史
</h3>
<div
class=
"info"
>
<
%
if
(
result
.
obLogs
.
length
)
{ %>
<table
class=
"info-t"
>
<thead>
<tr>
<th>
版本
</th>
<th>
操作前状态
</th>
<th>
操作后状态
</th>
<th>
操作
</th>
<th>
操作备注
</th>
<th>
操作人
</th>
<th>
操作时间
</th>
</tr>
</thead>
<tbody>
<
%
for
(
var
i =
0,
m =
result.obLogs.length;
i
<
m
;
i
++)
{ %>
<tr>
<td><
%=
result
.
obLogs
[
i
].
verCode
%
></td>
<td><
%=
result
.
obLogs
[
i
].
beforeStatus
%
></td>
<td><
%=
result
.
obLogs
[
i
].
afterStatus
%
></td>
<td><
%=
result
.
obLogs
[
i
].
action
%
></td>
<td><
%=
result
.
obLogs
[
i
].
desc
%
></td>
<td><
%=
result
.
obLogs
[
i
].
operUser
%
></td>
<td><
%=
result
.
obLogs
[
i
].
operTime
%
></td>
</tr>
<
%
}
%
>
</tbody>
</table>
<
%
}
else
{ %>
<p>
暂无历史信息
</p>
<
%
}
%
>
</div>
<div
class=
"page"
>
<!--通用页码-->
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
width
:
100%
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
&
>
img
{
display
:
block
;
}
}
</
style
>
\ No newline at end of file
frontend/src/views/developer/index.vue
View file @
6b224db5
...
...
@@ -7,65 +7,76 @@
>
<a
class=
"btn"
href=
"#newapp/upload"
></a>
</div>
<div
class=
"con"
>
<p
class=
"nav2 clearfix"
>
<a
class=
"one one1"
href=
"#certify/certify"
>
开发者实名认证
</a>
<a
class=
"one one2"
href=
"#newapp/upload"
>
上传新应用
</a>
<a
class=
"one one3"
href=
"#claim/sift"
>
认领新应用
</a>
<a
class=
"one one4"
href=
"#myapp/spu_list"
>
我的应用
</a>
<a
class=
"one one5"
href=
"#generalize"
>
申请推广
</a>
</p>
</div>
<el-col
:span=
"12"
:offset=
"6"
>
<el-row>
<div
class=
"service-group"
>
<p
class=
"nav2"
>
<a
class=
"one one1"
href=
"#certify/certify"
></a>
开发者实名认证
</p>
<p
class=
"nav2"
>
<a
class=
"one one2"
href=
"#newapp/upload"
></a>
上传新应用
</p>
<p
class=
"nav2"
>
<a
class=
"one one3"
href=
"#claim/sift"
></a>
认领新应用
</p>
<p
class=
"nav2"
>
<a
class=
"one one4"
href=
"#myapp/spu_list"
></a>
我的应用
</p>
<p
class=
"nav2"
>
<a
class=
"one one5"
href=
"#generalize"
></a>
申请推广
</p>
</div>
</el-row>
</el-col>
</div>
<div
class=
"p-info"
>
<div
class=
"section-main clearfix"
>
<dl
class=
"g-service"
>
<dt>
EVM服务
<s></s></dt>
<dd>
<a
target=
"_blank"
href=
"http://zhushou.yunos.com"
>
云手机助手
</a>
</dd>
<dd><a
target=
"_blank"
href=
"http://my.yunos.com"
>
云空间
</a></dd>
<dd><a
target=
"_blank"
href=
"http://zhuti.yunos.com"
>
主题中心
</a></dd>
<dd><a
target=
"_blank"
href=
"http://apps.yunos.com"
>
应用中心
</a></dd>
</dl>
<dl
class=
"g-version"
>
<dt>
EVM版本
<s></s></dt>
<dd>
<a
target=
"_blank"
href=
"http://www.yunos.com/yunos30.html"
>
EVM 3.0
</a
>
</dd>
</dl>
<dl
class=
"g-dev"
>
<dt
class=
"touchable"
>
帮助中心
</dt>
<dd><a
target=
"_blank"
href=
"#help/help"
>
帮助中心首页
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/agreement"
>
平台协议
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/document"
>
开发者文档
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/qa"
>
Q
&
A
</a></dd>
</dl>
<dl
class=
"g-sns"
>
<dt>
关注EVM
<s></s></dt>
<dd>
<a
class=
"g-lw-entry"
href=
"javascript:void(0);"
style=
"padding: 0; border: none"
>
微博
</a
>
<img
width=
"80"
height=
"74"
title=
"扫描二维码关注 EVM 官方微信"
alt=
"EVM 官方微信"
src=
"//m.alicdn.com/home-node/4.0.11/img/global/qr-weibo.png"
/>
</dd>
</dl>
</div>
<div
style=
"margin: 50px 0px;"
>
<el-row>
<el-col
:span=
"12"
:offset=
"6"
>
<el-row>
<el-col
:span=
"6"
>
<dl
class=
"service"
>
<dt>
EVM服务
<s></s></dt>
<dd><a
target=
"_blank"
href=
"http://zhushou.yunos.com"
>
云手机助手
</a></dd>
<dd><a
target=
"_blank"
href=
"http://my.yunos.com"
>
云空间
</a></dd>
<dd><a
target=
"_blank"
href=
"http://zhuti.yunos.com"
>
主题中心
</a></dd>
<dd><a
target=
"_blank"
href=
"http://apps.yunos.com"
>
应用中心
</a></dd>
</dl>
</el-col>
<el-col
:span=
"6"
>
<dl
class=
"service"
>
<dt>
EVM版本
<s></s></dt>
<dd><a
target=
"_blank"
href=
"http://www.yunos.com/yunos30.html"
>
EVM 3.0
</a></dd>
</dl>
</el-col>
<el-col
:span=
"6"
>
<dl
class=
"service"
>
<dt
class=
"touchable"
>
帮助中心
</dt>
<dd><a
target=
"_blank"
href=
"#help/help"
>
帮助中心首页
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/agreement"
>
平台协议
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/document"
>
开发者文档
</a></dd>
<dd><a
target=
"_blank"
href=
"#help/qa"
>
Q
&
A
</a></dd>
</dl>
</el-col>
<el-col
:span=
"6"
>
<dl
class=
"service"
>
<dt>
关注EVM
<s></s></dt>
<dd>
<a
class=
"g-lw-entry"
href=
"javascript:void(0);"
style=
"padding:0;border:none;"
>
微信公众号
</a>
</dd>
<dd>
<img
width=
"120"
height=
"120"
title=
"扫描二维码关注 EVM 官方公众号"
alt=
"EVM微信公众号"
src=
"../../assets/images/evm-mp.jpg"
/>
</dd>
</dl>
</el-col>
</el-row>
</el-col>
</el-row>
</div>
</div>
</
template
>
...
...
@@ -83,4 +94,36 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.text
{
font-size
:
14px
;
}
.item
{
margin-bottom
:
18px
;
}
dl
.service
{
dt
{
margin
:
15px
0px
;
}
dd
{
margin-inline-start
:
20px
!
important
;
}
}
.service-group
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-around
;
&
>
p
{
&
.nav2
{
padding
:
4px
0
0
106px
;
height
:
120px
;
font-size
:
14px
;
}
&
>
a
{
width
:
15px
;
height
:
15px
;
}
}
}
</
style
>
frontend/src/views/developer/table.vue
deleted
100644 → 0
View file @
d327191f
This diff is collapsed.
Click to expand it.
frontend/src/views/developer/template.vue
deleted
100644 → 0
View file @
d327191f
<
template
>
</
template
>
<
script
>
export
default
{
name
:
"
DevHelp
"
,
components
:
{},
data
()
{
return
{};
},
computed
:
{},
methods
:
{},
beforeMount
()
{},
};
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment