Authored by 郭成尧

shop-intro-camcase

... ... @@ -281,7 +281,7 @@ const shopIntro = (req, res, next) => {
let params = {};
if (shopId) {
listModel.getShopIntro(shopId).then((result) => {
listModel.getShopIntro(shopId).then(result => {
if (appVersion) {
params = {
title: '店铺简介'
... ...
<div class="shop-introduce-page">
<a class="banner">
<img src="{{image shopLogo 640 480}}">
<img src="{{image shop_logo 640 480}}">
</a>
<div class="descripition">
{{shopIntro}}
{{shop_intro}}
</div>
<p class="sign-icon">
... ...