Your Name 3 年之前
父節點
當前提交
227c18cd92
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hhh/tests/phantomtest.py

+ 6 - 0
hhh/tests/phantomtest.py

@@ -171,6 +171,12 @@ result.append({'company':'富億設計','designers':['陳錦樹'],'fullname':'
 qlist=[]
 qlist=[]
 for r in result:
 for r in result:
     ds=r['designers']
     ds=r['designers']
+    fullname=r['fullname']
+    abvname=r['company']
+    qlist.append(fullname)
+    qlist.append(fullname+"設計師")
+    qlist.append(abvname+"設計師")
+    qlist.append("幸福空間"+abvname)
     for d in ds:
     for d in ds:
 #        qlist.append(d+"設計師")
 #        qlist.append(d+"設計師")
         qlist.append(d+"設計師設計費")
         qlist.append(d+"設計師設計費")