正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
@@ -351,7 +351,7 @@ class Registers extends Backend | @@ -351,7 +351,7 @@ class Registers extends Backend | ||
351 | if (!preg_match($search,$mobile)) { | 351 | if (!preg_match($search,$mobile)) { |
352 | $this->error('手机号格式有误'); | 352 | $this->error('手机号格式有误'); |
353 | } | 353 | } |
354 | - $content = "【润保家】$params[content]"; | 354 | + $content = "【润保家】尊敬的VIP客户,距离您上次除螨服务已经有一段时间了。为您和家人的健康,润保家提醒您预约除螨服务!祝您生活愉快!(服务热线400-855-1715)";//"【润保家】$params[content]"; |
355 | //发送验证码 | 355 | //发送验证码 |
356 | substr(Common::sendCode($mobile, $content),0,1); | 356 | substr(Common::sendCode($mobile, $content),0,1); |
357 | } | 357 | } |
@@ -141,8 +141,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -141,8 +141,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
141 | text: '发送短信', | 141 | text: '发送短信', |
142 | title: '发送短信', | 142 | title: '发送短信', |
143 | icon: 'fa fa-send', | 143 | icon: 'fa fa-send', |
144 | - classname: 'btn btn-xs btn-success btn-dialog', | 144 | + classname: 'btn btn-xs btn-success btn-ajax', |
145 | url: "registers/send", | 145 | url: "registers/send", |
146 | + confirm: '确认发送?', | ||
146 | visible: function (row) { | 147 | visible: function (row) { |
147 | if(row.status == 1){ | 148 | if(row.status == 1){ |
148 | return true; | 149 | return true; |
-
请 注册 或 登录 后发表评论