```
<a href="javascript:submit();" id='btnSubmit' class='btn btn-success block'>立即取水</a>
<div onclick="ljsubmit()"><a class='btn btn-success block'>立即取水</a></div>
<script>
function submit() {
var userword = $('#userword').val();
$.ajax({
url:"{php echo mobileUrl('commission/userserch')}",// 跳转到 action
data:{
userword : userword
},
type:'post',
cache:false,
dataType:'json',
success:function(data) {
if(data.status == 0){
alert(data.result.message);
}
var url = "{php echo mobileUrl('commission')}&userword="+userword;
window.location.href=url;
},
error : function() {
alert('异常!');
}
});
}
</script>
```
php
```
public function userserch()
{
global $_W;
global $_GPC;
$userword = intval($_GPC['userword']);
$member = pdo_fetch('select * from ' . tablename('ewei_shop_member') . ' where (id=:id or mobile=:mobile) and uniacid=:uniacid limit 1', array(':uniacid' => $_W['uniacid'], ':id' => $userword, ':mobile' => $userword));
if (empty($member)) {
show_json(0,'用户不存在');
}
show_json(1);
}
```
- php调试
- php记录
- 常用循环
- 日期时间转换
- 时间格式
- mktime获取今日昨日本月时间戳
- http_build_query生成请求字符串
- PHP取整的几种方法
- 微擎记录
- W全局变量
- Http请求
- 人人商城二开记录
- 数据处理
- 常用查询
- 会员信息
- 确认收货处理
- 维权处理
- 设置读取和配置
- 报单商品类型属性
- 团队佣金
- 自动升级
- 业绩分红
- 前端html和js
- html按钮提交处理
- 引用js传参
- 表单
- 表单判断
- 任务执行
- 提示跳转页
- 全局变量
- 订单交易
- DIY设置
- 系统菜单
- mysql记录
- 创建表-14
- html和js
- 模板中使用js变量传参
- js表单处理
- 表单判断
- js页面跳转刷新
- thinkphp帮助
- 导入导出excel