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

我的钱包

... ... @@ -4,7 +4,9 @@
<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="" />
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/application/home/controller/Share.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/controller/Share.php" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<option name="SHOW_DIALOG" value="false" />
... ... @@ -61,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="468">
<caret line="88" column="39" lean-forward="true" selection-start-line="88" selection-start-column="39" selection-end-line="88" selection-end-column="39" />
<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>
</provider>
</entry>
... ... @@ -428,28 +430,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="27187000" />
</task>
<task id="LOCAL-00309" summary="我的钱包">
<created>1573199598264</created>
<option name="number" value="00309" />
<option name="presentableId" value="LOCAL-00309" />
<option name="project" value="LOCAL" />
<updated>1573199598264</updated>
</task>
<task id="LOCAL-00310" summary="我的钱包">
<created>1573199661088</created>
<option name="number" value="00310" />
<option name="presentableId" value="LOCAL-00310" />
<option name="project" value="LOCAL" />
<updated>1573199661088</updated>
</task>
<task id="LOCAL-00311" summary="我的钱包">
<created>1573199735541</created>
<option name="number" value="00311" />
<option name="presentableId" value="LOCAL-00311" />
<option name="project" value="LOCAL" />
<updated>1573199735541</updated>
<workItem from="1573174620844" duration="27417000" />
</task>
<task id="LOCAL-00312" summary="我的钱包">
<created>1573199768924</created>
... ... @@ -773,11 +754,32 @@
<option name="project" value="LOCAL" />
<updated>1573209035406</updated>
</task>
<option name="localTasksCounter" value="358" />
<task id="LOCAL-00358" summary="我的钱包">
<created>1573209110264</created>
<option name="number" value="00358" />
<option name="presentableId" value="LOCAL-00358" />
<option name="project" value="LOCAL" />
<updated>1573209110264</updated>
</task>
<task id="LOCAL-00359" summary="我的钱包">
<created>1573209215678</created>
<option name="number" value="00359" />
<option name="presentableId" value="LOCAL-00359" />
<option name="project" value="LOCAL" />
<updated>1573209215678</updated>
</task>
<task id="LOCAL-00360" summary="我的钱包">
<created>1573209274264</created>
<option name="number" value="00360" />
<option name="presentableId" value="LOCAL-00360" />
<option name="project" value="LOCAL" />
<updated>1573209274264</updated>
</task>
<option name="localTasksCounter" value="361" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="368279000" />
<option name="totallyTimeSpent" value="368509000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1195,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="468">
<caret line="88" column="39" lean-forward="true" selection-start-line="88" selection-start-column="39" selection-end-line="88" selection-end-column="39" />
<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>
</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,[345,980],100)
->water($url,[343,980],100)
->save($savePath."poster_$user[id].png");
return "./uploads/poster$type/poster_$user[id].png";
}
... ...