Commit de1d5460 by 梁建民

css

parent 91b55198
......@@ -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>
......
......@@ -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) {
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment