1、h5模板在: Templates\common
2、出现乱码的都在Templates\common\tags 局部视图里。
3、页面顶部有引用(skin-Common_SubmmitCartProducts.ascx):
<%@ Register TagPrefix="Hi" Namespace="Hidistro.UI.Common.Controls" Assembly="Hidistro.UI.Common.Controls" %> <%@ Import Namespace="Hidistro.Core" %>
4、去掉这段头部的代码就可以。
5、但是去掉有会在重新生成解决方案的时候报错。所以只能加上,然后等发布的时候再去掉。