update
This commit is contained in:
parent
5a15e3e36f
commit
842f11b177
@ -1281,7 +1281,7 @@ detailDataLJS = {
|
||||
{
|
||||
"id": 4,
|
||||
"name": "系统盘",
|
||||
"content": " 2.5"960G SATA SSD *2",
|
||||
"content": "960G SATA SSD *2",
|
||||
"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'):
|
||||
product['email'] = product['email'][:2] + '****' + product['email'][6:]
|
||||
else:
|
||||
product['email'] = 'kawa@****.com'
|
||||
product['email'] = None
|
||||
|
||||
# 保存浏览记录
|
||||
if userid:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user