Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
hooloo
web
soss
Commits
5c07148c
Commit
5c07148c
authored
Jul 29, 2022
by
赵永成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildPS
parent
5d3b0e42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
src/views/coupon/coupon/index.vue
+1
-2
No files found.
src/views/coupon/coupon/index.vue
View file @
5c07148c
...
@@ -565,7 +565,7 @@ export default {
...
@@ -565,7 +565,7 @@ export default {
//shopIds
//shopIds
let
province
=
pdata
.
province
;
let
province
=
pdata
.
province
;
let
ps_ary
=
new
Array
();
let
ps_ary
=
new
Array
();
if
(
province
==
0
){
if
(
province
&&
province
[
0
]
==
0
){
ps_ary
.
push
([
"0"
]);
ps_ary
.
push
([
"0"
]);
}
else
{
}
else
{
//如果 shopIds有值,其实不管哪个省市区商店有值 都用统一的方法处理 找到对应节点-找到所有最底节点-逐级找到父节点
//如果 shopIds有值,其实不管哪个省市区商店有值 都用统一的方法处理 找到对应节点-找到所有最底节点-逐级找到父节点
...
@@ -574,7 +574,6 @@ export default {
...
@@ -574,7 +574,6 @@ export default {
let
t_city
=
pdata
.
city
;
let
t_city
=
pdata
.
city
;
let
t_province
=
pdata
.
province
;
let
t_province
=
pdata
.
province
;
let
child_ary
=
new
Array
();
let
child_ary
=
new
Array
();
//找到对应的节点
//找到对应的节点
if
(
t_shopIds
){
if
(
t_shopIds
){
...
...
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