YanaDH 7 lat temu
rodzic
commit
cae6eeec72

+ 4 - 4
miaomiao/www/.idea/workspace.xml

xqd xqd
@@ -37,8 +37,8 @@
       <file leaf-file-name="dream-detail.html" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/templates/home/dream-detail.html">
           <provider selected="true" editor-type-id="text-editor">
-            <state vertical-scroll-proportion="0.38192183">
-              <caret line="324" column="60" selection-start-line="324" selection-start-column="60" selection-end-line="324" selection-end-column="60" />
+            <state vertical-scroll-proportion="0.35749185">
+              <caret line="95" column="30" selection-start-line="95" selection-start-column="30" selection-end-line="95" selection-end-column="30" />
               <folding />
             </state>
           </provider>
@@ -678,8 +678,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/templates/home/dream-detail.html">
       <provider selected="true" editor-type-id="text-editor">
-        <state vertical-scroll-proportion="0.38192183">
-          <caret line="324" column="60" selection-start-line="324" selection-start-column="60" selection-end-line="324" selection-end-column="60" />
+        <state vertical-scroll-proportion="0.35749185">
+          <caret line="95" column="30" selection-start-line="95" selection-start-column="30" selection-end-line="95" selection-end-column="30" />
           <folding />
         </state>
       </provider>

+ 1 - 1
miaomiao/www/templates/home/dream-detail.html

xqd
@@ -91,7 +91,7 @@
                             <p>剩余时间</p>
                         </div>
                         <div ng-if="user.id == dream.user.id" class="col" style="text-align:right">
-                            <h2>{{dream.score}}</h2>
+                            <h2>{{dream.score/100000000000000}}</h2>
                             <p>当前获得梦想分数</p>
                         </div>
                     </div>