Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
ae678867
Commit
ae678867
authored
Apr 21, 2025
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境配置+积分兑换
parent
f432313f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
environments/environment.ts
+3
-3
manifest.json
+1
-1
pages/exchangeRecord/exchangeRecord.vue
+4
-1
No files found.
environments/environment.ts
View file @
ae678867
...
@@ -9,9 +9,9 @@ const stage = {
...
@@ -9,9 +9,9 @@ const stage = {
cffp_url
:
'https://mstage.zuihuibi.cn/cffpApi/cffp'
cffp_url
:
'https://mstage.zuihuibi.cn/cffpApi/cffp'
}
}
const
prod
=
{
const
prod
=
{
base_url
:
'https://
m.cffp.org
.cn'
,
base_url
:
'https://
app.ydhomeoffice
.cn'
,
api_url
:
'https://
m.cffp.org.cn/a
pi'
,
api_url
:
'https://
app.ydhomeoffice.cn/appA
pi'
,
cffp_url
:
'https://
m.cffp.org.cn/a
pi/cffp'
cffp_url
:
'https://
app.ydhomeoffice.cn/appA
pi/cffp'
}
}
let
companyInfo
=
{
let
companyInfo
=
{
// companyType: '1',
// companyType: '1',
...
...
manifest.json
View file @
ae678867
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
"vueVersion"
:
"3"
,
"vueVersion"
:
"3"
,
"h5"
:
{
"h5"
:
{
"router"
:
{
"router"
:
{
"base"
:
"/
cffp
/"
,
"base"
:
"/
appYdhomeoffice
/"
,
"mode"
:
"history"
"mode"
:
"history"
},
},
"devServer"
:
{
"devServer"
:
{
...
...
pages/exchangeRecord/exchangeRecord.vue
View file @
ae678867
...
@@ -18,7 +18,10 @@
...
@@ -18,7 +18,10 @@
<view
style=
"color: #0A2F99;"
v-if=
"item.reviewStatus == 2 && item.reviewMessage"
>
<view
style=
"color: #0A2F99;"
v-if=
"item.reviewStatus == 2 && item.reviewMessage"
>
兑换失败,原因:
{{
item
.
reviewMessage
}}
兑换失败,原因:
{{
item
.
reviewMessage
}}
</view>
</view>
<view
style=
"color: #0A2F99;"
v-else-if=
"item.reviewStatus == 1"
>
<view
style=
"color: #0A2F99;"
v-else-if=
"item.productType == '1' && item.reviewStatus == 1"
>
兑换成功
</view>
<view
style=
"color: #0A2F99;"
v-else-if=
"item.productType == '2' && item.reviewStatus == 1 && item.isPaid == 1 && item.status == 1"
>
兑换成功
兑换成功
</view>
</view>
<view
style=
"color: #0A2F99;"
v-else
>
<view
style=
"color: #0A2F99;"
v-else
>
...
...
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