...
|
...
|
@@ -1159,11 +1159,11 @@ $(document).on("click", '.url_type', function () { |
|
|
$(document).on("click", '.shopSource', function () {
|
|
|
var _shopSource = $(this).val();
|
|
|
Bll.module.contentData.data.shopSource = _shopSource;
|
|
|
if(_shopSource=='1') {
|
|
|
if(_shopSource=='1' || _shopSource == '4') {
|
|
|
$(".shopIdShow").css('display', 'block');
|
|
|
$(".recommendChannelShow").css('display', 'none');
|
|
|
}else if(_shopSource=='3'){
|
|
|
$(".recommendChannelShow").css('display', 'noe');
|
|
|
$(".recommendChannelShow").css('display', 'none');
|
|
|
$(".shopIdShow").css('display', 'none');
|
|
|
}else{
|
|
|
$(".recommendChannelShow").css('display', 'block');
|
...
|
...
|
|