Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
高淑倩
7-Eleven
Commits
73b9171b
Commit
73b9171b
authored
Jan 15, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存相关
parent
3e610c92
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
skuPopup.js
src/component/skuPopup/skuPopup.js
+7
-2
No files found.
src/component/skuPopup/skuPopup.js
View file @
73b9171b
...
...
@@ -199,6 +199,12 @@ Component({
skuId
:
this
.
data
.
skuId
,
count
:
this
.
data
.
proNum
,
})
this
.
setData
({
curSpec
:
[],
// 当前选中的规格值
curSku
:
{},
// 当前选中的sku信息
skuStock
:
0
,
});
// this.triggerEvent('skuselect', {
// selectSku: this.data.curSku,
// counts: this.data.proNum,
...
...
@@ -254,8 +260,7 @@ Component({
proNum
++
this
.
setData
({
proNum
})
});
},
hidePopup
:
function
()
{
// 隐藏弹出框
this
.
setData
({
...
...
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