TG.WXCRM.V4/WEB/Views/StockPools/GetPicture.cshtml

10 lines
174 B
Plaintext

@model WX.CRM.WEB.Controllers.StockPools.ArticleModel
<html>
<body>
<div id="app">
<img src="@Model.content" style="width:100%" />
</div>
</body>
</html>