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

我的钱包

... ... @@ -4,9 +4,7 @@
<bookmark url="file://$PROJECT_DIR$/application/home/view/member/my_information.html" line="118" mnemonic="4" />
</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" />
</list>
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<option name="SHOW_DIALOG" value="false" />
... ... @@ -63,8 +61,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="536">
<caret line="84" column="15" lean-forward="true" selection-start-line="84" selection-start-column="15" selection-end-line="84" selection-end-column="15" />
<state relative-caret-position="519">
<caret line="128" column="64" selection-start-line="128" selection-start-column="64" selection-end-line="128" selection-end-column="64" />
</state>
</provider>
</entry>
... ... @@ -401,14 +399,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="20677000" />
</task>
<task id="LOCAL-00280" summary="我的钱包">
<created>1573194538931</created>
<option name="number" value="00280" />
<option name="presentableId" value="LOCAL-00280" />
<option name="project" value="LOCAL" />
<updated>1573194538931</updated>
<workItem from="1573174620844" duration="20926000" />
</task>
<task id="LOCAL-00281" summary="我的钱包">
<created>1573194569056</created>
... ... @@ -746,11 +737,18 @@
<option name="project" value="LOCAL" />
<updated>1573202388080</updated>
</task>
<option name="localTasksCounter" value="329" />
<task id="LOCAL-00329" summary="我的钱包">
<created>1573202570457</created>
<option name="number" value="00329" />
<option name="presentableId" value="LOCAL-00329" />
<option name="project" value="LOCAL" />
<updated>1573202570457</updated>
</task>
<option name="localTasksCounter" value="330" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="361769000" />
<option name="totallyTimeSpent" value="362018000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1169,8 +1167,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="536">
<caret line="84" column="15" lean-forward="true" selection-start-line="84" selection-start-column="15" selection-end-line="84" selection-end-column="15" />
<state relative-caret-position="519">
<caret line="128" column="64" selection-start-line="128" selection-start-column="64" selection-end-line="128" selection-end-column="64" />
</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,60],100)
$image->water($avatar_url,[298,20],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[213,600],100)
->save($savePath."poster_$user[id].png");
... ...