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

音频

... ... @@ -45,8 +45,8 @@
<file leaf-file-name="my_information.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/member/my_information.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="606">
<caret line="163" column="25" selection-start-line="163" selection-start-column="25" selection-end-line="163" selection-end-column="25" />
<state relative-caret-position="714">
<caret line="165" column="62" lean-forward="true" selection-start-line="165" selection-start-column="62" selection-end-line="165" selection-end-column="62" />
</state>
</provider>
</entry>
... ... @@ -448,28 +448,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="25583000" />
</task>
<task id="LOCAL-00169" summary="视频详情">
<created>1572932526124</created>
<option name="number" value="00169" />
<option name="presentableId" value="LOCAL-00169" />
<option name="project" value="LOCAL" />
<updated>1572932526124</updated>
</task>
<task id="LOCAL-00170" summary="视频详情">
<created>1572933232893</created>
<option name="number" value="00170" />
<option name="presentableId" value="LOCAL-00170" />
<option name="project" value="LOCAL" />
<updated>1572933232893</updated>
</task>
<task id="LOCAL-00171" summary="视频详情">
<created>1572933348522</created>
<option name="number" value="00171" />
<option name="presentableId" value="LOCAL-00171" />
<option name="project" value="LOCAL" />
<updated>1572933348522</updated>
<workItem from="1572914713443" duration="26566000" />
</task>
<task id="LOCAL-00172" summary="视频详情">
<created>1572933410644</created>
... ... @@ -793,11 +772,32 @@
<option name="project" value="LOCAL" />
<updated>1572945485768</updated>
</task>
<option name="localTasksCounter" value="218" />
<task id="LOCAL-00218" summary=" 音频">
<created>1572945709768</created>
<option name="number" value="00218" />
<option name="presentableId" value="LOCAL-00218" />
<option name="project" value="LOCAL" />
<updated>1572945709768</updated>
</task>
<task id="LOCAL-00219" summary=" 音频">
<created>1572945891868</created>
<option name="number" value="00219" />
<option name="presentableId" value="LOCAL-00219" />
<option name="project" value="LOCAL" />
<updated>1572945891868</updated>
</task>
<task id="LOCAL-00220" summary=" 音频">
<created>1572945932198</created>
<option name="number" value="00220" />
<option name="presentableId" value="LOCAL-00220" />
<option name="project" value="LOCAL" />
<updated>1572945932198</updated>
</task>
<option name="localTasksCounter" value="221" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="325161000" />
<option name="totallyTimeSpent" value="326144000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1222,8 +1222,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/member/my_information.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="606">
<caret line="163" column="25" selection-start-line="163" selection-start-column="25" selection-end-line="163" selection-end-column="25" />
<state relative-caret-position="714">
<caret line="165" column="62" lean-forward="true" selection-start-line="165" selection-start-column="62" selection-end-line="165" selection-end-column="62" />
</state>
</provider>
</entry>
... ...
... ... @@ -71,7 +71,7 @@ class Member extends WechatBase
];
$app = new Application($options);
$js = $app->js;
$jssdk = $js->config(['getLocation','openLocation','chooseImage'], $debug = false, $beta = false, $json = true);
$jssdk = $js->config(['getLocation','openLocation','chooseImage'], $debug = true, $beta = false, $json = true);
$this->assign('jssdk',$jssdk);
return $this->fetch();
}
... ...