作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

我的钱包

@@ -64,8 +64,8 @@ @@ -64,8 +64,8 @@
64 <file leaf-file-name="Share.php" pinned="false" current-in-tab="true"> 64 <file leaf-file-name="Share.php" pinned="false" current-in-tab="true">
65 <entry file="file://$PROJECT_DIR$/application/home/controller/Share.php"> 65 <entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
66 <provider selected="true" editor-type-id="text-editor"> 66 <provider selected="true" editor-type-id="text-editor">
67 - <state relative-caret-position="527">  
68 - <caret line="86" column="40" selection-start-line="86" selection-start-column="40" selection-end-line="86" selection-end-column="40" /> 67 + <state relative-caret-position="606">
  68 + <caret line="86" column="41" selection-start-line="86" selection-start-column="41" selection-end-line="86" selection-end-column="41" />
69 </state> 69 </state>
70 </provider> 70 </provider>
71 </entry> 71 </entry>
@@ -402,21 +402,7 @@ @@ -402,21 +402,7 @@
402 <workItem from="1572914713443" duration="29898000" /> 402 <workItem from="1572914713443" duration="29898000" />
403 <workItem from="1573000530976" duration="6061000" /> 403 <workItem from="1573000530976" duration="6061000" />
404 <workItem from="1573087576825" duration="5555000" /> 404 <workItem from="1573087576825" duration="5555000" />
405 - <workItem from="1573174620844" duration="21169000" />  
406 - </task>  
407 - <task id="LOCAL-00283" summary="我的钱包">  
408 - <created>1573194630328</created>  
409 - <option name="number" value="00283" />  
410 - <option name="presentableId" value="LOCAL-00283" />  
411 - <option name="project" value="LOCAL" />  
412 - <updated>1573194630328</updated>  
413 - </task>  
414 - <task id="LOCAL-00284" summary="我的钱包">  
415 - <created>1573195739673</created>  
416 - <option name="number" value="00284" />  
417 - <option name="presentableId" value="LOCAL-00284" />  
418 - <option name="project" value="LOCAL" />  
419 - <updated>1573195739673</updated> 405 + <workItem from="1573174620844" duration="21855000" />
420 </task> 406 </task>
421 <task id="LOCAL-00285" summary="我的钱包"> 407 <task id="LOCAL-00285" summary="我的钱包">
422 <created>1573195809265</created> 408 <created>1573195809265</created>
@@ -747,11 +733,25 @@ @@ -747,11 +733,25 @@
747 <option name="project" value="LOCAL" /> 733 <option name="project" value="LOCAL" />
748 <updated>1573202984703</updated> 734 <updated>1573202984703</updated>
749 </task> 735 </task>
750 - <option name="localTasksCounter" value="332" /> 736 + <task id="LOCAL-00332" summary="我的钱包">
  737 + <created>1573203011455</created>
  738 + <option name="number" value="00332" />
  739 + <option name="presentableId" value="LOCAL-00332" />
  740 + <option name="project" value="LOCAL" />
  741 + <updated>1573203011455</updated>
  742 + </task>
  743 + <task id="LOCAL-00333" summary="我的钱包">
  744 + <created>1573203339437</created>
  745 + <option name="number" value="00333" />
  746 + <option name="presentableId" value="LOCAL-00333" />
  747 + <option name="project" value="LOCAL" />
  748 + <updated>1573203339437</updated>
  749 + </task>
  750 + <option name="localTasksCounter" value="334" />
751 <servers /> 751 <servers />
752 </component> 752 </component>
753 <component name="TimeTrackingManager"> 753 <component name="TimeTrackingManager">
754 - <option name="totallyTimeSpent" value="362261000" /> 754 + <option name="totallyTimeSpent" value="362947000" />
755 </component> 755 </component>
756 <component name="ToolWindowManager"> 756 <component name="ToolWindowManager">
757 <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" /> 757 <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
@@ -1170,8 +1170,8 @@ @@ -1170,8 +1170,8 @@
1170 </entry> 1170 </entry>
1171 <entry file="file://$PROJECT_DIR$/application/home/controller/Share.php"> 1171 <entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
1172 <provider selected="true" editor-type-id="text-editor"> 1172 <provider selected="true" editor-type-id="text-editor">
1173 - <state relative-caret-position="527">  
1174 - <caret line="86" column="40" selection-start-line="86" selection-start-column="40" selection-end-line="86" selection-end-column="40" /> 1173 + <state relative-caret-position="606">
  1174 + <caret line="86" column="41" selection-start-line="86" selection-start-column="41" selection-end-line="86" selection-end-column="41" />
1175 </state> 1175 </state>
1176 </provider> 1176 </provider>
1177 </entry> 1177 </entry>
@@ -84,7 +84,7 @@ class Share extends WechatBase @@ -84,7 +84,7 @@ class Share extends WechatBase
84 } 84 }
85 //圆形的头像 85 //圆形的头像
86 $image = \think\Image::open(ROOT_PATH."public/white.png"); 86 $image = \think\Image::open(ROOT_PATH."public/white.png");
87 - $image->water($avatar_url,[298,80],100) 87 + $image->water($avatar_url,[298,30],100)
88 ->water(ROOT_PATH."public/bg$type.png") 88 ->water(ROOT_PATH."public/bg$type.png")
89 ->water($url,[213,600],100) 89 ->water($url,[213,600],100)
90 ->save($savePath."poster_$user[id].png"); 90 ->save($savePath."poster_$user[id].png");