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
0b6c31f5
Commit
0b6c31f5
authored
Feb 08, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
热更新&提现bug修复
parent
695fa365
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
10 deletions
+12
-10
App.vue
+6
-2
components/login/login.vue
+1
-1
manifest.json
+2
-2
pages/withdrawal/withdrawal.vue
+3
-5
No files found.
App.vue
View file @
0b6c31f5
...
...
@@ -22,6 +22,7 @@
// });
// #endif
// #ifdef APP-PLUS
plus
.
runtime
.
getProperty
(
plus
.
runtime
.
appid
,
(
wgtinfo
)
=>
{
uni
.
getSystemInfo
({
success
:(
systemInfo
)
=>
{
uni
.
request
({
...
...
@@ -29,12 +30,13 @@
method
:
'POST'
,
data
:
{
appType
:
1
,
version
:
systemInfo
.
appV
ersion
,
version
:
wgtinfo
.
v
ersion
,
systemType
:
systemInfo
.
osName
.
toLowerCase
()
===
'ios'
?
2
:
1
},
success
:
(
result
)
=>
{
console
.
log
(
wgtinfo
)
const
data
=
result
.
data
.
data
[
'appVersionInfo'
];
if
(
data
.
isForceUpdate
&&
data
.
wgtUrl
)
{
if
(
data
.
status
==
1
&&
data
.
isForceUpdate
&&
data
.
wgtUrl
)
{
uni
.
downloadFile
({
url
:
`
${
baseURL
}${
data
.
wgtUrl
}
`
,
success
:
(
downloadResult
)
=>
{
...
...
@@ -55,6 +57,8 @@
});
}
})
})
// #endif
initApp
()
// this.checkArguments();
...
...
components/login/login.vue
View file @
0b6c31f5
...
...
@@ -5,7 +5,7 @@
</view>
<view
class=
"logo"
>
<image
:src=
"imgSrc"
alt=
"logo"
srcset=
""
class=
"iconBox"
mode=
"widthFix"
></image>
<view>
欢迎登录使用CFFP
</view>
<view>
欢迎登录使用CFFP
测测---
</view>
</view>
<view
class=
"content"
>
<view
class=
"login_title"
>
...
...
manifest.json
View file @
0b6c31f5
...
...
@@ -2,7 +2,7 @@
"name"
:
"CFFP财富中心"
,
"appid"
:
"__UNI__ED34740"
,
"description"
:
""
,
"versionCode"
:
10
4
,
"versionCode"
:
10
9
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
@@ -202,5 +202,5 @@
}
},
"_spaceID"
:
"mp-68e17e23-e517-4839-8210-27480303cc51"
,
"versionName"
:
"1.1.1
2
"
"versionName"
:
"1.1.1
7
"
}
pages/withdrawal/withdrawal.vue
View file @
0b6c31f5
...
...
@@ -58,7 +58,7 @@
<navigator
class=
"rule"
url=
"/pages/taxRules/taxRules"
>
《劳务报酬税缴纳规则》;
</navigator>
</view>
<view
class=
""
>
3、如需帮助,请联系CFFP财富中心客服电话
:12345678
;
3、如需帮助,请联系CFFP财富中心客服电话
400:921-9290
;
</view>
</view>
<view
class=
"btn"
@
click=
"confirmWithdrawal()"
:class=
"
{'gray':readonlyFlag}" style="bottom: 30rpx;">
...
...
@@ -70,7 +70,6 @@
<
script
>
import
api
from
'../../api/api'
;
import
common
from
'../../common/common'
;
export
default
{
data
(){
return
{
...
...
@@ -82,14 +81,12 @@
aliWithdrawalResVO
:
null
,
wxWithdrawalResVO
:
null
,
readonlyFlag
:
false
,
deviceType
:
null
}
},
components
:{},
onLoad
(
options
){
this
.
deviceType
=
common
.
checkDeviceType
();
this
.
exchangeAmount
=
options
.
exchangeAmount
;
this
.
partnerTradeNo
=
options
.
partnerTradeNo
;
console
.
log
(
options
)
this
.
goFortuneWithdrawal
()
},
methods
:{
...
...
@@ -99,6 +96,7 @@
});
},
goFortuneWithdrawal
(){
console
.
log
(
1
)
const
param
=
{
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
// userId:1,
...
...
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