Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
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
lanbaoming
jiedao-app-customer-new-master
Commits
65738513
Commit
65738513
authored
Aug 12, 2024
by
lizhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
【TASK-20240812-05】TASK:注册推荐码增加
parent
bb9bb136
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
register.vue
src/pages/register/register.vue
+18
-2
en.js
src/static/lang/en.js
+2
-1
zh.js
src/static/lang/zh.js
+2
-1
No files found.
src/pages/register/register.vue
View file @
65738513
...
...
@@ -72,6 +72,20 @@
/>
</view>
</view>
<view
class=
"login-v"
>
<view
class=
"login-vs"
>
<image
src=
"../../static/img/recommend.png"
mode=
""
></image>
</view>
<view
class=
"login-vp"
>
<input
class=
"vp-input"
v-model=
"referralCode"
type=
"text"
placeholder-style=
"color: #ffffff"
:placeholder=
"$lang.lang.notices.recommend"
/>
</view>
</view>
</view>
<view
class=
"login-btns"
>
<view
class=
""
@
click=
"register"
>
{{
$lang
.
lang
.
login
.
register
}}
</view>
...
...
@@ -106,7 +120,8 @@ export default {
agree
:
false
,
areaData
:
[],
areaName
:
[],
leftTime
:
60
leftTime
:
60
,
referralCode
:
''
}
},
onLoad
()
{
...
...
@@ -188,7 +203,8 @@ export default {
code
:
this
.
code
,
englishName
:
''
,
mobile
:
this
.
mobile
,
password
:
this
.
password
password
:
this
.
password
,
referralCode
:
this
.
referralCode
}
if
(
this
.
mobile
==
''
)
{
return
uni
.
showToast
({
...
...
src/static/lang/en.js
View file @
65738513
...
...
@@ -135,7 +135,8 @@ export default {
city
:
'
Please select a city
'
,
fullAddress
:
'
Please enter the detailed address
'
,
fullAddressLength
:
'
Enter up to 100 words
'
,
delAddress
:
'
Are you sure you want to delete the address?
'
delAddress
:
'
Are you sure you want to delete the address?
'
,
recommend
:
'
Please enter referral code (optional)
'
},
auth
:
{
auth
:
'
Real-name certification
'
,
...
...
src/static/lang/zh.js
View file @
65738513
...
...
@@ -134,7 +134,8 @@ export default {
city
:
'
请选择城市
'
,
fullAddress
:
'
请输入详细地址
'
,
fullAddressLength
:
'
最多输入100字
'
,
delAddress
:
'
确定删除地址吗?
'
delAddress
:
'
确定删除地址吗?
'
,
recommend
:
'
请输入推荐码(非必填)
'
},
auth
:
{
auth
:
'
实名认证
'
,
...
...
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