摘要:
1 $profit=Db::view('profit','settlement_time,money,balance_account,balance_account1,did,user') 2 ->view('dealer','company_name','dealer.id=profit.did') 3 ->where($d) 4 ... 阅读全文
摘要:
假如说我们提交一个操作,要告诉钉钉里的某一个人,我已经提交了,你审核一下,这个时候就要发送一条消息给他,就要用到这个操作了 直接上代码: if ($data){//判断是否提交了一个审核 $corpid="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $corpsecret="xx 阅读全文
摘要:
需要 use think\Page; 我这个是 Page是从tp3.2的移到5.0来用的,如果你的里面没有这个也可以移动过来 PHP代码: 视图显示代码: 效果图: 阅读全文
摘要:
1 2 记住账号 3 记住密码 4 </body 5 6 阅读全文
摘要:
1 // ajax操作 2 $('#btn').on('click',function(){ 3 var url = "{:url('confirm')}"; 4 var actual_money=$('.input').val() 5 var id = "{$id}"; 6 $.post( 7 ... 阅读全文
摘要:
1.顺便再记录获取数组里面的前五位数的方法和五位后获取的方法 阅读全文