Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
fff47c92
Commit
fff47c92
authored
Oct 22, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
d56111cd
1878562e
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
436 additions
and
306 deletions
+436
-306
down.png
src/assets/help/down.png
+0
-0
up.png
src/assets/help/up.png
+0
-0
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+291
-291
contract-details.vue
src/pages/distributorSign/contract-details.vue
+3
-3
financing-details.vue
src/pages/financingTrial/financing-details.vue
+2
-2
helpList.vue
src/pages/help/helpList.vue
+98
-3
refund.vue
src/pages/intoApproval/intoApproval/refund.vue
+1
-0
first-pay.vue
src/pages/pay/payment/first-pay.vue
+1
-1
product-detailed.vue
src/pages/productQuery/product-detailed.vue
+40
-6
No files found.
src/assets/help/down.png
0 → 100644
View file @
fff47c92
479 Bytes
src/assets/help/up.png
0 → 100644
View file @
fff47c92
460 Bytes
src/pages/contractSigning/contract-detail.vue
View file @
fff47c92
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-2
1 18:03:21
* @LastEditTime: 2019-10-2
2 09:43:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -23,10 +23,10 @@
</div>
</h-header>
<div
class=
"tab-style"
>
<div
:class=
"
{'done':num ===
1,'undone':num !== 1}" @click="num = 1;">
<img
:src=
"num === 1
?check1:uncheck1"
>
商务条件
</div>
<div
:class=
"
{'done':num ===
2,'undone':num !== 2}" @click="num = 2;">
<img
:src=
"num === 2
?check2:uncheck2"
>
合同文本
</div>
<div
:class=
"
{'done':num ===
0,'undone':num !== 0}" @click="num = 0;">
<img
:src=
"num === 0
?check1:uncheck1"
>
商务条件
</div>
<div
:class=
"
{'done':num ===
1,'undone':num !== 1}" @click="num = 1;">
<img
:src=
"num === 1
?check2:uncheck2"
>
合同文本
</div>
</div>
<h-content
v-
show=
"num === 1
"
class=
"business-condition"
>
<h-content
v-
if=
"num === 0
"
class=
"business-condition"
>
<list-item
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
>
商务政策
</div>
...
...
@@ -110,7 +110,7 @@
</div>
</h-content>
<h-content
v-
show=
"num === 2
"
>
<h-content
v-
if=
"num === 1
"
>
<list-item
:item-height=
"56"
class=
"contract-text"
style=
"background-color:rgb(250,250,250);"
>
<item
:proportion=
"[4,1]"
>
<div
slot=
"name"
class=
"aguremrnt-list"
>
...
...
@@ -149,7 +149,7 @@
</item>
</list-item>
</h-content>
<bottom-tab
v-show=
"num ===
2
"
>
<bottom-tab
v-show=
"num ===
1
"
>
<tab-button
class=
"footer"
@
click
.
native=
"inSure"
>
确认签约
</tab-button>
...
...
@@ -158,19 +158,19 @@
</
template
>
<
script
>
import
Check1
from
'@/assets/constractSigning/business.png'
import
Check2
from
'@/assets/constractSigning/constract.png'
import
unCheck1
from
'@/assets/constractSigning/unbusiness.png'
import
unCheck2
from
'@/assets/constractSigning/unconstract.png'
import
Check1
from
'@/assets/constractSigning/business.png'
import
Check2
from
'@/assets/constractSigning/constract.png'
import
unCheck1
from
'@/assets/constractSigning/unbusiness.png'
import
unCheck2
from
'@/assets/constractSigning/unconstract.png'
export
default
{
export
default
{
name
:
'ContractDetail'
,
components
:
{
},
data
()
{
return
{
isshow
:
false
,
// 提示框的显示与隐藏
num
:
1
,
num
:
0
,
conditionInfo
:
{},
check1
:
Check1
,
check2
:
Check2
,
...
...
@@ -224,10 +224,10 @@
this
.
isshow
=
true
},
},
}
}
</
script
>
<
style
lang=
'less'
type=
"text/less"
>
#contract-details {
#contract-details {
.all{
position: absolute;
background-color: transparent;
...
...
@@ -289,7 +289,7 @@
line-height: 32px;
}
}
}
}
.h-header-btn {
img {
width: 16px;
...
...
@@ -541,5 +541,5 @@
height: 40px;
margin: 4px 2% 0 2%;
}
}
}
</
style
>
src/pages/distributorSign/contract-details.vue
View file @
fff47c92
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-
10 10:52:55
* @LastEditTime: 2019-10-
21 18:48:53
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -90,7 +90,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
保证金比例
</div>
<span
slot=
"content"
>
{{
info
.
deposit_ratio
|
NumFormat
}}
</span>
<span
slot=
"content"
>
{{
info
.
deposit_ratio
_n
}}
</span>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
保证金
</div>
...
...
@@ -122,7 +122,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
年利率
</div>
<input
slot=
"content"
v-model=
"info.int_rate"
readonly
>
<input
slot=
"content"
v-model=
"info.int_rate
_n
"
readonly
>
</item>
</list-item>
<div
class=
"repay-plan"
>
...
...
src/pages/financingTrial/financing-details.vue
View file @
fff47c92
...
...
@@ -2,7 +2,7 @@
* @Descrip""/>User Settings Edit
* @Author: your name
* @Date: 2019-09-29 20:31:00
* @LastEditTime: 2019-10-2
1 15:17:55
* @LastEditTime: 2019-10-2
2 10:40:02
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -122,7 +122,7 @@ export default {
showTime
(
format
)
{
let
vm
=
this
hlsPopup
.
showTime
({
nowDate
:
new
Date
().
toLocaleDateString
(
),
nowDate
:
(
new
Date
()).
format
(
'yyyy-MM-dd'
),
format
:
format
,
callback
:
(
date
)
=>
{
// alert(date)
...
...
src/pages/help/helpList.vue
View file @
fff47c92
...
...
@@ -15,7 +15,27 @@
<p>
每日8:00-18:00
</p>
</div>
<p
class=
"matter"
>
常见问题
</p>
<list-item
:proportion=
"[5,1]"
:item-height=
"44"
>
<div
class=
"question"
>
<div
class=
"question-top"
@
click=
"show(0)"
>
<span>
客户绑定相关问题
</span>
<img
class=
"img0"
src=
"@/assets/help/down.png"
>
</div>
<ul
class=
"list0"
>
<li>
如何进行客户绑定?
</li>
<li>
如何通过扫描录入进件?
</li>
</ul>
</div>
<div
class=
"question"
>
<div
class=
"question-top"
@
click=
"show(1)"
>
<span>
客户绑定相关问题
</span>
<img
class=
"img1"
src=
"@/assets/help/down.png"
>
</div>
<ul
class=
"list1"
>
<li>
如何进行客户绑定?
</li>
<li>
如何通过扫描录入进件?
</li>
</ul>
</div>
<!--
<list-item
:proportion=
"[5,1]"
:item-height=
"44"
>
<item>
<div
slot=
"name"
>
客户绑定相关问题
</div>
</item>
...
...
@@ -25,12 +45,33 @@
<item>
<div
slot=
"name"
>
如何通过扫描录入进件?
</div>
</item>
</list-item>
</list-item>
-->
</h-content>
</h-view>
</
template
>
<
script
>
export
default
{}
export
default
{
data
()
{
return
{
isShow
:
true
,
}
},
methods
:
{
show
(
e
)
{
let
ul
=
document
.
querySelector
(
`.list
${
e
}
`
)
let
li
=
ul
.
querySelectorAll
(
'li'
)
let
img
=
document
.
querySelector
(
`.list
${
e
}
`
)
if
(
this
.
isShow
)
{
ul
.
style
.
height
=
li
.
length
*
35
+
'px'
img
.
style
.
transform
=
this
.
isShow
=
false
}
else
{
ul
.
style
.
height
=
0
this
.
isShow
=
true
}
},
},
}
</
script
>
<
style
lang=
"less"
scoped
>
#help-list {
...
...
@@ -95,6 +136,60 @@ export default {}
margin-left: 16px;
margin-bottom: 10px;
}
.question {
background-color: #ffffff;
.question-top {
height: 44px;
line-height: 44px;
background-color: #ffffff;
padding-left: 24px;
display: flex;
align-items: center;
span {
display:inline-block;
position: relative;
font-family: PingFangSC-Regular;
font-size: 13px;
color: #00469c;
letter-spacing: 0;
line-height: 20px;
text-indent: 8px;
flex:12;
}
span::before{
content:'';
display: block;
position: absolute;
top:4px;
left: 0px;
width:4px;
height:12px;
background-color:#00469C;
}
img{
width: 20px;
height: 20px;
margin-right: 20px;
flex:1;
}
}
.list0,.list1 {
overflow: hidden;
transition: 0.2s linear;
height:0px;
li {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #656464;
height: 35px;
width:343px;
margin:0 auto;
line-height: 35px;
border-bottom: 1px solid #F1F0F5;
text-indent: 15px;
}
}
}
}
}
</
style
>
src/pages/intoApproval/intoApproval/refund.vue
View file @
fff47c92
...
...
@@ -136,6 +136,7 @@ export default {
params
:
{
isConfirm
:
true
,
hasButtom
:
confirmStatus
,
confirm_status
:
this
.
$route
.
params
.
confirm_status
,
},
})
this
.
$router
.
go
(
-
1
)
...
...
src/pages/pay/payment/first-pay.vue
View file @
fff47c92
...
...
@@ -25,7 +25,7 @@
<div
class=
"pay-icon"
><img
src=
"@/assets/payment/first-pay.png"
alt=
""
>
违约金支付
</div>
<div
class=
"pay-input"
>
<span>
应还违约金
</span>
<input
v-model=
"liquidated_damages"
type=
"text"
placeholder=
"请输入支付金额"
>
<input
v-model=
"liquidated_damages"
readonly
type=
"text"
placeholder=
"请输入支付金额"
>
</div>
</div>
</h-content>
...
...
src/pages/productQuery/product-detailed.vue
View file @
fff47c92
...
...
@@ -2,7 +2,7 @@
* @Descrip: 产品明细
* @Author: your name
* @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-10-2
1 18:30:14
* @LastEditTime: 2019-10-2
2 10:28:25
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -94,11 +94,11 @@
</h-content>
<bottom-tab
class=
"footer-button"
>
<tab-button
:class=
"
{bgcolor: bgc_flag}" class="butt" @click.native="goTrial(baseInfo.plan_price,baseInfo.price_date_to)">
<img
src=
"@/assets/productQuery/trial.png"
alt=
""
>
试算
</tab-button>
<tab-button
class=
"collect butt"
@
click
.
native=
"collect"
><img
:src=
"src"
alt=
""
>
收藏
</tab-button>
<tab-button
class=
"collect butt"
@
click
.
native=
"collect"
><img
:src=
"src"
alt=
""
>
{{
text
}}
</tab-button>
</bottom-tab>
<div
v-if=
"collect_flag"
class=
"show-collect"
>
<img
src=
"@/assets/productQuery/success.png"
alt=
""
>
<p>
收藏成功
</p>
<p>
{{
show_text
}}
</p>
</div>
</h-view>
</
template
>
...
...
@@ -112,10 +112,12 @@ export default {
},
data
()
{
return
{
text
:
''
,
tabNum
:
0
,
baseInfo
:
{},
detailInfo
:
{}
,
show_text
:
''
,
confgInfo
:
{},
detailInfo
:
{},
bgc_flag
:
true
,
collect_flag
:
false
,
}
...
...
@@ -141,8 +143,10 @@ export default {
console
.
log
(
'collect........'
,
window
.
sessionStorage
.
getItem
(
'collect_status'
))
if
(
window
.
sessionStorage
.
getItem
(
'collect_status'
)
===
'Y'
)
{
this
.
src
=
require
(
'@/assets/productQuery/coll-success.png'
)
this
.
text
=
'取消收藏'
}
else
{
this
.
src
=
require
(
'@/assets/productQuery/collect.png'
)
this
.
text
=
'收藏'
}
},
methods
:
...
...
@@ -155,8 +159,37 @@ export default {
collect
()
{
console
.
log
(
'collect'
,
window
.
sessionStorage
.
getItem
(
'collect_status'
))
if
(
window
.
sessionStorage
.
getItem
(
'collect_status'
)
===
'Y'
)
{
hlsPopup
.
showLongCenter
(
'该产品已收藏过,请勿重复收藏'
)
let
vm
=
this
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'您确认取消收藏吗?'
,
onConfirm
:
data
=>
{
console
.
log
(
data
)
if
(
data
)
{
let
url
=
$config
.
basePath
+
'delete_collection'
let
param
=
{
master
:
{
product_id
:
vm
.
product_id
,
user_phone
:
window
.
localStorage
.
user_phone
,
},
}
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'取消收藏。。。。。。。。'
,
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
show_text
=
'取消成功'
vm
.
collect_flag
=
true
vm
.
src
=
require
(
'@/assets/productQuery/collect.png'
)
setTimeout
(()
=>
{
vm
.
text
=
'收藏'
vm
.
collect_flag
=
false
},
1500
)
}
})
}
},
})
}
else
{
this
.
show_text
=
'收藏成功'
this
.
collect_flag
=
true
console
.
log
(
this
.
collect_flag
)
let
vm
=
this
...
...
@@ -172,6 +205,7 @@ export default {
if
(
res
.
result
===
'S'
)
{
vm
.
src
=
require
(
'@/assets/productQuery/coll-success.png'
)
setTimeout
(()
=>
{
vm
.
text
=
'取消收藏'
vm
.
collect_flag
=
false
},
1500
)
}
else
{
...
...
@@ -302,7 +336,7 @@ export default {
img {
height: 19px;
width: 19px;
margin-top: 2px;
//
margin-top: 2px;
margin-right: 3px;
}
.collect {
...
...
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