wupengfei 2 년 전
부모
커밋
733dcdd8b1
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 2
      .idea/workspace.xml
  2. 1 1
      application/user/view/member/index.html

+ 3 - 2
.idea/workspace.xml

@@ -2,7 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/application/user/controller/Member.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Member.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/user/view/member/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/view/member/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -159,7 +160,7 @@
       <workItem from="1663029343085" duration="1877000" />
       <workItem from="1663115673803" duration="1190000" />
       <workItem from="1663216924790" duration="1225000" />
-      <workItem from="1663289319358" duration="2747000" />
+      <workItem from="1663289319358" duration="2769000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/user/view/member/index.html

@@ -8,7 +8,7 @@
 <div class="think-box-shadow">
     <div style="background-color: #e3e3c7 ;height: 50px;overflow: hidden">
         <p style="line-height: 50px;font-size: 16px">&nbsp;&nbsp;
-            用户总余额:<span style='color:red'>{$total_money|default='0'}</span>
+            用户总余额:<span style='color:red'>{$total_money|default='0'}</span>
         </p>
     </div>
     {include file='member/index_search'}