Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
junlebao-milk-20240619
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
SparkProjects
junlebao-milk-20240619
Commits
1d6b0893
Commit
1d6b0893
authored
Jun 21, 2024
by
俞嘉婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:sparkprojects/junlebao-milk-20240619
parents
41dc8a1d
d7b88c8a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
111 additions
and
9 deletions
+111
-9
app.less
miniprogram/app.less
+12
-0
GetPanel.json
miniprogram/components/GetPanel/GetPanel.json
+4
-0
GetPanel.less
miniprogram/components/GetPanel/GetPanel.less
+47
-0
GetPanel.ts
miniprogram/components/GetPanel/GetPanel.ts
+24
-0
GetPanel.wxml
miniprogram/components/GetPanel/GetPanel.wxml
+6
-0
activity.ts
miniprogram/pages/activity/activity.ts
+11
-5
project.config.json
project.config.json
+7
-4
No files found.
miniprogram/app.less
View file @
1d6b0893
...
...
@@ -11,4 +11,16 @@
.common_view_hover {
transform: scale(0.95);
}
.modal_bg {
width: 750rpx;
height: 1624rpx;
z-index: 10;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
\ No newline at end of file
miniprogram/components/GetPanel/GetPanel.json
0 → 100644
View file @
1d6b0893
{
"component"
:
true
,
"usingComponents"
:
{}
}
\ No newline at end of file
miniprogram/components/GetPanel/GetPanel.less
0 → 100644
View file @
1d6b0893
/* components/GetPanel/GetPanel.wxss */
.get_panel {
.get_panel_light {
background-image: url("//yun.duiba.com.cn/polaris/light.d591aa526458eee83020d5f1ebb798a754acaa62.png");
background-size: 100% 100%;
position: absolute;
left: 0;
top: 229px;
width: 750px;
height: 1074px;
}
.get_panel_bg {
background-image: url("//yun.duiba.com.cn/polaris/bg.a97b7a5db215d3f7bba1546b293108efe6e68497.png");
background-size: 100% 100%;
position: absolute;
left: 14px;
top: 432px;
width: 722px;
height: 647px;
}
.get_panel_btn {
background-image: url("//yun.duiba.com.cn/polaris/btn.b2b29b3031088fac7e997e963e3ff9aef367176c.png");
background-size: 100% 100%;
position: absolute;
left: 164px;
top: 885px;
width: 422px;
height: 109px;
}
.get_panel_close {
background-image: url("//yun.duiba.com.cn/polaris/close.7932d4af726237a9aec1c39049703d353f7509f0.png");
background-size: 100% 100%;
position: absolute;
left: 347px;
top: 1090px;
width: 56px;
height: 56px;
}
}
\ No newline at end of file
miniprogram/components/GetPanel/GetPanel.ts
0 → 100644
View file @
1d6b0893
// components/GetPanel/GetPanel.ts
Component
({
/**
* 组件的属性列表
*/
properties
:
{
},
/**
* 组件的初始数据
*/
data
:
{
},
/**
* 组件的方法列表
*/
methods
:
{
}
})
\ No newline at end of file
miniprogram/components/GetPanel/GetPanel.wxml
0 → 100644
View file @
1d6b0893
<view class="modal_bg get_panel">
<view class="get_panel_light"/>
<view class="get_panel_bg"/>
<view class="get_panel_btn"/>
<view class="get_panel_close"/>
</view>
miniprogram/pages/activity/activity.ts
View file @
1d6b0893
...
...
@@ -8,9 +8,7 @@ ComponentWithStore({
fields
:
{
homeInfo
:
()
=>
store
.
homeInfo
,
},
actions
:
{
buttonTap
:
'update'
,
},
actions
:
{},
},
/**
* 页面的初始数据
...
...
@@ -43,6 +41,14 @@ ComponentWithStore({
},
methods
:
{},
methods
:
{
onShareAppMessage
()
{
return
{
title
:
'自定义转发标题'
,
path
:
'/page/index/index?id=123'
,
}
}
},
})
})
\ No newline at end of file
project.config.json
View file @
1d6b0893
...
...
@@ -8,22 +8,25 @@
"less"
],
"babelSetting"
:
{
"ignore"
:
[],
"ignore"
:
[
"miniprogram_npm/*"
],
"disablePlugins"
:
[],
"outputPath"
:
""
},
"coverView"
:
false
,
"postcss"
:
false
,
"minified"
:
true
,
"enhance"
:
fals
e
,
"enhance"
:
tru
e
,
"showShadowRootInWxmlPanel"
:
false
,
"packNpmRelationList"
:
[],
"ignoreUploadUnusedFiles"
:
true
,
"compileHotReLoad"
:
false
,
"skylineRenderEnable"
:
true
,
"condition"
:
false
,
"es6"
:
false
,
"uglifyFileName"
:
false
"es6"
:
true
,
"uglifyFileName"
:
false
,
"swc"
:
true
},
"simulatorType"
:
"wechat"
,
"simulatorPluginLibVersion"
:
{},
...
...
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