小程序详情适配

feat/task1-c-wallet
devil_gong 2019-08-07 10:35:58 +08:00
parent da5c195f3d
commit a770c3beed
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ class Goods extends Common
'/div>',
'<p style="margin:0;">',
'<div style="margin:0;">',
'<table style="width:100%;margin:0;border:1px solid #ddd;" ',
'<td style="border:1px solid #ddd;" ',
'<table style="width:100%;margin:0;border-color:#ddd;border-style:solid;border-width:0 1px 1px 0;" ',
'<td style="margin:0;padding:5px;border-color:#ddd;border-style:solid;border-width:1px 0 0 1px;" ',
];
$ret['data'][0]['content_web'] = str_replace($search, $replace, $ret['data'][0]['content_web']);
}