Authored by 刘传洋

code format

... ... @@ -76,19 +76,17 @@ const configData = {
key: 'shopping',
value: 1,
text: '目的型购物'
},
{
type: 'radio',
key: 'shopping',
value: 2,
text: '冲动型购物'
},
{
type: 'radio',
key: 'shopping',
value: 3,
text: '保守型购物'
}],
}, {
type: 'radio',
key: 'shopping',
value: 2,
text: '冲动型购物'
}, {
type: 'radio',
key: 'shopping',
value: 3,
text: '保守型购物'
}],
// 着装习惯
dressHabits: [{
... ... @@ -97,49 +95,43 @@ const configData = {
index: 'dress-1',
value: 1,
text: '正装'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-2',
value: 2,
text: '商务'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-3',
value: 3,
text: '街头流行'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-4',
value: 4,
text: '运动休闲'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-5',
value: 5,
text: '文艺气质'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-6',
value: 6,
text: '甜美可爱'
},
{
type: 'checkbox',
key: 'dress',
index: 'dress-7',
value: 7,
text: '另类'
}],
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-2',
value: 2,
text: '商务'
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-3',
value: 3,
text: '街头流行'
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-4',
value: 4,
text: '运动休闲'
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-5',
value: 5,
text: '文艺气质'
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-6',
value: 6,
text: '甜美可爱'
}, {
type: 'checkbox',
key: 'dress',
index: 'dress-7',
value: 7,
text: '另类'
}],
headDefaultImgIcon: '//img11.static.yhbimg.com/yhb-img01/' +
'2016/07/05/13/017ec560b82c132ab2fdb22f7cf6f42b83.png?imageView/2/w/100/h/100'
};
... ...
... ... @@ -54,69 +54,3 @@
<a href="javascript:void(0)" class="yohobindbtn" id="bindfirststep">下一步</a>
</div>
</div>
<!--<div id="bindconfirm" style="display:none">
<div class="mask">
<div class="bindconfrimwrapper">
<div class="topwrapper">
<img src="" alt="" class="userphoto" id="userphoto1">
<span class="username">
用户名: <i id="username1"></span>
</div>
<h2 class="usertaginfo">
手机号
<span id="registphonetwo"></span>
已经被以上账户注册,请确认是否归您本人所有
</h2>
<h1 class="usertagremind">您可以使用该手机号码直接登录或更换一个新的手机号码绑定该账号</h1>
<a href="javascript:;" class="yohobindbtn otherphone" id="yohobindbtn">绑定其他手机号</a>
<a href="" class="logindirectly" id="logindirectly">使用手机号直接登录</a>
</div>
</div>
</div>
<div class="backdrop" style="display:none"></div>
</div>-->
<!--<div id="alreayregist" style="display:none">
<div class="mask">
<div class="bindconfrimwrapper">
<div class="topwrapper">
<img src="" alt="" class="userphoto" id="userphoto">
<span class="username">
用户名: <i id="username"></i>
</span>
</div>
<h2 class="usertaginfo">
手机号
<span id="registphone"></span>
已经被以上账户注册,请确认是否归您本人所有
</h2>
<h1 class="usertagremind">您可以绑定该手机号码或更换一个新的手机号码绑定该账号,也可以使用该手机号码直接登录</h1>
<form id="gobindform" action="/passport/autouserinfo/bindMobile" method="post">
<div class="gobindwrapper">
<div class="validaterow">
<div class="content">
<input type="text" class="validatacode" placeholder="验证码" maxlength="4" id="validatenum"/>
</div>
<div class="validatewrapper">
<a href="javascript:void(0)" class="yohobindbtn" id="sendmessage">免费获取短信验证码</a>
</div>
<div class="hide" id="nopermissionmessage">
<span class="second">60</span>
秒后可重新操作
</div>
</div>
<input type="hidden" name="area" value="" id="inarea"/>
<input type="hidden" name="mobile" value="" id="inmobile"/>
<input type="hidden" name="openId" value="{{openId}}"/>
<input type="hidden" name="sourceType" value="{{sourceType}}"/>
<a href="javascript:;" class="yohobindbtn myphone" id="gotobindphone">是的我绑定该手机号</a>
</div>
<div class="gobindbottomwrapper">
<a href="javascript:;" class="logindirectly" id="yohobindbtn2">绑定其他手机号</a>
<a href="javascript:;" class="logindirectly" id="logindirectly2">使用手机号直接登录</a>
</div>
</form>
</div>
</div>
<div class="backdrop" style="display:none"></div>
</div>-->
... ...