Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
9b41c0e3
Commit
9b41c0e3
authored
Feb 27, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixed
parent
04c9a704
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
home.axml
pages/home/home.axml
+2
-2
home.js
pages/home/home.js
+1
-1
No files found.
pages/home/home.axml
View file @
9b41c0e3
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<view class="pick-goods-header">
<view class="pick-goods-header">
提货商品如下
提货商品如下
</view>
</view>
<scroll-view class="pick-good-body" scroll-y a:if="{{pick
g
oods.length > 0}}">
<scroll-view class="pick-good-body" scroll-y a:if="{{pick
G
oods.length > 0}}">
<block a:for="{{pick
g
oods}}">
<block a:for="{{pick
G
oods}}">
<view class="scan-list-bg">
<view class="scan-list-bg">
<view class="good-list-item-name-font">
<view class="good-list-item-name-font">
{{item.name}}
{{item.name}}
...
...
pages/home/home.js
View file @
9b41c0e3
...
@@ -27,7 +27,7 @@ Page({
...
@@ -27,7 +27,7 @@ Page({
adUrl
:
"/images/img_ad1.png"
,
adUrl
:
"/images/img_ad1.png"
,
toSetting
:
false
,
toSetting
:
false
,
//提货
//提货
pickGoodsState
:
3
,
pickGoodsState
:
0
,
pickGoodsMsg
:
"录入失败!无效的提货码"
,
pickGoodsMsg
:
"录入失败!无效的提货码"
,
pickGoods
:
[],
pickGoods
:
[],
},
},
...
...
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