增加动态测试价格标签

master
Jimmy Liow 2 years ago
parent dee88907e8
commit 99bfe0f593

@ -1325,7 +1325,7 @@ class Information extends CI_Controller
public function test_price() public function test_price()
{ {
$price_rule = '<div style="color: red;">#ah-mtc-3,st,2#</div>'; $price_rule = $this->input->get('price_rule'); //'<div style="color: red;">#ah-mtc-3,st,2#</div>';
$price_item_array = $this->price_pregmatch($price_rule); $price_item_array = $this->price_pregmatch($price_rule);
var_dump($price_item_array); var_dump($price_item_array);
$price_tag_list = $this->parse_price_tag($price_rule); $price_tag_list = $this->parse_price_tag($price_rule);

Loading…
Cancel
Save