Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_uniapp
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
刘怀志
intel_promotion_uniapp
Commits
7150fc83
Commit
7150fc83
authored
Aug 02, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数修改
parent
b4b3ced7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
index.vue
pages/shop/index.vue
+0
-4
index.vue
pages/spokesman/index.vue
+0
-4
No files found.
pages/shop/index.vue
View file @
7150fc83
...
...
@@ -132,11 +132,7 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
onShow
(){
console
.
log
(
'this.vuex_unit'
,
this
.
vuex_unit
)
if
(
this
.
vuex_unit
&&
this
.
vuex_unit
.
length
>
0
)
{
if
(
this
.
vuex_unit
[
0
].
businessId
===
null
)
{
this
.
unitId
=
''
}
else
{
this
.
unitId
=
this
.
vuex_unit
[
0
].
businessId
}
}
else
{
this
.
unitId
=
''
}
...
...
pages/spokesman/index.vue
View file @
7150fc83
...
...
@@ -70,11 +70,7 @@ export default {
'nomore'
:
'loadmore'
this
.
unitList
=
this
.
vuex_unit
if
(
this
.
unitList
&&
this
.
unitList
.
length
>
0
)
{
if
(
this
.
unitList
[
0
].
businessId
===
null
)
{
this
.
unitId
=
''
}
else
{
this
.
unitId
=
this
.
unitList
[
0
].
businessId
}
}
else
{
this
.
unitId
=
''
}
...
...
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