Compare commits

..

No commits in common. "178fadd4d7ef3eb76a0361396e08268aea8af032" and "1029c1e013650524f4b8093512c10cbb3dafa5ab" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1281,7 +1281,7 @@ detailDataLJS = {
{
"id": 4,
"name": "系统盘",
"content": "960G SATA SSD *2",
"content": " 2.5"960G SATA SSD *2",
"icon": "https://www.kaiyuancloud.cn/idfile?path=firstpagehot/servermini2x.png"
},
{

View File

@ -111,7 +111,7 @@ async def publish_product_search_detail(ns={}):
if product.get('email'):
product['email'] = product['email'][:2] + '****' + product['email'][6:]
else:
product['email'] = None
product['email'] = 'kawa@****.com'
# 保存浏览记录
if userid:

View File

@ -123,7 +123,7 @@
<!-- 需求描述区域 -->
<div class="demand-section">
<div class="demand-content">
<div class="section-title"> {{ productDetailInfo.publish_type == '1' ? '商品描述' : '需求概述' }}</div>
<div class="section-title">需求描述</div>
{{ productDetailInfo.requirement_summary ? productDetailInfo.requirement_summary : '--' }}
</div>
</div>