Browse Source

修改文字

yuliang 5 years ago
parent
commit
fcb3db366e

+ 1 - 1
whepi-ui/templates/home/buy.ftl

@@ -90,7 +90,7 @@
                     '                <div style="display: flex; flex-direction: row; text-align: center; font-size: x-small; line-height: 4vh;">\n' +
                     '                    <div style="width: 30%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px">' + v.tgTitle + '</div>\n' +
                     '                    <div style="width: 20%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px">\n' + v.count + '/' + v.tgMinNum + '</div>\n' +
-                    '                    <div style="width: 35%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px">' + timestampY(v.tgEndTime) + '</div>\n' +
+                    '                    <div style="width: 35%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px">' + v.tgEndTime + '</div>\n' +
                     '                    <div style="width: 15%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px">' + getStatus(v.tgStatus) + '</div>\n' +
                     '                <div class="weui-textarea-counter">\n' + '</div></div>\n' +
                     '            </a>');

+ 1 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoPrivate.java

@@ -41,7 +41,7 @@ public class ExcelRiBaoPrivate {
     private String danyuan = "";
     public String getDanyuan() {
         if (danyuan.length() <= 0) {
-            danyuan = ridgepole;
+            danyuan = unit;
         }
         return danyuan;
     }