Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
viitto
mallapp
Commits
6f05b11c
Commit
6f05b11c
authored
Jan 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2529488c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
education-submit.vue
pages/order-submit/education-submit.vue
+14
-3
index.vue
pages/share/index/index.vue
+2
-2
No files found.
pages/order-submit/education-submit.vue
View file @
6f05b11c
...
...
@@ -68,13 +68,24 @@
<view
class=
"discountbox"
style=
"padding: 15px 10px 5px;"
>
<view
class=
"liuyan"
>
<u-field
padding=
"0px"
label-width=
"120"
input-align=
'right'
v-model=
"adressInfo.Consignee"
label=
"联系人"
placeholder=
"姓名"
></u-field>
<u-field
padding=
"0px"
label-width=
"120"
input-align=
'right'
:required=
'true'
v-model=
"adressInfo.Consignee"
label=
"联系人"
placeholder=
"姓名"
></u-field>
</view>
<view
class=
"liuyan"
>
<u-field
padding=
"0px"
label-width=
"120"
input-align=
'right'
v-model=
"adressInfo.Mobile"
label=
"联系电话"
placeholder=
"电话"
></u-field>
<u-field
padding=
"0px"
label-width=
"120"
input-align=
'right'
:required=
'true'
v-model=
"adressInfo.Mobile"
label=
"联系电话"
placeholder=
"电话"
></u-field>
</view>
<view
class=
"liuyan"
>
<u-field
padding=
"0px"
label-width=
"80"
input-align=
'right'
v-model=
"BuyerMessage"
label=
"留言"
placeholder=
"备注信息"
></u-field>
<u-field
padding=
"0px"
type=
"textarea"
label-width=
"80"
input-align=
'right'
v-model=
"BuyerMessage"
label=
"留言"
placeholder=
"备注信息"
></u-field>
</view>
</view>
...
...
pages/share/index/index.vue
View file @
6f05b11c
...
...
@@ -70,8 +70,8 @@
<Text
style=
'font-size: 12px;margin-top: 5px;'
>
{{
sharedata
.
CustomModel
.
ReferrerName
}}
:
{{
sharedata
.
UserInfo
.
SuperiorName
!=
''
&&
sharedata
.
UserInfo
.
SuperiorName
!=
null
?
sharedata
.
UserInfo
.
SuperiorName
:
'总部'
}}
</Text>
<view
style=
"display:flex;align-items: center;margin-top: 5px;"
>
<Text
style=
'font-size: 12px;'
>
等级:
</Text>
<image
v-if=
"sharedata.UserInfo.GradeIcon!=''"
:src=
"sharedata.UserInfo.GradeIcon"
style=
"width:67px;height:22px;"
></image>
<text
v-else
>
{{
sharedata
.
UserInfo
.
GradeName
}}
</text>
<image
v-if=
"sharedata.UserInfo.GradeIcon!=
null && sharedata.UserInfo.GradeIcon!=
''"
:src=
"sharedata.UserInfo.GradeIcon"
style=
"width:67px;height:22px;"
></image>
<text
v-else
style=
"font-size: 12px;"
>
{{
sharedata
.
UserInfo
.
GradeName
}}
</text>
</view>
<Text
style=
'font-size: 12px;margin-top: 5px;height:19px;'
>
{{
sharedata
.
UserInfo
.
IsEnableFXGrade
==
1
&&
sharedata
.
UserInfo
.
IsVip
==
1
?
'会员日期:'
+
sharedata
.
UserInfo
.
VipExpiryDate
:
''
}}
</Text>
</view>
...
...
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