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

我的钱包

... ... @@ -63,8 +63,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="612">
<caret line="88" column="29" selection-start-line="88" selection-start-column="29" selection-end-line="88" selection-end-column="29" />
<state relative-caret-position="468">
<caret line="88" column="32" selection-start-line="88" selection-start-column="32" selection-end-line="88" selection-end-column="32" />
</state>
</provider>
</entry>
... ... @@ -430,28 +430,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="26628000" />
</task>
<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>
<workItem from="1573174620844" duration="26925000" />
</task>
<task id="LOCAL-00303" summary="我的钱包">
<created>1573199234278</created>
... ... @@ -775,11 +754,32 @@
<option name="project" value="LOCAL" />
<updated>1573208426669</updated>
</task>
<option name="localTasksCounter" value="349" />
<task id="LOCAL-00349" summary="我的钱包">
<created>1573208515651</created>
<option name="number" value="00349" />
<option name="presentableId" value="LOCAL-00349" />
<option name="project" value="LOCAL" />
<updated>1573208515651</updated>
</task>
<task id="LOCAL-00350" summary="我的钱包">
<created>1573208572014</created>
<option name="number" value="00350" />
<option name="presentableId" value="LOCAL-00350" />
<option name="project" value="LOCAL" />
<updated>1573208572014</updated>
</task>
<task id="LOCAL-00351" summary="我的钱包">
<created>1573208665464</created>
<option name="number" value="00351" />
<option name="presentableId" value="LOCAL-00351" />
<option name="project" value="LOCAL" />
<updated>1573208665464</updated>
</task>
<option name="localTasksCounter" value="352" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="367720000" />
<option name="totallyTimeSpent" value="368017000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1197,8 +1197,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="612">
<caret line="88" column="29" selection-start-line="88" selection-start-column="29" selection-end-line="88" selection-end-column="29" />
<state relative-caret-position="468">
<caret line="88" column="32" selection-start-line="88" selection-start-column="32" selection-end-line="88" selection-end-column="32" />
</state>
</provider>
</entry>
... ...
... ... @@ -86,7 +86,7 @@ class Share extends WechatBase
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[450,40],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[330,980],100)
->water($url,[310,960],100)
->save($savePath."poster_$user[id].png");
return "./uploads/poster$type/poster_$user[id].png";
}
... ...