小程序详情适配

feat/task1-c-wallet
devil_gong 2019-08-07 10:31:53 +08:00
parent 682d771121
commit da5c195f3d
1 changed files with 1 additions and 1 deletions

View File

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