Authored by whb

在线登记

... ... @@ -48,7 +48,7 @@ define('admin/onlinereg', function(require, exports){
var val = '';
var keys = ['name','product_type','profession','sex','company','contact','telphone','mobile','brand_reg_type',
'country', 'zipcode','city','introduction','email','place','website'];
var selectKeys = ['is_enter_yohobuy','is_3c','relation'];
var selectKeys = ['is_enter_yohobuy','is_3c','relation','brand_reg_type'];
var i;
params.id = sellerId;
if(type == 0)
... ...
... ... @@ -876,6 +876,7 @@ define('yohood', function(require, exports) {
is_enter_yohobuy: is_enter_yohobuy,
brand_reg_type: brand_reg_type,
profession:profession,
product_type:product_type,
company:company,
country:country,
sex:sex,
... ...
... ... @@ -34,7 +34,6 @@
<div class="form-control">
<input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/>
<label for="yoho-yes"></label>
<input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>
<label for="yoho-no"></label>
</div>
... ...