main #21
@ -1281,7 +1281,7 @@ detailDataLJS = {
|
|||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "系统盘",
|
"name": "系统盘",
|
||||||
"content": " 2.5"960G SATA SSD *2",
|
"content": "960G SATA SSD *2",
|
||||||
"icon": "https://www.kaiyuancloud.cn/idfile?path=firstpagehot/servermini2x.png"
|
"icon": "https://www.kaiyuancloud.cn/idfile?path=firstpagehot/servermini2x.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -111,7 +111,7 @@ async def publish_product_search_detail(ns={}):
|
|||||||
if product.get('email'):
|
if product.get('email'):
|
||||||
product['email'] = product['email'][:2] + '****' + product['email'][6:]
|
product['email'] = product['email'][:2] + '****' + product['email'][6:]
|
||||||
else:
|
else:
|
||||||
product['email'] = 'kawa@****.com'
|
product['email'] = None
|
||||||
|
|
||||||
# 保存浏览记录
|
# 保存浏览记录
|
||||||
if userid:
|
if userid:
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
<!-- 需求描述区域 -->
|
<!-- 需求描述区域 -->
|
||||||
<div class="demand-section">
|
<div class="demand-section">
|
||||||
<div class="demand-content">
|
<div class="demand-content">
|
||||||
<div class="section-title">需求描述</div>
|
<div class="section-title"> {{ productDetailInfo.publish_type == '1' ? '商品描述' : '需求概述' }}</div>
|
||||||
{{ productDetailInfo.requirement_summary ? productDetailInfo.requirement_summary : '--' }}
|
{{ productDetailInfo.requirement_summary ? productDetailInfo.requirement_summary : '--' }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user