qlg.frontend/templete/my_help_sale.html
2021-07-16 23:23:05 +08:00

57 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head style="visibility:hidden;">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>助购</title>
<link rel="stylesheet" type="text/css" href="../css/mui.css" />
</head>
<body style="visibility:hidden;">
<div class="header">
<div class="header_con">
<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
<!--<img src="../img/title_news.png" class="oc_logo" />-->
<p class="title">助购</p>
</div>
</div>
<div class="z"></div>
<div class="block">
<div class="row shadown_wai zgThing" style="margin-top: 6px;"><span class="r1">助购值</span><span class="r2"><span id="zgAmounts"></span></span></div>
<div class="row" style="margin: 0;font-weight: bolder;">对应层的被助购上滑至对应层是该层的助购券值≤15元</div>
<div class="row" style="margin: 0;font-weight: bolder;">所有层的被助购上滑至对应层是任意层的助购券值0元</div>
<div class="row" style="margin: 0;font-weight: bolder;">每天耗损购物股或预获优惠券值是各券负数值的1%</div>
<div class="row shadown_wai" style="margin-top: 6px;"><img class="img" src="../img/setting_user1.png" /><span class="r1" id="userName"></div>
<div class="row shadown_wai zgThing" style="margin-top: 6px;"><span class="r1">助购奉献</span><span class="r2"><span id="zgTimes"></span>次|¥<span id="myZgA">0</span></span></div>
<div class="row shadown_wai" id="preGetCoupon" style="margin-top: 6px;"></span><span
class="r1" id="preGetCouponCount" style="color: #000000;"></span><img class="youjiantou" src="../img/youjiantou.png" /></div>
<div id="helpSaleTable">
<div class="row helpSaleTableRow shadown_wai"><span class="c1">助购户</span><span class="c2 ZGYH">助购券</span>
<span class="c3 btn" id="toHelpSale">助购去</span></div>
</div>
</div>
</body>
<script src="../js/mui.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../js/jquery-3.2.1.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
mui.plusReady(function() {
var element;
var parent = document.body;
element = document.createElement('script');
element.src = localStorage.getItem("jsUrl") + 'common.js?ver=' + localStorage.getItem('version');
parent.appendChild(element);
element.onload = function() {
var style = [JZL.getCssUrl('my_help_sale.css'), JZL.getCssUrl('setting.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("header.css")];
JZL.css_init(style);
var script = [JZL.getJsUrl('my_help_sale.js')];
JZL.js_init(script);
setTimeout(function() {
parent.style.visibility = "visible";
}, 100);
};
})
</script>
</html>