Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
f21f1592
Commit
f21f1592
authored
Aug 28, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
member system status control
parent
266d0666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
index.vue
src/pages/index/index.vue
+13
-6
No files found.
src/pages/index/index.vue
View file @
f21f1592
...
@@ -218,12 +218,6 @@ export default {
...
@@ -218,12 +218,6 @@ export default {
url
:
''
,
url
:
''
,
num
:
0
,
num
:
0
,
isHttp
:
true
isHttp
:
true
},
{
name
:
this
.
$lang
.
lang
.
index
.
integral
,
icon
:
'
../../static/img/copue.png
'
,
url
:
'
/pages/integral/integral
'
,
num
:
0
}
}
// {name: this.$lang.lang.index.price, icon: '../../static/img/wallet.png', url: '../price_inquiry/price_inquiry',num:0},
// {name: this.$lang.lang.index.price, icon: '../../static/img/wallet.png', url: '../price_inquiry/price_inquiry',num:0},
],
],
...
@@ -257,6 +251,7 @@ export default {
...
@@ -257,6 +251,7 @@ export default {
this
.
getNoticeData
()
this
.
getNoticeData
()
this
.
getVersion
()
this
.
getVersion
()
this
.
getAdData
()
this
.
getAdData
()
this
.
getMemberSystemStatus
()
},
},
onShow
()
{
onShow
()
{
this
.
getOrder
()
this
.
getOrder
()
...
@@ -324,6 +319,18 @@ export default {
...
@@ -324,6 +319,18 @@ export default {
}
}
// #endif
// #endif
},
},
getMemberSystemStatus
(){
this
.
$request
.
get
(
'
/admin-api/member/score-rule/switch/get
'
).
then
((
res
)
=>
{
if
(
res
.
data
){
this
.
nvs
.
push
({
name
:
this
.
$lang
.
lang
.
index
.
integral
,
icon
:
'
../../static/img/integral.png
'
,
url
:
'
/pages/integral/integral
'
,
num
:
0
})
}
})
},
getVersion
()
{
getVersion
()
{
this
.
version
=
uni
.
getStorageSync
(
'
appversion
'
)
this
.
version
=
uni
.
getStorageSync
(
'
appversion
'
)
this
.
versionCode
=
uni
.
getStorageSync
(
'
versionCode
'
)
this
.
versionCode
=
uni
.
getStorageSync
(
'
versionCode
'
)
...
...
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