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

我的钱包

... ... @@ -5,8 +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$/application/home/view/share/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/share/index.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
... ... @@ -61,7 +60,7 @@
</provider>
</entry>
</file>
<file leaf-file-name="Share.php" pinned="false" current-in-tab="true">
<file leaf-file-name="Share.php" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="672">
... ... @@ -70,11 +69,11 @@
</provider>
</entry>
</file>
<file leaf-file-name="index.html" pinned="false" current-in-tab="false">
<file leaf-file-name="index.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/share/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-51">
<caret line="54" column="79" selection-start-line="54" selection-start-column="79" selection-end-line="54" selection-end-column="79" />
<state relative-caret-position="425">
<caret line="82" column="39" lean-forward="true" selection-start-line="82" selection-start-column="39" selection-end-line="82" selection-end-column="39" />
</state>
</provider>
</entry>
... ... @@ -189,8 +188,8 @@
<option value="$PROJECT_DIR$/application/home/controller/Member.php" />
<option value="$PROJECT_DIR$/application/home/view/collect/index.html" />
<option value="$PROJECT_DIR$/application/home/controller/Collect.php" />
<option value="$PROJECT_DIR$/application/home/view/share/index.html" />
<option value="$PROJECT_DIR$/application/home/controller/Share.php" />
<option value="$PROJECT_DIR$/application/home/view/share/index.html" />
</list>
</option>
</component>
... ... @@ -402,14 +401,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="18142000" />
</task>
<task id="LOCAL-00255" summary="我的钱包">
<created>1573177764618</created>
<option name="number" value="00255" />
<option name="presentableId" value="LOCAL-00255" />
<option name="project" value="LOCAL" />
<updated>1573177764618</updated>
<workItem from="1573174620844" duration="18169000" />
</task>
<task id="LOCAL-00256" summary="我的钱包">
<created>1573177833568</created>
... ... @@ -747,11 +739,18 @@
<option name="project" value="LOCAL" />
<updated>1573199234278</updated>
</task>
<option name="localTasksCounter" value="304" />
<task id="LOCAL-00304" summary="我的钱包">
<created>1573199387237</created>
<option name="number" value="00304" />
<option name="presentableId" value="LOCAL-00304" />
<option name="project" value="LOCAL" />
<updated>1573199387237</updated>
</task>
<option name="localTasksCounter" value="305" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="359234000" />
<option name="totallyTimeSpent" value="359261000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1140,13 +1139,6 @@
<entry file="file://$PROJECT_DIR$/public/white.png">
<provider selected="true" editor-type-id="images" />
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/share/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-51">
<caret line="54" column="79" selection-start-line="54" selection-start-column="79" selection-end-line="54" selection-end-column="79" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Member.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="340">
... ... @@ -1175,6 +1167,13 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/share/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="425">
<caret line="82" column="39" lean-forward="true" selection-start-line="82" selection-start-column="39" selection-end-line="82" selection-end-column="39" />
</state>
</provider>
</entry>
</component>
<component name="masterDetails">
<states>
... ...
... ... @@ -85,8 +85,8 @@ class Share extends WechatBase
//圆形的头像
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[300,100],100)
// ->water(ROOT_PATH."public/bg$type.png")
// ->water($url,[100,100],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[100,100],100)
->save($savePath."poster_$user[id].png");
return "./uploads/poster$type/poster_$user[id].png";
}
... ...