From 55e2f66234a86abcc655b9e98d091996e786623e Mon Sep 17 00:00:00 2001
From: wanghongjun <1445693971@qq,com>
Date: Mon, 13 Nov 2023 17:01:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=81=E4=B8=9A=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E6=96=B0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
addons/weliam_smartcity/api/Store.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/addons/weliam_smartcity/api/Store.php b/addons/weliam_smartcity/api/Store.php
index 0d22078..d51e0ef 100644
--- a/addons/weliam_smartcity/api/Store.php
+++ b/addons/weliam_smartcity/api/Store.php
@@ -304,6 +304,9 @@ class StoreModuleUniapp extends Uniapp
'recruit_long_img_src'=> $recruit_long_img_src,// 企业长图
'recruit_long_img' => $recruit_long_img
];
+ $MerchantDataEnt = MerchantDataEnt::getStoreEntData($id);
+ $data['store']['business'] = $MerchantDataEnt['business'] ? htmlspecialchars_decode($MerchantDataEnt['business']) : '';
+ $data['store']['advantage'] = $MerchantDataEnt['advantage'] ? htmlspecialchars_decode($MerchantDataEnt['advantage']) : '';
$data['reject'] = $user['reject'] ?: '';# 驳回原因
if(!empty($store['deliverytype'])){
$data['store']['deliverytype'] = unserialize($store['deliverytype']);
@@ -646,7 +649,7 @@ class StoreModuleUniapp extends Uniapp
$storethumb = explode(',' , $storethumb);
foreach ($storethumb as $key => $th) {
$th = tomedia($th);
- $data['introduction'] .= '
';
+ //$data['introduction'] .= '
';
}
}
if (!empty($data['introduction'])) {