Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
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
00781b68
authored
Oct 11, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
9956ccc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
pages/detail/chat/index.wxml
pages/person/editcompany/index.js
pages/person/editcompany/index.wxml
pages/detail/chat/index.wxml
View file @
00781b68
...
...
@@ -4,7 +4,7 @@
<view class="tip row bothSide verCenter {{isShowTip?'':'noheight'}}">
<view class="tip-left row verCenter">
<text class="icon iconfont iconiconxiantiaoshouji12 tip-icon"></text>
<text class="tip-c">请
如实填写申诉内容,以便工作人员审查
</text>
<text class="tip-c">请
确认对方真实有效信息,勿轻易转帐及发货,操作需谨慎!
</text>
</view>
<text class="icon iconfont iconiconxiantiaoshouji13 close-icon" bindtap="closeTip"></text>
</view>
...
...
pages/person/editcompany/index.js
View file @
00781b68
...
...
@@ -123,7 +123,6 @@ Page({
let
detail_address
=
val
.
detail_address
;
let
mobile
=
val
.
mobile
;
return
true
;
},
/**
...
...
pages/person/editcompany/index.wxml
View file @
00781b68
...
...
@@ -42,7 +42,7 @@
<view class="list row verCenter bothSide bor">
<view class="l">联系电话</view>
<view class="r">
<input type="text" placeholder="请输入联系电话" placeholder-class="placeholderClass" name="com_tel" value="{{userInfo.
mobile
}}"/>
<input type="text" placeholder="请输入联系电话" placeholder-class="placeholderClass" name="com_tel" value="{{userInfo.
com_tel
}}"/>
</view>
</view>
<view class="btn-wrap">
...
...
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