Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
74eec807
Commit
74eec807
authored
Oct 30, 2025
by
daylilytt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
f65094f0
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
397 additions
and
25 deletions
+397
-25
.DS_Store
.DS_Store
+0
-0
SeckillSection.less
components/SeckillSection.less
+5
-0
SeckillSection.vue
components/SeckillSection.vue
+86
-22
package-lock.json
package-lock.json
+285
-0
project.config.json
project.config.json
+12
-2
project.private.config.json
project.private.config.json
+9
-1
No files found.
.DS_Store
View file @
74eec807
No preview for this file type
components/SeckillSection.less
View file @
74eec807
...
@@ -293,6 +293,11 @@
...
@@ -293,6 +293,11 @@
border-radius: 0rpx 30rpx 30rpx 30rpx;
border-radius: 0rpx 30rpx 30rpx 30rpx;
position: relative;
position: relative;
// 背景色通过内联样式动态设置
// 背景色通过内联样式动态设置
&.no-tr-corner {
// 最后一个 tab 被选中时,取消右上角圆角,避免被 tabs 的滚动容器裁剪
border-radius: 0rpx 0rpx 30rpx 30rpx;
}
}
}
// 场次商品列表容器
// 场次商品列表容器
...
...
components/SeckillSection.vue
View file @
74eec807
This diff is collapsed.
Click to expand it.
package-lock.json
View file @
74eec807
This diff is collapsed.
Click to expand it.
project.config.json
View file @
74eec807
...
@@ -12,7 +12,16 @@
...
@@ -12,7 +12,16 @@
"outputPath"
:
""
"outputPath"
:
""
},
},
"useCompilerPlugins"
:
false
,
"useCompilerPlugins"
:
false
,
"minifyWXML"
:
true
"minifyWXML"
:
true
,
"compileWorklet"
:
false
,
"uploadWithSourceMap"
:
true
,
"packNpmManually"
:
false
,
"minifyWXSS"
:
true
,
"localPlugins"
:
false
,
"disableUseStrict"
:
false
,
"condition"
:
false
,
"swc"
:
false
,
"disableSWC"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"simulatorPluginLibVersion"
:
{},
"simulatorPluginLibVersion"
:
{},
...
@@ -21,5 +30,6 @@
...
@@ -21,5 +30,6 @@
"include"
:
[]
"include"
:
[]
},
},
"appid"
:
"wxc83b55d61c7fc51d"
,
"appid"
:
"wxc83b55d61c7fc51d"
,
"editorSetting"
:
{}
"editorSetting"
:
{},
"libVersion"
:
"3.8.6"
}
}
\ No newline at end of file
project.private.config.json
View file @
74eec807
...
@@ -9,6 +9,14 @@
...
@@ -9,6 +9,14 @@
"preloadBackgroundData"
:
false
,
"preloadBackgroundData"
:
false
,
"autoAudits"
:
false
,
"autoAudits"
:
false
,
"showShadowRootInWxmlPanel"
:
true
,
"showShadowRootInWxmlPanel"
:
true
,
"compileHotReLoad"
:
true
"compileHotReLoad"
:
true
,
"useApiHook"
:
true
,
"useApiHostProcess"
:
true
,
"useStaticServer"
:
false
,
"useLanDebug"
:
false
,
"showES6CompileOption"
:
false
,
"checkInvalidKey"
:
true
,
"ignoreDevUnusedFiles"
:
true
,
"bigPackageSizeSupport"
:
false
}
}
}
}
\ No newline at end of file
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