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

我的钱包

... ... @@ -5,9 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/application/home/controller/Share.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/controller/Share.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/bg1.png" beforeDir="false" afterPath="$PROJECT_DIR$/public/bg1.png" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
... ... @@ -65,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="640">
<caret line="88" column="28" selection-start-line="88" selection-start-column="28" selection-end-line="88" selection-end-column="28" />
<state relative-caret-position="606">
<caret line="89" column="38" lean-forward="true" selection-start-line="89" selection-start-column="38" selection-end-line="89" selection-end-column="38" />
</state>
</provider>
</entry>
... ... @@ -432,21 +430,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="28147000" />
</task>
<task id="LOCAL-00320" summary="我的钱包">
<created>1573201786077</created>
<option name="number" value="00320" />
<option name="presentableId" value="LOCAL-00320" />
<option name="project" value="LOCAL" />
<updated>1573201786077</updated>
</task>
<task id="LOCAL-00321" summary="我的钱包">
<created>1573201811850</created>
<option name="number" value="00321" />
<option name="presentableId" value="LOCAL-00321" />
<option name="project" value="LOCAL" />
<updated>1573201811850</updated>
<workItem from="1573174620844" duration="28260000" />
</task>
<task id="LOCAL-00322" summary="我的钱包">
<created>1573201895555</created>
... ... @@ -777,11 +761,25 @@
<option name="project" value="LOCAL" />
<updated>1573209701097</updated>
</task>
<option name="localTasksCounter" value="369" />
<task id="LOCAL-00369" summary="我的钱包">
<created>1573210032963</created>
<option name="number" value="00369" />
<option name="presentableId" value="LOCAL-00369" />
<option name="project" value="LOCAL" />
<updated>1573210032963</updated>
</task>
<task id="LOCAL-00370" summary="我的钱包">
<created>1573210088082</created>
<option name="number" value="00370" />
<option name="presentableId" value="LOCAL-00370" />
<option name="project" value="LOCAL" />
<updated>1573210088082</updated>
</task>
<option name="localTasksCounter" value="371" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="369239000" />
<option name="totallyTimeSpent" value="369352000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1195,8 +1193,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="640">
<caret line="88" column="28" selection-start-line="88" selection-start-column="28" selection-end-line="88" selection-end-column="28" />
<state relative-caret-position="606">
<caret line="89" column="38" lean-forward="true" selection-start-line="89" selection-start-column="38" selection-end-line="89" 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,[150,40],100)
$image->water($avatar_url,[450,40],100)
// ->water(ROOT_PATH."public/bg$type.png")
// ->water($url,[300,500],100)
->save($savePath."poster_$user[id].png");
... ...