Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
73d5915b
Commit
73d5915b
authored
Aug 14, 2024
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat: 显隐规则支持指定环境
parent
0491deda
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/App.vue
+1
-1
src/pages/home/index.vue
+1
-1
src/pages/login/index.vue
+1
-1
src/pages/pages_subpack/paySuccess/index.vue
+1
-1
No files found.
src/App.vue
View file @
73d5915b
...
...
@@ -171,7 +171,7 @@ export default {
checkCondition
({
allCondition
})
{
return
new
Promise
((
resolve
,
reject
)
=>
{
// 获取
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
};
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
,
equipmentType
:
'0'
};
shop
.
checkShowCondition
(
params
)
.
then
((
res
)
=>
{
...
...
src/pages/home/index.vue
View file @
73d5915b
...
...
@@ -774,7 +774,7 @@ export default {
checkCondition
({
allCondition
})
{
return
new
Promise
((
resolve
,
reject
)
=>
{
// 获取
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
};
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
,
equipmentType
:
'0'
};
shop
.
checkShowCondition
(
params
)
.
then
((
res
)
=>
{
...
...
src/pages/login/index.vue
View file @
73d5915b
...
...
@@ -323,7 +323,7 @@ export default {
checkCondition
({
allCondition
})
{
return
new
Promise
((
resolve
,
reject
)
=>
{
// 获取
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
};
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
,
equipmentType
:
'0'
};
shop
.
checkShowCondition
(
params
)
.
then
((
res
)
=>
{
...
...
src/pages/pages_subpack/paySuccess/index.vue
View file @
73d5915b
...
...
@@ -453,7 +453,7 @@ export default {
console
.
log
(
'---checkCondition'
)
return
new
Promise
((
resolve
,
reject
)
=>
{
// 获取
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
};
let
params
=
{
showConditionIds
:
allCondition
,
region
:
""
,
equipmentType
:
'0'
};
shop
.
checkShowCondition
(
params
)
.
then
((
res
)
=>
{
...
...
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