Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
d344a913
Commit
d344a913
authored
Jul 27, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
e2c8f619
6cc7a5ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
src/pages/Goods/Detail/index.vue
+7
-1
No files found.
src/pages/Goods/Detail/index.vue
View file @
d344a913
...
...
@@ -682,6 +682,12 @@ export default {
this
.
optionsValue
=
[
val
.
category_1_id
,
val
.
category_2_id
];
this
.
rulesForm
.
useStartTime
=
this
.
formatDate
(
val
.
rule_start_time
);
this
.
rulesForm
.
useEndTime
=
this
.
formatDate
(
val
.
rule_end_time
);
console
.
log
(
val
.
original_price
);
if
(
!
val
.
original_price
)
{
this
.
$nextTick
(()
=>
{
this
.
goodsObj
.
original_price
=
""
;
})
}
},
rejectVisible
(
val
)
{
if
(
!
val
)
{
...
...
@@ -1161,7 +1167,7 @@ export default {
// 更改原价
perPrice
()
{
if
(
!
this
.
goodsObj
.
original_price
)
{
if
(
!
this
.
goodsObj
.
original_price
||
this
.
goodsObj
.
original_price
==
0
)
{
this
.
$nextTick
(()
=>
{
this
.
goodsObj
.
original_price
=
""
;
})
...
...
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