This commit is contained in:
Jerry Yan 2022-02-23 21:29:24 +08:00
parent ceca76a0a4
commit 54aa487e6b
4 changed files with 6 additions and 6 deletions

View File

@ -23,13 +23,13 @@ mui.plusReady(function() {
$('.title').text('预获优惠券'); $('.title').text('预获优惠券');
break; break;
case "expectedWang": case "expectedWang":
$('.title').text('物抵'); $('.title').text('物抵');
break break
case "coupons": case "coupons":
$('.title').text('已获优惠券'); $('.title').text('已获优惠券');
break break
case "product": case "product":
$('.title').text('已获产品券'); $('.title').text('购物券');
break break
case "wang": case "wang":
$('.title').text('售物券'); $('.title').text('售物券');

View File

@ -3,7 +3,7 @@
"id" : "H5436787D", "id" : "H5436787D",
"name" : "全亮共商城", "name" : "全亮共商城",
"version" : { "version" : {
"name" : "2.5.1", "name" : "2.5.2",
"code" : 100 "code" : 100
}, },
"description" : "", "description" : "",

View File

@ -21,7 +21,7 @@
<div class="distribution"> <div class="distribution">
<div class="nav"> <div class="nav">
<div class="nav-item active">已获产品</div> <div class="nav-item active">购物</div>
<div class="nav-item">已获优惠券</div> <div class="nav-item">已获优惠券</div>
</div> </div>
<div class="content"> <div class="content">

View File

@ -51,11 +51,11 @@
</div> </div>
<div class="myYouhuiquan_cb indent_btn" data-type="3" data-expect="1" data-href="expectedWang"> <div class="myYouhuiquan_cb indent_btn" data-type="3" data-expect="1" data-href="expectedWang">
<p class="orange" id="expectedWangNum">¥0.00</p> <p class="orange" id="expectedWangNum">¥0.00</p>
<p>物抵</p> <p>物抵</p>
</div> </div>
<div class="myYouhuiquan_cb indent_btn" data-type="1" data-expect="0" data-href="product"> <div class="myYouhuiquan_cb indent_btn" data-type="1" data-expect="0" data-href="product">
<p class="orange" id="productNum" >¥0.00</p> <p class="orange" id="productNum" >¥0.00</p>
<p>已获产品</p> <p>购物</p>
</div> </div>
<div class="myYouhuiquan_cb indent_btn" data-type="2" data-expect="0" data-href="coupons"> <div class="myYouhuiquan_cb indent_btn" data-type="2" data-expect="0" data-href="coupons">
<p class="orange" id="couponsNum">¥0.00</p> <p class="orange" id="couponsNum">¥0.00</p>