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
ba786b2f
Commit
ba786b2f
authored
Oct 31, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.dui88.com/fh/20250528_FHQ1
into dev
parents
17f26642
7d723bd9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
request.js
api/request.js
+1
-1
InviteGift.vue
components/integralArea/InviteGift.vue
+10
-2
Integral.vue
views/Integral.vue
+5
-1
No files found.
api/request.js
View file @
ba786b2f
...
...
@@ -18,7 +18,7 @@ const {
// const baseUrl = "http://172.16.230.108:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// const baseUrl = "https://momclub-test.feihe.com/pmall";
let
baseUrl
=
"https://momclub.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/integralArea/InviteGift.vue
View file @
ba786b2f
...
...
@@ -8,10 +8,10 @@
<!-- 卡片内容区域 -->
<view
class=
"card_content"
>
<!-- 卡片标题 -->
<text
class=
"card_title"
:class=
"`item-$
{itemIndex}`">
邀请好友注册得好礼
</text>
<text
class=
"card_title"
:class=
"`item-$
{itemIndex}`">
{{
props
.
title
}}
</text>
<!-- 描述文字 -->
<text
class=
"card_description"
:class=
"`item-$
{itemIndex}`">
成功邀请一位好友注册即可获得XXX
</text>
<text
class=
"card_description"
:class=
"`item-$
{itemIndex}`">
{{
props
.
subTitle
}}
</text>
<!-- 去邀请按钮 -->
<button
class=
"invite_button"
:class=
"`item-$
{itemIndex}`" @tap="handleInviteClick" :open-type="islogin ? 'share' : ''">
...
...
@@ -56,6 +56,14 @@ const props = defineProps({
islogin
:
{
type
:
Boolean
,
default
:
false
},
title
:
{
type
:
String
,
default
:
''
},
subTitle
:
{
type
:
String
,
default
:
''
}
});
...
...
views/Integral.vue
View file @
ba786b2f
...
...
@@ -274,7 +274,11 @@
<!-- 积分限时购 -->
<SeckillSection :isdebug="
isdebug
" :itemIndex="
itemIndex
" @credits-sale-click="
handleCreditsSaleClick
" />
<!-- 邀请得好礼组件 -->
<InviteGift v-if="
integralStore
.
originInviteHome
?.
data
" class="
invite_container
" :itemIndex="
itemIndex
" :islogin="
islogin
" @invite="
handleInviteClick
"
<InviteGift v-if="
integralStore
.
originInviteHome
?.
data
"
:title="
integralStore
.
originInviteHome
?.
data
?.
title
" class="
invite_container
"
:subTitle="
integralStore
.
originInviteHome
?.
data
?.
subTitle
"
:itemIndex="
itemIndex
" :islogin="
islogin
"
@invite="
handleInviteClick
"
@record="
handleRecordClick
" />
<!-- 会员活动 -->
<view class="
vip
-
active
-
area
" v-if="
vipActive
?.
length
>
0
">
...
...
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