wap.soutiniao.com Open in urlscan Pro
154.86.190.91  Public Scan

URL: https://wap.soutiniao.com/
Submission: On January 14 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

GET /index.php?m=home&c=Search&a=lists

<form method="get" action="/index.php?m=home&amp;c=Search&amp;a=lists" id="form">
  <input type="hidden" name="m" value="home"><input type="hidden" name="c" value="Search"><input type="hidden" name="a" value="lists"><input type="hidden" name="lang" value="cn"> <input class="input-text-w input-search-w" type="text" name="keywords"
    placeholder="搜索内容">
  <div class="btn-default-w search-btn-w" onclick="$('#form').submit();"> <span class="btn-inner">搜索</span> </div>
</form>

POST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn

<form method="POST" class="guest-form" enctype="multipart/form-data" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" id="myform">
  <div class="li-div col-li-div" data-id="1027999" data-type="1">
    <div class="col-table">
      <table class="div-table" width="100%" cellspacing="0" cellpadding="0" border="0">
        <tbody>
          <tr>
            <td class="td-w" width="50%">
              <div class="div-padding">
                <div class="li-div">
                  <div class="w-form-section  w-form-UL clearfix" style="">
                    <div class="w-form-shartText">
                      <label class="w-label-form"> <span>姓名</span> </label>
                      <div class="w-form-fr" style="">
                        <input class="w-text-form" style="width:100%" type="text" name="attr_9" id="attr_9">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </td>
            <td class="td-w" width="50%">
              <div class="div-padding">
                <div class="li-div">
                  <div class="w-form-section  w-form-UL clearfix" style="">
                    <div class="w-form-tel">
                      <label class="w-label-form"> <span>手机</span> </label>
                      <div class="w-form-fr" style="">
                        <input class="w-text-form" style="width:100%" type="tel" name="attr_10" id="attr_10">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="li-div">
    <div class="w-form-section w-form-UL clearfix" style="">
      <div class="w-form-largeText">
        <label class="w-label-form"> 内容 </label>
        <div class="w-form-fr" style="">
          <textarea class="w-textarea-form" style="width:100%;" name="attr_13" id="attr_13"></textarea>
          <input class="w-text-form" type="hidden">
        </div>
      </div>
    </div>
  </div>
  <div class="w-form-submit">
    <div class="w-buttom" style="">
      <div class="btn-default-w g-form-components" onclick="checkForm();"> <span class="btn-inner">提交</span> </div>
    </div>
  </div>
  <input type="hidden" name="gourl" id="gourl_d1cf6bd1eeeb239e19a590731c251da8" value="https://www.soutiniao.com"><input type="hidden" name="typeid" value="36"><input type="hidden" name="__token__d1cf6bd1eeeb239e19a590731c251da8"
    id="d1cf6bd1eeeb239e19a590731c251da8" value="">
  <script type="text/javascript">
    function submitd1cf6bd1eeeb239e19a590731c251da8(elements) {
      if (document.getElementById('gourl_d1cf6bd1eeeb239e19a590731c251da8')) {
        document.getElementById('gourl_d1cf6bd1eeeb239e19a590731c251da8').value = window.location.href;
      }
      elements.submit();
    }

    function ey_fleshVerify_1705167193(id) {
      var token = id.replace(/verify_/g, '__token__');
      var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn&token=" + token;
      src += "&r=" + Math.floor(Math.random() * 100);
      document.getElementById(id).src = src;
    }

    function f2c451ac9877d1ffc6f511d980e753689() {
      var ajax = new XMLHttpRequest();
      ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token&name=__token__d1cf6bd1eeeb239e19a590731c251da8", true);
      ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
      ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      ajax.send('_ajax=1');
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("d1cf6bd1eeeb239e19a590731c251da8").value = ajax.responseText;
          document.getElementById("gourl_d1cf6bd1eeeb239e19a590731c251da8").value = window.location.href;
        }
      }
    }
    f2c451ac9877d1ffc6f511d980e753689();

    function getNext1598839807(id, name, level) {
      var input = document.getElementById('attr_' + name);
      var first = document.getElementById('first_id_' + name);
      var second = document.getElementById('second_id_' + name);
      var third = document.getElementById('third_id_' + name);
      var findex = '',
        fvalue = '',
        sindex = '',
        svalue = '',
        tindex = '',
        tvalue = '',
        value = '';
      if (level == 1) {
        if (second) {
          second.style.display = 'none';
          second.innerHTML = '';
        }
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        input.value = fvalue;
        value = fvalue;
      } else if (level == 2) {
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        if (svalue) {
          input.value = fvalue + ',' + svalue;
          value = svalue;
        } else {
          input.value = fvalue;
        }
      } else if (level == 3) {
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        tindex = third.selectedIndex;
        tvalue = third.options[tindex].value;
        if (tvalue) {
          input.value = fvalue + ',' + svalue + ',' + tvalue;
          value = tvalue;
        } else {
          input.value = fvalue + ',' + svalue;
        }
      }
      if (value) {
        if (document.getElementById(id)) {
          document.getElementById(id).options.add(new Option('请选择', ''));
          var ajax = new XMLHttpRequest();
          //步骤二:设置请求的url参数,参数一是请求的类型,参数二是请求的url,可以带参数,动态的传递参数starName到服务端
          ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region&pid=" + value, true);
          // 给头部添加ajax信息
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          // 如果需要像 HTML 表单那样 POST 数据,请使用 setRequestHeader() 来添加 HTTP 头。然后在 send() 方法中规定您希望发送的数据:
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          //步骤三:发送请求+数据
          ajax.send('_ajax=1');
          //步骤四:注册事件 onreadystatechange 状态改变就会调用
          ajax.onreadystatechange = function() {
            //步骤五 如果能够进到这个判断 说明 数据 完美的回来了,并且请求的页面是存在的
            if (ajax.readyState == 4 && ajax.status == 200) {
              var data = JSON.parse(ajax.responseText).data;
              if (data) {
                data.forEach(function(item) {
                  document.getElementById(id).options.add(new Option(item.name, item.id));
                  document.getElementById(id).style.display = "block";
                });
              }
            }
          }
        }
      }
    }
  </script>
