Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
b380f625
Commit
b380f625
authored
Jul 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:演练新增按钮权限处理。 首页演练菜单样式修改。
parent
5ef9657a
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
4 deletions
+17
-4
home.css
home.css
+10
-0
_peixun_yanlian.css
src/_peixun_yanlian.css
+3
-2
_peixun_yanlian_detail-anquan.html
src/_peixun_yanlian_detail-anquan.html
+1
-1
_peixun_yanlian_detail-anquan.js
src/_peixun_yanlian_detail-anquan.js
+1
-0
_peixun_yanlian_detail-yingji.html
src/_peixun_yanlian_detail-yingji.html
+1
-1
_peixun_yanlian_detail-yingji.js
src/_peixun_yanlian_detail-yingji.js
+1
-0
No files found.
home.css
View file @
b380f625
...
@@ -366,6 +366,16 @@ border-right: 1px solid #eee; */
...
@@ -366,6 +366,16 @@ border-right: 1px solid #eee; */
.check-module.yanlian
{
.check-module.yanlian
{
background-image
:
url('image/code/bg6.png')
;
background-image
:
url('image/code/bg6.png')
;
}
}
.check-module.yanlian
p
:first-child
{
color
:
#0C4BA2
;
}
.check-module.yanlian
p
:last-child
{
color
:
#4C81CA
;
}
.check-module.shangbao
{
.check-module.shangbao
{
background-image
:
url('image/code/home/shangbao.png')
;
background-image
:
url('image/code/home/shangbao.png')
;
}
}
...
...
src/_peixun_yanlian.css
View file @
b380f625
...
@@ -66,7 +66,7 @@ background-color: #f5f6fa;
...
@@ -66,7 +66,7 @@ background-color: #f5f6fa;
.van-tab__text
{
.van-tab__text
{
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
0.
3
rem
;
font-size
:
0.
24
rem
;
/* color: #000; */
/* color: #000; */
}
}
...
@@ -94,7 +94,8 @@ background-color: #f5f6fa;
...
@@ -94,7 +94,8 @@ background-color: #f5f6fa;
.subNavWrapper
.van-tab--active
span
{
.subNavWrapper
.van-tab--active
span
{
color
:
#fff
;
color
:
#fff
;
font-size
:
0.28rem
;
/* font-size: 0.28rem; */
font-size
:
.25rem
;
}
}
.subNavWrapper
.van-tabs__nav--card
{
.subNavWrapper
.van-tabs__nav--card
{
...
...
src/_peixun_yanlian_detail-anquan.html
View file @
b380f625
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<!-- form结束 -->
<!-- form结束 -->
<button
class=
"save-btn"
style=
"margin-left: 50%; transform: translateX(-50%);"
v-if=
"
!formData.id
"
<button
class=
"save-btn"
style=
"margin-left: 50%; transform: translateX(-50%);"
v-if=
"
flag=='ADD'&&userType=='shop'
"
@
click=
"submitForm"
>
提交
</button>
@
click=
"submitForm"
>
提交
</button>
</div>
</div>
...
...
src/_peixun_yanlian_detail-anquan.js
View file @
b380f625
...
@@ -10,6 +10,7 @@ window.addEventListener("load", function() {
...
@@ -10,6 +10,7 @@ window.addEventListener("load", function() {
data
()
{
data
()
{
return
{
return
{
previewUrl
:
BASE_URL
,
previewUrl
:
BASE_URL
,
userType
:
gemhoUtil
.
getCookie
(
'
userType
'
),
flag
:
'
XQ
'
,
flag
:
'
XQ
'
,
flag
:
'
ADD
'
,
flag
:
'
ADD
'
,
showDatePicker
:
false
,
// 控制日期选择器显示
showDatePicker
:
false
,
// 控制日期选择器显示
...
...
src/_peixun_yanlian_detail-yingji.html
View file @
b380f625
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
</div>
</div>
<!-- form结束 -->
<!-- form结束 -->
<button
class=
"save-btn"
style=
"margin-left: 50%; transform: translateX(-50%);"
v-if=
"
!formData.id
"
<button
class=
"save-btn"
style=
"margin-left: 50%; transform: translateX(-50%);"
v-if=
"
flag=='ADD'&&userType=='shop'
"
@
click=
"submitForm"
>
提交
</button>
@
click=
"submitForm"
>
提交
</button>
</div>
</div>
</div>
</div>
...
...
src/_peixun_yanlian_detail-yingji.js
View file @
b380f625
...
@@ -10,6 +10,7 @@ window.addEventListener("load", function() {
...
@@ -10,6 +10,7 @@ window.addEventListener("load", function() {
data
()
{
data
()
{
return
{
return
{
previewUrl
:
BASE_URL
,
previewUrl
:
BASE_URL
,
userType
:
gemhoUtil
.
getCookie
(
'
userType
'
),
flag
:
'
XQ
'
,
flag
:
'
XQ
'
,
flag
:
'
ADD
'
,
flag
:
'
ADD
'
,
showDatePicker
:
false
,
// 控制日期选择器显示
showDatePicker
:
false
,
// 控制日期选择器显示
...
...
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