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
5b8889ae
Commit
5b8889ae
authored
Oct 18, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
bda4ae61
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
24 deletions
+24
-24
.DS_Store
.DS_Store
+0
-0
request.js
api/request.js
+2
-2
TaskPerson.less
components/renwu/TaskPerson.less
+19
-19
TaskPerson.vue
components/renwu/TaskPerson.vue
+1
-1
Integral.vue
views/Integral.vue
+2
-2
No files found.
.DS_Store
View file @
5b8889ae
No preview for this file type
api/request.js
View file @
5b8889ae
...
...
@@ -16,8 +16,8 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
const
baseUrl
=
"https://momclub-uat.feihe.com/pmall"
;
//测试环境
//
let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
//
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
let
baseUrl
=
"https://momclub.feihe.com/pmall"
;
//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
...
...
components/renwu/TaskPerson.less
View file @
5b8889ae
...
...
@@ -21,38 +21,38 @@
.task_person_container {
position: relative;
width: 100%;
max-width: 750rpx;
background: #
ffffff
;
border-radius:
30rpx 30
rpx 0 0;
//
max-width: 750rpx;
background: #
F8F8F8
;
border-radius:
24rpx 24
rpx 0 0;
box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.1);
z-index: 2;
overflow-y: auto;
padding:
40rpx 30
rpx;
padding:
0rpx 38
rpx;
animation: slideUp 0.3s ease-out;
.task_person_header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
margin-top: 56rpx;
margin-bottom: 15rpx;
.task_person_title {
font-size: 50rpx;
font-weight: bold;
color: #D3A458;
text-align: center;
flex: 1;
font-size: 36rpx;
font-weight: bold;
color: #B27C1E;
flex: 1;
}
.close_button {
width:
40
rpx;
height:
40
rpx;
width:
54
rpx;
height:
54
rpx;
display: flex;
align-items: center;
justify-content: center;
.close_icon {
font-size:
4
0rpx;
font-size:
5
0rpx;
color: #333333;
font-weight: bold;
}
...
...
@@ -60,18 +60,18 @@
}
.task_person_description {
margin-bottom:
4
0rpx;
margin-bottom:
3
0rpx;
.description_text {
font-size: 24rpx;
color: #666666;
line-height: 1.5;
//
line-height: 1.5;
}
}
.task_person_info {
background: #f
6f8fa
;
border-radius: 2
0
rpx;
background: #f
ff
;
border-radius: 2
4
rpx;
margin-bottom: 40rpx;
padding: 20rpx;
box-sizing: border-box;
...
...
@@ -80,8 +80,8 @@
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #f2f2f2;
height:
11
0rpx;
//
border-bottom: 1rpx solid #f2f2f2;
height:
9
0rpx;
}
.form_line_hidden {
...
...
components/renwu/TaskPerson.vue
View file @
5b8889ae
...
...
@@ -31,7 +31,7 @@
pageStatus.formStatus == 0
&&
index == formItems.filter(formItemFilter).length - 1
? 'none'
: '1rpx solid #f2f2f2',
: '
none'//'
1rpx solid #f2f2f2',
}">
<text
class=
"form_label"
>
{{
getlabelFn
(
item
)
}}
...
...
views/Integral.vue
View file @
5b8889ae
...
...
@@ -282,7 +282,7 @@
</view>
<!-- 7天连续签到奖励容器 -->
<view class="
signin_reward_container
" v-if="
fals
e
">
<view class="
signin_reward_container
" v-if="
tru
e
">
<!-- 标题区域 -->
<view class="
signin_title_area
">
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
...
...
@@ -341,7 +341,7 @@
</view>
<!-- 商品展示容器 -->
<view class="
goods
-
container
"
v-if="
goodsDataArr
?.
length
>
0
"
>
<view class="
goods
-
container
">
<!-- 页签栏 -->
<view class="
custom
-
tabs
">
<view v-for="
(
tab
,
index
)
in
tabInfo
.
tabTexts
" :key="
index
" class="
tab
-
item
" :class="
{
...
...
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