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

我的钱包

... ... @@ -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="485">
<caret line="152" column="90" selection-start-line="152" selection-start-column="90" selection-end-line="152" selection-end-column="90" />
<state relative-caret-position="672">
<caret line="86" column="42" selection-start-line="86" selection-start-column="42" selection-end-line="86" selection-end-column="42" />
</state>
</provider>
</entry>
... ... @@ -402,35 +402,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="17667000" />
</task>
<task id="LOCAL-00251" summary="音频">
<created>1573126922344</created>
<option name="number" value="00251" />
<option name="presentableId" value="LOCAL-00251" />
<option name="project" value="LOCAL" />
<updated>1573126922344</updated>
</task>
<task id="LOCAL-00252" summary="音频">
<created>1573176352017</created>
<option name="number" value="00252" />
<option name="presentableId" value="LOCAL-00252" />
<option name="project" value="LOCAL" />
<updated>1573176352019</updated>
</task>
<task id="LOCAL-00253" summary="我的钱包">
<created>1573176628344</created>
<option name="number" value="00253" />
<option name="presentableId" value="LOCAL-00253" />
<option name="project" value="LOCAL" />
<updated>1573176628344</updated>
</task>
<task id="LOCAL-00254" summary="我的钱包">
<created>1573177285869</created>
<option name="number" value="00254" />
<option name="presentableId" value="LOCAL-00254" />
<option name="project" value="LOCAL" />
<updated>1573177285869</updated>
<workItem from="1573174620844" duration="18142000" />
</task>
<task id="LOCAL-00255" summary="我的钱包">
<created>1573177764618</created>
... ... @@ -747,11 +719,39 @@
<option name="project" value="LOCAL" />
<updated>1573198850323</updated>
</task>
<option name="localTasksCounter" value="300" />
<task id="LOCAL-00300" summary="我的钱包">
<created>1573198916533</created>
<option name="number" value="00300" />
<option name="presentableId" value="LOCAL-00300" />
<option name="project" value="LOCAL" />
<updated>1573198916533</updated>
</task>
<task id="LOCAL-00301" summary="我的钱包">
<created>1573198980525</created>
<option name="number" value="00301" />
<option name="presentableId" value="LOCAL-00301" />
<option name="project" value="LOCAL" />
<updated>1573198980525</updated>
</task>
<task id="LOCAL-00302" summary="我的钱包">
<created>1573199197369</created>
<option name="number" value="00302" />
<option name="presentableId" value="LOCAL-00302" />
<option name="project" value="LOCAL" />
<updated>1573199197369</updated>
</task>
<task id="LOCAL-00303" summary="我的钱包">
<created>1573199234278</created>
<option name="number" value="00303" />
<option name="presentableId" value="LOCAL-00303" />
<option name="project" value="LOCAL" />
<updated>1573199234278</updated>
</task>
<option name="localTasksCounter" value="304" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="358759000" />
<option name="totallyTimeSpent" value="359234000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1140,13 +1140,6 @@
<entry file="file://$PROJECT_DIR$/public/white.png">
<provider selected="true" editor-type-id="images" />
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/collect/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="11">
<caret line="23" column="64" selection-start-line="23" selection-start-column="64" selection-end-line="23" selection-end-column="64" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/share/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-51">
... ... @@ -1168,10 +1161,17 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/collect/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="11">
<caret line="23" column="64" selection-start-line="23" selection-start-column="64" selection-end-line="23" selection-end-column="64" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="485">
<caret line="152" column="90" selection-start-line="152" selection-start-column="90" selection-end-line="152" selection-end-column="90" />
<state relative-caret-position="672">
<caret line="86" column="42" selection-start-line="86" selection-start-column="42" selection-end-line="86" selection-end-column="42" />
</state>
</provider>
</entry>
... ...
... ... @@ -84,7 +84,7 @@ class Share extends WechatBase
}
//圆形的头像
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[215,302],100)
$image->water($avatar_url,[300,100],100)
// ->water(ROOT_PATH."public/bg$type.png")
// ->water($url,[100,100],100)
->save($savePath."poster_$user[id].png");
... ...