Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
scan-app
Overview
Overview
Details
Activity
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
iambtr
scan-app
Commits
f11dce55
Commit
f11dce55
authored
Jun 07, 2018
by
iambtr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改收车为交车
parent
2dc54494
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
choose_point.wxml
pages/choose_point/choose_point.wxml
+1
-1
user_index.js
pages/user_index/user_index.js
+1
-1
user_index.wxml
pages/user_index/user_index.wxml
+1
-1
No files found.
pages/choose_point/choose_point.wxml
View file @
f11dce55
...
@@ -11,4 +11,4 @@
...
@@ -11,4 +11,4 @@
<view>{{pointArray[pointIndex].companyName}}</view>
<view>{{pointArray[pointIndex].companyName}}</view>
</picker>
</picker>
</view>
</view>
<button class='sure' catchtap='surePoint'>开始
收
车</button>
<button class='sure' catchtap='surePoint'>开始
交
车</button>
pages/user_index/user_index.js
View file @
f11dce55
...
@@ -88,7 +88,7 @@ Page({
...
@@ -88,7 +88,7 @@ Page({
})
})
wx
.
setNavigationBarTitle
({
wx
.
setNavigationBarTitle
({
title
:
`
${
role
==
1
?
"录车"
:
"
收车"
}
操作员:
${
user
.
n
ame
}
`
title
:
`
${
role
==
1
?
"录车"
:
"
交车"
}
操作员:
${
user
.
userN
ame
}
`
})
})
},
},
onUnload
()
{
onUnload
()
{
...
...
pages/user_index/user_index.wxml
View file @
f11dce55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view class='con'>
<view class='con'>
<view class='tab-header'>
<view class='tab-header'>
<view class='main' catchtap='tabCarMenu'>
<view class='main' catchtap='tabCarMenu'>
<view class='item {{tab===""? "active":""}}'>{{role==1?"录
入":"收
车"}}</view>
<view class='item {{tab===""? "active":""}}'>{{role==1?"录
车":"交
车"}}</view>
<view class='item {{tab==="tab"? "active":""}}' id='tab'>列表 {{carLists.length>0?carLists.length+'台':''}}</view>
<view class='item {{tab==="tab"? "active":""}}' id='tab'>列表 {{carLists.length>0?carLists.length+'台':''}}</view>
</view>
</view>
</view>
</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