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
ebc1d51a
Commit
ebc1d51a
authored
Oct 11, 2025
by
lg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 工具/会员卡片和会员权益/新增状态跳转到注册页
parent
f0fc260c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3345 additions
and
3273 deletions
+3345
-3273
request.js
api/request.js
+2
-2
popup-tip.vue
components/popup-tip/popup-tip.vue
+6
-1
Integral.vue
views/Integral.vue
+3232
-3174
My.vue
views/My.vue
+105
-96
No files found.
api/request.js
View file @
ebc1d51a
...
@@ -16,8 +16,8 @@ const {
...
@@ -16,8 +16,8 @@ const {
// request.js
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
// const baseUrl = "http://172.16.230.108:7777/pmall";
const
baseUrl
=
"https://momclub-uat.feihe.com/pmall"
;
//测试环境
//
const baseUrl = "https://momclub-uat.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://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
...
...
components/popup-tip/popup-tip.vue
View file @
ebc1d51a
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<
template
v-if=
"type == '2'"
>
<
template
v-if=
"type == '2'"
>
{{
isType
==
'0'
?
'添加状态'
:
isType
==
'3'
?
'我知道了'
:
isType
==
'1'
?
'切换状态'
:
'修改状态'
}}
{{
isType
==
'0'
?
'添加状态'
:
isType
==
'3'
?
'我知道了'
:
isType
==
'1'
?
'切换状态'
:
'修改状态'
}}
</
template
>
</
template
>
<button
v-if=
"isNotLogin"
type=
"primary"
class=
"phone-button"
open-type=
"getPhoneNumber"
<button
v-if=
"
false &&
isNotLogin"
type=
"primary"
class=
"phone-button"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getRealtimePhoneNumber"
/>
@
getphonenumber=
"getRealtimePhoneNumber"
/>
</view>
</view>
</view>
</view>
...
@@ -60,6 +60,7 @@ import {
...
@@ -60,6 +60,7 @@ import {
watch
watch
}
from
'vue'
}
from
'vue'
import
{
useUserStore
}
from
"@/stores/user"
;
import
{
useUserStore
}
from
"@/stores/user"
;
import
{
jump
,
JumpType
}
from
"@/utils"
;
// 接受父组件参数
// 接受父组件参数
const
props
=
defineProps
({
const
props
=
defineProps
({
type
:
{
type
:
{
...
@@ -147,6 +148,10 @@ const modifyState = async () => {
...
@@ -147,6 +148,10 @@ const modifyState = async () => {
// 跳转新增产检页面
// 跳转新增产检页面
const
onAdd
=
()
=>
{
const
onAdd
=
()
=>
{
if
(
props
.
isNotLogin
==
true
)
{
if
(
props
.
isNotLogin
==
true
)
{
jump
({
type
:
JumpType
.
INNER
,
url
:
"/pages/activity/register"
,
})
return
;
return
;
}
}
// 0 添加状态或者宝宝 1 切换状态 2 修改状态 3 宝宝已达上限
// 0 添加状态或者宝宝 1 切换状态 2 修改状态 3 宝宝已达上限
...
...
views/Integral.vue
View file @
ebc1d51a
This diff is collapsed.
Click to expand it.
views/My.vue
View file @
ebc1d51a
This diff is collapsed.
Click to expand it.
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