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
94b636ca
Commit
94b636ca
authored
Jan 17, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Plain Diff
fix
parents
d517dc5f
28a91410
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
editclue.js
business/pages/orgpotentialcustomer/editclue.js
+7
-8
editclue.wxml
business/pages/orgpotentialcustomer/editclue.wxml
+1
-1
No files found.
business/pages/orgpotentialcustomer/editclue.js
View file @
94b636ca
...
...
@@ -178,14 +178,6 @@ Page({
})
},
mobileInput
(
e
)
{
if
(
this
.
data
.
id
){
wx
.
showToast
({
title
:
'电话号码不可编辑'
,
icon
:
'none'
,
duration
:
2000
})
return
}
const
{
value
}
=
e
.
detail
;
...
...
@@ -480,6 +472,13 @@ Page({
}
},
editTips
(){
wx
.
showToast
({
title
:
'联系电话不可编辑'
,
icon
:
'none'
,
duration
:
2000
})
},
naviBackRefresh
(){
let
pages
=
getCurrentPages
();
let
currPage
=
null
;
//当前页面
...
...
business/pages/orgpotentialcustomer/editclue.wxml
View file @
94b636ca
...
...
@@ -17,7 +17,7 @@
<text class="require" >*</text>
</view>
<view class="input-box">
<text class="text color666" wx:if="{{id}}" bindtap="
mobileInput
">{{params.mobile}}</text>
<text class="text color666" wx:if="{{id}}" bindtap="
editTips
">{{params.mobile}}</text>
<input wx:else type="number" class="text color666" maxlength="{{11}}" bindinput="mobileInput" placeholder="请输入电话号码" value="{{params.mobile}}"/>
<image class="arrowsmall" src="{{imageRoot}}2b/potentialcustomer/newarr.png?{{imageVersion}}"></image>
</view>
...
...
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