</form>

Text Content

BB.贝博(BALLBET)体育艾弗森下载 - APPLE APP STORE

 * 首页
 * 关于贝博BB体育
   返回
    * 公司简介
    * 企业文化
    * 荣誉资质

 * 产品展示
   返回
    * 罐头系列
    * 果浆系列
    * 果丁系列
    * 龙珠系列

 * 新闻中心
   返回
 * 在线订单
   返回
 * 人才招聘
   返回
 * 联系贝博BB体育
   返回
   

admin@soutiniao.com
0898-08980898

 * 首页
 * 关于贝博BB体育
   返回
    * 公司简介
    * 企业文化
    * 荣誉资质

 * 产品展示
   返回
    * 罐头系列
    * 果浆系列
    * 果丁系列
    * 龙珠系列

 * 新闻中心
   返回
 * 在线订单
   返回
 * 人才招聘
   返回
 * 联系贝博BB体育
   返回
   


 * 
 * 

1
2
PrevNext


产品展示

产品搜索|
搜索

罐头系列     果浆系列     果丁系列     龙珠系列    




火龙果丁

果粒果丁系列


紫薯龙珠

龙珠系列


芒果丁

果粒果丁系列




芒果浆

果浆系列


热带杂果

罐头系列


BB.贝博(ballbet)体育艾弗森下载 - Apple App store

贝博ballbet体育是专注于游戏开发,为用户带来前所未有的顶级私密游戏体验,为您提供:手机APP下载,最新版,客户端,登录入口,成为用户心目中绝无仅有,最稳定、最安全、口碑最佳的平台!贝博ballbet体育成立于2011年,总部位于中国广州市。公司的宗旨是为玩家提供高品质、有趣...


查看详细

公司简介
企业文化
荣誉资质






在线订单


姓名

手机


内容

提交



Copyright © 2012-2018 BB.贝博(ballbet)体育艾弗森下载 - Apple App store 版权所有    
地址:广东省清远市  联系电话:0898-08980898
   友情链接 :
 * BB.贝博(ballbet)体育艾弗森下载 - Apple App store




51La