Commit e9971d05 authored by zhengke's avatar zhengke

no message

parent 48a901aa
......@@ -878,6 +878,8 @@
"path": "ClassList" //奢侈品分类
},{
"path": "Valuation" //我要估价
},{
"path": "myValuation" //等我估价
}
]
}
......
......@@ -20,6 +20,7 @@
</view>
</view>
</view>
</div>
</div>
......@@ -58,7 +59,6 @@
classObj:{
name:'戒指',
},
list: [{
letter: '*',
data: [
......@@ -353,6 +353,7 @@
}
},
mounted() {
this.contentHeightB = this.$utils.calcContentHeight(-40)+'px';
let currentPages = getCurrentPages();
// let c = this.$uiConfig.is_bang ? 80 : 52;
let c = this.$uiConfig.is_bang ? 0 : 0;
......@@ -369,11 +370,16 @@
uni.setNavigationBarTitle({
title: this.pageTitle,
});
this.init();
this.getStyle();
uni.showNavigationBarLoading();
},
methods: {
bindClick(e){
console.log(e,'--')
uni.navigateTo({
url: '/pages/Luxury/Valuation?id=1'
});
},
chooseType(item){
this.classObj = item
},
......@@ -402,22 +408,6 @@
// });
}
uni.hideNavigationBarLoading();
}
);
},
init() {
this.request2(
{
url: '/api/AppletGoods/GetProductCategoryStyleInfo',
data: {}
},
res => {
console.log("res",res);
if(res.resultCode==1){
this.cstyle=res.data;
}
uni.hideNavigationBarLoading();
}
);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment