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

我的钱包

... ... @@ -64,8 +64,8 @@
<file leaf-file-name="Share.php" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="527">
<caret line="86" column="40" selection-start-line="86" selection-start-column="40" selection-end-line="86" selection-end-column="40" />
<state relative-caret-position="606">
<caret line="86" column="41" selection-start-line="86" selection-start-column="41" selection-end-line="86" selection-end-column="41" />
</state>
</provider>
</entry>
... ... @@ -402,21 +402,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="21169000" />
</task>
<task id="LOCAL-00283" summary="我的钱包">
<created>1573194630328</created>
<option name="number" value="00283" />
<option name="presentableId" value="LOCAL-00283" />
<option name="project" value="LOCAL" />
<updated>1573194630328</updated>
</task>
<task id="LOCAL-00284" summary="我的钱包">
<created>1573195739673</created>
<option name="number" value="00284" />
<option name="presentableId" value="LOCAL-00284" />
<option name="project" value="LOCAL" />
<updated>1573195739673</updated>
<workItem from="1573174620844" duration="21855000" />
</task>
<task id="LOCAL-00285" summary="我的钱包">
<created>1573195809265</created>
... ... @@ -747,11 +733,25 @@
<option name="project" value="LOCAL" />
<updated>1573202984703</updated>
</task>
<option name="localTasksCounter" value="332" />
<task id="LOCAL-00332" summary="我的钱包">
<created>1573203011455</created>
<option name="number" value="00332" />
<option name="presentableId" value="LOCAL-00332" />
<option name="project" value="LOCAL" />
<updated>1573203011455</updated>
</task>
<task id="LOCAL-00333" summary="我的钱包">
<created>1573203339437</created>
<option name="number" value="00333" />
<option name="presentableId" value="LOCAL-00333" />
<option name="project" value="LOCAL" />
<updated>1573203339437</updated>
</task>
<option name="localTasksCounter" value="334" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="362261000" />
<option name="totallyTimeSpent" value="362947000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1170,8 +1170,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="527">
<caret line="86" column="40" selection-start-line="86" selection-start-column="40" selection-end-line="86" selection-end-column="40" />
<state relative-caret-position="606">
<caret line="86" column="41" selection-start-line="86" selection-start-column="41" selection-end-line="86" selection-end-column="41" />
</state>
</provider>
</entry>
... ...
... ... @@ -84,7 +84,7 @@ class Share extends WechatBase
}
//圆形的头像
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[298,80],100)
$image->water($avatar_url,[298,30],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[213,600],100)
->save($savePath."poster_$user[id].png");
... ...