作者 王晓刚
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="519">
<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="485">
<caret line="86" column="38" selection-start-line="86" selection-start-column="38" selection-end-line="86" selection-end-column="38" />
</state>
</provider>
</entry>
... ... @@ -430,21 +430,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="27417000" />
</task>
<task id="LOCAL-00312" summary="我的钱包">
<created>1573199768924</created>
<option name="number" value="00312" />
<option name="presentableId" value="LOCAL-00312" />
<option name="project" value="LOCAL" />
<updated>1573199768924</updated>
</task>
<task id="LOCAL-00313" summary="我的钱包">
<created>1573200152620</created>
<option name="number" value="00313" />
<option name="presentableId" value="LOCAL-00313" />
<option name="project" value="LOCAL" />
<updated>1573200152620</updated>
<workItem from="1573174620844" duration="27542000" />
</task>
<task id="LOCAL-00314" summary="我的钱包">
<created>1573201422968</created>
... ... @@ -775,11 +761,25 @@
<option name="project" value="LOCAL" />
<updated>1573209274264</updated>
</task>
<option name="localTasksCounter" value="361" />
<task id="LOCAL-00361" summary="我的钱包">
<created>1573209301006</created>
<option name="number" value="00361" />
<option name="presentableId" value="LOCAL-00361" />
<option name="project" value="LOCAL" />
<updated>1573209301006</updated>
</task>
<task id="LOCAL-00362" summary="我的钱包">
<created>1573209337918</created>
<option name="number" value="00362" />
<option name="presentableId" value="LOCAL-00362" />
<option name="project" value="LOCAL" />
<updated>1573209337918</updated>
</task>
<option name="localTasksCounter" value="363" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="368509000" />
<option name="totallyTimeSpent" value="368634000" />
</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="519">
<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="485">
<caret line="86" column="38" selection-start-line="86" selection-start-column="38" selection-end-line="86" selection-end-column="38" />
</state>
</provider>
</entry>
... ...
... ... @@ -84,7 +84,7 @@ class Share extends WechatBase
}
//圆形的头像
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[500,40],100)
$image->water($avatar_url,[600,40],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[344,980],100)
->save($savePath."poster_$user[id].png");
... ...