Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
3671b7f8
Commit
3671b7f8
authored
Jan 15, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Plain Diff
fix
parents
13f0bda4
00bac72a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
9 deletions
+18
-9
customerdetail.wxml
business/pages/orgpotentialcustomer/customerdetail.wxml
+1
-1
editclue.js
business/pages/orgpotentialcustomer/editclue.js
+17
-8
No files found.
business/pages/orgpotentialcustomer/customerdetail.wxml
View file @
3671b7f8
...
...
@@ -24,7 +24,7 @@
<view class="btn-item red-item" wx:if="{{clueDetail.status != 5 && clueDetail.status != 4}}" bindtap="signInvalid">标记无效</view>
</view>
</view>
<view class="recordsList-box">
<view class="recordsList-box"
wx:if="{{recordsList.length>0}}"
>
<view class="title">销售动态</view>
<view class="item-box" wx:for="{{recordsList}}" wx:key="{{index}}">
<view class="line-box">
...
...
business/pages/orgpotentialcustomer/editclue.js
View file @
3671b7f8
...
...
@@ -442,10 +442,7 @@ Page({
icon
:
'success'
,
duration
:
2000
})
wx
.
navigateBack
({
delta
:
1
})
this
.
naviBackRefresh
()
}
this
.
data
.
submitting
=
false
}).
catch
((
res
)
=>
{
...
...
@@ -460,10 +457,7 @@ Page({
icon
:
'success'
,
duration
:
2000
})
wx
.
navigateBack
({
delta
:
1
})
this
.
naviBackRefresh
()
}
this
.
data
.
submitting
=
false
}).
catch
((
res
)
=>
{
...
...
@@ -471,5 +465,20 @@ Page({
})
}
},
naviBackRefresh
(){
let
pages
=
getCurrentPages
();
let
currPage
=
null
;
//当前页面
let
prevPage
=
null
;
//上一个页面
if
(
pages
.
length
>=
2
)
{
currPage
=
pages
[
pages
.
length
-
1
];
//当前页面
prevPage
=
pages
[
pages
.
length
-
2
];
//上一个页面
}
prevPage
.
setData
({
needRefresh
:
true
,
});
wx
.
navigateBack
({
delta
:
1
})
}
})
\ No newline at end of file
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