优惠券列表接口对接

This commit is contained in:
JasonChen
2023-08-02 17:30:01 +08:00
parent b0c8ee91c5
commit 9b09e33695
8 changed files with 5718 additions and 5108 deletions

11
public/index.html vendored
View File

@@ -23,7 +23,7 @@
<div class="loading-wrp">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div style="display: flex; justify-content: center; align-items: center;"WaterFeel.manager Co.,Ltd.</div>
<div>WaterFeel.manager Co.,Ltd.</div>
</div>
</div>
<!-- require cdn assets js -->
@@ -32,4 +32,13 @@
<% } %>
<!-- built files will be auto injected -->
</body>
<style>
.bottomText{
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
flex-direction: row;
}
</style>
</html>