Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
cd-bid
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
264e71c2
authored
Jul 28, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加正式环境域名
问题优化
parent
25087038
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
src/common/js/host.js
src/view/public/bid-buy.vue
src/view/register-specialist.vue
static/document.zip
src/common/js/host.js
View file @
264e71c2
...
@@ -4,10 +4,15 @@ let output = {
...
@@ -4,10 +4,15 @@ let output = {
// resources: 'http://bid-web.meiqicloud.com/',
// resources: 'http://bid-web.meiqicloud.com/',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式路径
// 测试环境
// base: '/Api/',
// resources: 'http://bid-web.meiqicloud.com',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式环境
base
:
'/Api/'
,
base
:
'/Api/'
,
resources
:
'http
://bid-web.meiqicloud
.com'
,
resources
:
'http
s://www.fjbidding
.com'
,
agentSignIn
:
'http
://bid-vue.meiqicloud.com
/'
agentSignIn
:
'http
s://www.fjbidding.com/admin
/'
}
}
output
.
uploadFile
=
output
.
base
+
'bid/common/webupload/upload'
output
.
uploadFile
=
output
.
base
+
'bid/common/webupload/upload'
...
...
src/view/public/bid-buy.vue
View file @
264e71c2
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
</div>
</div>
</div>
</div>
<el-dialog
title=
"
请选择支付方式
"
:visible
.
sync=
"winDialog"
:lock-scroll=
"false"
width=
"600px"
:close-on-click-modal=
"false"
@
close=
"onCloseDialog()"
>
<el-dialog
title=
""
:visible
.
sync=
"winDialog"
:lock-scroll=
"false"
width=
"600px"
:close-on-click-modal=
"false"
@
close=
"onCloseDialog()"
>
<div
class=
"pay row con-c align-s"
>
<div
class=
"pay row con-c align-s"
>
<!--
<el-radio
v-model=
"payway"
class=
"pay-way row align-c"
:class=
"payway === '1' ? 'pay-way-active' : ''"
label=
"1"
@
change=
"onChangeRadio"
>
<!--
<el-radio
v-model=
"payway"
class=
"pay-way row align-c"
:class=
"payway === '1' ? 'pay-way-active' : ''"
label=
"1"
@
change=
"onChangeRadio"
>
<img
src=
"../../assets/pay00.png"
alt=
""
>
<img
src=
"../../assets/pay00.png"
alt=
""
>
...
@@ -242,6 +242,7 @@
...
@@ -242,6 +242,7 @@
this
.
payTimer
=
setInterval
(()
=>
{
this
.
payTimer
=
setInterval
(()
=>
{
iRequest
.
request
(
iHost
.
base
+
'bid/order/queryState'
,
{
'orderId'
:
this
.
payId
[
Number
(
this
.
payway
)]
},
'json'
,
'post'
)
iRequest
.
request
(
iHost
.
base
+
'bid/order/queryState'
,
{
'orderId'
:
this
.
payId
[
Number
(
this
.
payway
)]
},
'json'
,
'post'
)
.
then
((
funcResponse
)
=>
{
.
then
((
funcResponse
)
=>
{
console
.
log
(
funcResponse
.
state
!==
'0'
)
if
(
funcResponse
.
state
!==
'0'
)
{
if
(
funcResponse
.
state
!==
'0'
)
{
clearInterval
(
this
.
payTimer
)
clearInterval
(
this
.
payTimer
)
...
...
src/view/register-specialist.vue
View file @
264e71c2
...
@@ -530,7 +530,7 @@
...
@@ -530,7 +530,7 @@
* @returns
* @returns
*/
*/
onLoadStatement
:
function
()
{
onLoadStatement
:
function
()
{
window
.
location
.
href
=
'../../static/
application
.zip'
window
.
location
.
href
=
'../../static/
document
.zip'
},
},
/**
/**
...
...
static/document.zip
0 → 100644
View file @
264e71c2
No preview for this file type
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