细节修改
This commit is contained in:
parent
5c1f0488ea
commit
09e1e7da0e
@ -93,7 +93,7 @@ function getData(page) {
|
|||||||
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
|
html += '</div><div class="combination">共' + this.list.length + '件商品 合计:<o>¥' + this.realTotalMoney +
|
||||||
'</o>(含运费¥' + this.deliverMoney + ')</div>';
|
'</o>(含运费¥' + this.deliverMoney + ')</div>';
|
||||||
if(this.goodsType == 3){
|
if(this.goodsType == 3){
|
||||||
html += '<div class="combination">助购人:'+ this.helpUser.userName +'(第'+this.helpUserLevel+'层)</div>';
|
html += '<div class="combination">=由第'+this.helpUserLevel+'层助购</div>';
|
||||||
}
|
}
|
||||||
html += '<div class="btns clearfix">';
|
html += '<div class="btns clearfix">';
|
||||||
if (this.orderStatus == -2) {
|
if (this.orderStatus == -2) {
|
||||||
|
@ -18,7 +18,7 @@ mui.plusReady(function(){
|
|||||||
userId = parseInt(data.data.user.userId);
|
userId = parseInt(data.data.user.userId);
|
||||||
localStorage.setItem("userName", data.data.user.userName)
|
localStorage.setItem("userName", data.data.user.userName)
|
||||||
$("#userName").text(data.data.user.userName)
|
$("#userName").text(data.data.user.userName)
|
||||||
$("#preGetCouponCount").text("预获产品券:¥"+data.data.expectedCouponsNum);
|
$("#preGetCouponCount").text("预获产品券:¥"+data.data.expectedProductNum);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$("#preGetCoupon").on("tap",function(){
|
$("#preGetCoupon").on("tap",function(){
|
||||||
|
@ -107,9 +107,9 @@
|
|||||||
element.src = localStorage.getItem("jsUrl") + 'common.js?ver=' + localStorage.getItem('version');
|
element.src = localStorage.getItem("jsUrl") + 'common.js?ver=' + localStorage.getItem('version');
|
||||||
parent.appendChild(element);
|
parent.appendChild(element);
|
||||||
element.onload = function(){
|
element.onload = function(){
|
||||||
var style = [JZL.getCssUrl('goodsList.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")];
|
var style = [JZL.getCssUrl('goodslist.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")];
|
||||||
JZL.css_init(style);
|
JZL.css_init(style);
|
||||||
var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodsList.js")];
|
var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodslist.js")];
|
||||||
JZL.js_init(script);
|
JZL.js_init(script);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
parent.style.visibility="visible";
|
parent.style.visibility="visible";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user