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

商户申请

... ... @@ -36,8 +36,8 @@
<file leaf-file-name="audit_status.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/merchant/audit_status.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="538">
<caret line="44" column="26" selection-start-line="44" selection-start-column="26" selection-end-line="44" selection-end-column="26" />
<state relative-caret-position="249">
<caret line="34" column="20" selection-start-line="34" selection-start-column="20" selection-end-line="34" selection-end-column="20" />
</state>
</provider>
</entry>
... ... @@ -362,21 +362,7 @@
<workItem from="1573174620844" duration="32581000" />
<workItem from="1573259331081" duration="30435000" />
<workItem from="1573432217070" duration="2199000" />
<workItem from="1573519427130" duration="12973000" />
</task>
<task id="LOCAL-00539" summary=" 商户申请">
<created>1573292848558</created>
<option name="number" value="00539" />
<option name="presentableId" value="LOCAL-00539" />
<option name="project" value="LOCAL" />
<updated>1573292848558</updated>
</task>
<task id="LOCAL-00540" summary=" 商户申请">
<created>1573292905044</created>
<option name="number" value="00540" />
<option name="presentableId" value="LOCAL-00540" />
<option name="project" value="LOCAL" />
<updated>1573292905044</updated>
<workItem from="1573519427130" duration="13160000" />
</task>
<task id="LOCAL-00541" summary=" 商户申请">
<created>1573292930415</created>
... ... @@ -707,11 +693,25 @@
<option name="project" value="LOCAL" />
<updated>1573544083647</updated>
</task>
<option name="localTasksCounter" value="588" />
<task id="LOCAL-00588" summary=" 商户申请">
<created>1573544361031</created>
<option name="number" value="00588" />
<option name="presentableId" value="LOCAL-00588" />
<option name="project" value="LOCAL" />
<updated>1573544361032</updated>
</task>
<task id="LOCAL-00589" summary=" 商户申请">
<created>1573544443709</created>
<option name="number" value="00589" />
<option name="presentableId" value="LOCAL-00589" />
<option name="project" value="LOCAL" />
<updated>1573544443709</updated>
</task>
<option name="localTasksCounter" value="590" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="419280000" />
<option name="totallyTimeSpent" value="419467000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1102,8 +1102,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/merchant/audit_status.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="538">
<caret line="44" column="26" selection-start-line="44" selection-start-column="26" selection-end-line="44" selection-end-column="26" />
<state relative-caret-position="249">
<caret line="34" column="20" selection-start-line="34" selection-start-column="20" selection-end-line="34" selection-end-column="20" />
</state>
</provider>
</entry>
... ...
... ... @@ -44,10 +44,10 @@
<div class="examin_type">
{if condition="$data.status eq 1"}
<img src="__CDN__/assets/advertising/img/examin.png" alt="" class="examin_img">
<div class="txt">审核中</div>
<div class="txt">审核中!</div>
{elseif condition="$data.status eq 2"}
<img src="__CDN__/assets/advertising/img/examin1.png" alt="" class="examin_img">
<div class="txt">审核通过</div>
<div class="txt">审核通过!</div>
{/if}
</div>
</div>
... ...