|
@@ -160,7 +160,7 @@ class mshopControl extends specialControl
|
|
|
$title = $this->special_name($valid);
|
|
|
if($title != false) {
|
|
|
$success = true;
|
|
|
- $sub_title = '丽人丽妆 内买商城\n\n点击浏览';
|
|
|
+ $sub_title = "丽人丽妆 内买商城\n\n点击浏览";
|
|
|
$img_url = RESOURCE_SITE_URL . "/mobile/defimg/panda.jpeg";
|
|
|
}
|
|
|
}
|
|
@@ -182,7 +182,7 @@ class mshopControl extends specialControl
|
|
|
if(empty($title)) {
|
|
|
$sub_title = "丽人丽妆 内买商城\n\n点击浏览";
|
|
|
} else {
|
|
|
- $sub_title = $tip;
|
|
|
+ $sub_title = "{$tip}\n\n点击浏览";
|
|
|
}
|
|
|
|
|
|
$img_url = $this->img_url($goods_info['goods_image'],$goods_info['store_id']);
|