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
de1d5460
authored
Aug 16, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
91b55198
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
pages/person/company/index.wxml
pages/person/editcompany/index.js
pages/person/editcompany/index.wxml
pages/person/company/index.wxml
View file @
de1d5460
...
...
@@ -18,7 +18,7 @@
</view>
</view>
</view>
<view class="column" data-url="/pages/person/editcompany/index" bind:tap="toUrl">
<view class="column" data-url="/pages/person/editcompany/index
?type=edit
" bind:tap="toUrl">
<text class="icon iconfont iconiconxiantiaoshouji22"></text>
<text class="edit">编辑</text>
</view>
...
...
pages/person/editcompany/index.js
View file @
de1d5460
...
...
@@ -12,13 +12,15 @@ Page({
* 页面的初始数据
*/
data
:
{
userInfo
:
{},
status
:
true
,
avatar
:
''
,
multiArray
:
[],
multiIndex
:
[
4
,
0
,
0
],
province_id
:
6
,
city_id
:
76
,
district_id
:
696
district_id
:
696
,
type
:
''
},
/**
...
...
@@ -28,6 +30,10 @@ Page({
var
arr
=
[];
this
.
setData
({
type
:
options
.
type
});
//设置默认省市区
http
.
getData
(
apis
.
regionPcd
,
'GET'
,
null
,
(
res
)
=>
{
if
(
res
.
errcode
===
0
)
{
...
...
pages/person/editcompany/index.wxml
View file @
de1d5460
...
...
@@ -15,7 +15,7 @@
</block>
</view>
<view class="txt">
<textarea name='com_desc' bindblur="bindTextAreaBlur" auto-height placeholder="请输入企业简介" class="tarea" placeholder-class="textarea-placeholder" />
<textarea name='com_desc' bindblur="bindTextAreaBlur"
value="{{userInfo.com_desc}}"
auto-height placeholder="请输入企业简介" class="tarea" placeholder-class="textarea-placeholder" />
</view>
<view class="hr"></view>
<view class="list row verCenter bothSide bor">
...
...
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