Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
dff8a107
Commit
dff8a107
authored
Jul 01, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3第一轮测试bug修复
parent
d3738e98
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
bottomButtons.vue
src/components/order/bottomButtons.vue
+1
-1
applyButton.vue
src/components/parts/applyButton.vue
+1
-1
addSite.vue
src/pages/mine/address/addSite.vue
+2
-2
addParts.vue
src/pages/parts/addParts.vue
+2
-1
application.vue
src/pages/parts/application.vue
+3
-3
nodes.vue
src/pages/parts/nodes.vue
+2
-2
No files found.
src/components/order/bottomButtons.vue
View file @
dff8a107
...
...
@@ -58,7 +58,7 @@
id
:
3
},
{
label
:
'
配
件申请'
,
label
:
'
备
件申请'
,
type
:
'image'
,
image
:
'peijian.png'
,
show
:
false
,
...
...
src/components/parts/applyButton.vue
View file @
dff8a107
...
...
@@ -3,7 +3,7 @@
<view
class=
"apply-button"
>
<u-button
:custom-style=
"customStyle"
shape=
"circle"
@
click
.
stop=
"handleClick"
type=
"primary"
>
<u-icon
class=
"apply-icon"
name=
"plus"
></u-icon>
<text
class=
"apply-text"
v-if=
"showText"
>
申请
配
件
</text>
<text
class=
"apply-text"
v-if=
"showText"
>
申请
备
件
</text>
</u-button>
</view>
</
template
>
...
...
src/pages/mine/address/addSite.vue
View file @
dff8a107
...
...
@@ -29,7 +29,7 @@
></u-field>
</view>
<view
class=
"bottom"
>
<button
class=
"btn, bottom-btn"
v-if=
"siteType=='select'"
@
click=
"$u.throttle(commitSite, 500)"
><text
class=
"button-text"
>
提交
</text></button>
<button
class=
"btn, bottom-btn"
v-if=
"siteType=='select'"
@
click=
"$u.throttle(commitSite, 500)"
><text
class=
"button-text"
>
保存
</text></button>
<button
class=
"btn, bottom-btn"
v-else
@
click=
"show = true"
><text
class=
"button-text"
>
保存
</text></button>
</view>
<u-picker
mode=
"region"
v-model=
"showPicker"
:default-region=
"region"
@
confirm=
"confirmRegion"
/>
...
...
@@ -100,7 +100,7 @@ export default {
this
.
title
=
'新增地址'
;
this
.
siteType
=
'add'
;
}
else
if
(
e
.
type
===
'select'
)
{
this
.
title
=
'
选择
地址'
;
this
.
title
=
'
收货
地址'
;
this
.
siteType
=
'select'
;
}
else
if
(
e
.
type
==
'edit'
)
{
this
.
title
=
'修改地址'
;
...
...
src/pages/parts/addParts.vue
View file @
dff8a107
...
...
@@ -120,7 +120,8 @@ export default {
}
},
onLoad
(
e
)
{
getApp
().
trackPage
(
'选择配件页'
)
getApp
().
trackPage
(
'选择配件页'
)
debugger
if
(
e
)
{
this
.
categaryId
=
e
.
categaryId
this
.
type
=
e
.
type
...
...
src/pages/parts/application.vue
View file @
dff8a107
<
template
>
<view
class=
"app-wrap"
>
<w-navbar
title=
"
配
件申请"
navbar-color=
"#FFFFFF"
/>
<w-navbar
title=
"
备
件申请"
navbar-color=
"#FFFFFF"
/>
<view
class=
"content"
>
<view
class=
"card parts"
>
<view
class=
"title"
v-if=
"isEmptyParts"
>
备件信息
</view>
<view
class=
"u-flex u-row-between title"
v-else
>
<view>
选择
配
件
</view>
<view>
选择
备
件
</view>
<u-icon
name=
"arrow-right"
size=
"24"
color=
"#2272FF"
@
click=
"$u.throttle(addParts, 500)"
label=
"添加
配
件"
@
click=
"$u.throttle(addParts, 500)"
label=
"添加
备
件"
label-pos=
"left"
label-color=
"#2272FF"
label-size=
"26"
/>
</view>
<view
class=
"body"
>
...
...
src/pages/parts/nodes.vue
View file @
dff8a107
...
...
@@ -57,9 +57,9 @@
},
computed
:
{
title
()
{
if
(
this
.
nodeInfo
.
type
==
'parts'
)
return
'
配
件申请结果页'
if
(
this
.
nodeInfo
.
type
==
'parts'
)
return
'
备
件申请结果页'
if
(
this
.
nodeInfo
.
type
==
'return'
)
return
'返件结果页'
return
'
配
件申请结果页'
return
'
备
件申请结果页'
},
nodeInfo
()
{
return
this
.
nodes
[
this
.
curType
]
...
...
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