This commit is contained in:
2021-07-16 23:23:05 +08:00
parent 9db44d70b8
commit ceca76a0a4
10 changed files with 95 additions and 14 deletions

View File

@ -16,14 +16,14 @@ mui.plusReady(function() {
switch (data_href) {
case "expectedProduct":
$('.title').html('预获产品券');
$('.title').html('购物股');
break;
case "expectedCoupons":
$('.title').text('预获优惠券');
break;
case "expectedWang":
$('.title').text('预获旺旺券');
$('.title').text('购物抵');
break
case "coupons":
$('.title').text('已获优惠券');
@ -32,7 +32,7 @@ mui.plusReady(function() {
$('.title').text('已获产品券');
break
case "wang":
$('.title').text('已获旺旺券');
$('.title').text('售物券');
break
}