|
@@ -413,12 +413,15 @@ class inputAction extends Action
|
|
$arr = m('flow')->getdataedit($flownum, $id);
|
|
$arr = m('flow')->getdataedit($flownum, $id);
|
|
$this->backmsg('', '', $arr);
|
|
$this->backmsg('', '', $arr);
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
+ * 移动端入口
|
|
|
|
+ */
|
|
public function lumAction()
|
|
public function lumAction()
|
|
{
|
|
{
|
|
$ybarr = $this->option->authercheck();
|
|
$ybarr = $this->option->authercheck();
|
|
if(is_string($ybarr))return $ybarr;
|
|
if(is_string($ybarr))return $ybarr;
|
|
|
|
+ // 标记移动端
|
|
$this->ismobile = 1;
|
|
$this->ismobile = 1;
|
|
$this->luactions();
|
|
$this->luactions();
|
|
}
|
|
}
|
|
@@ -559,6 +562,7 @@ class inputAction extends Action
|
|
$content.='<div tmp="mobilezbiao" style="width:280px;overflow:auto;"><div
|
|
$content.='<div tmp="mobilezbiao" style="width:280px;overflow:auto;"><div
|
|
style="min-width:'.$this->flow->minwidth.'px">'.$zbstr.'</div></div>';
|
|
style="min-width:'.$this->flow->minwidth.'px">'.$zbstr.'</div></div>';
|
|
}else{
|
|
}else{
|
|
|
|
+ // 移动端
|
|
$content.='<div>'.$zbstr.'</div>';
|
|
$content.='<div>'.$zbstr.'</div>';
|
|
}
|
|
}
|
|
$content.= '</td></tr>';
|
|
$content.= '</td></tr>';
|