Browse Source

分段价格显示

yangc 8 years ago
parent
commit
26db3b0b97
1 changed files with 17 additions and 1 deletions
  1. 17 1
      src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

+ 17 - 1
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -857,7 +857,23 @@
                                     <tr ng-repeat="of in offer">
                                         <td width="173" ng-bind="(of.enterprise).enName"></td>
                                         <td width="186" class="red-text" ng-bind="of.minDay+'-'+of.maxDay">4-6</td>
-                                        <td width="186"><span>{{of.currency + of.unitPrice | currencyStr}}</span></td>
+                                        <td width="186">
+                                            <!--<span>{{of.currency + of.unitPrice | currencyStr}}</span>-->
+                                            <ul>
+                                                <li>
+                                                    <span>1+</span>
+                                                    <span>$444</span>
+                                                </li>
+                                                <li>
+                                                    <span>1+</span>
+                                                    <span>$444</span>
+                                                </li>
+                                                <li>
+                                                    <span>1+</span>
+                                                    <span>$444</span>
+                                                </li>
+                                            </ul>
+                                        </td>
                                         <td width="195" ng-bind="of.produceDate || '-'"></td>
                                         <td width="221" class="operate">
                                             <a>联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>