Commit e9971d05 authored by zhengke's avatar zhengke

no message

parent 48a901aa
...@@ -878,6 +878,8 @@ ...@@ -878,6 +878,8 @@
"path": "ClassList" //奢侈品分类 "path": "ClassList" //奢侈品分类
},{ },{
"path": "Valuation" //我要估价 "path": "Valuation" //我要估价
},{
"path": "myValuation" //等我估价
} }
] ]
} }
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
</view> </view>
</view> </view>
</view> </view>
</div> </div>
</div> </div>
...@@ -58,7 +59,6 @@ ...@@ -58,7 +59,6 @@
classObj:{ classObj:{
name:'戒指', name:'戒指',
}, },
list: [{ list: [{
letter: '*', letter: '*',
data: [ data: [
...@@ -353,6 +353,7 @@ ...@@ -353,6 +353,7 @@
} }
}, },
mounted() { mounted() {
this.contentHeightB = this.$utils.calcContentHeight(-40)+'px';
let currentPages = getCurrentPages(); let currentPages = getCurrentPages();
// let c = this.$uiConfig.is_bang ? 80 : 52; // let c = this.$uiConfig.is_bang ? 80 : 52;
let c = this.$uiConfig.is_bang ? 0 : 0; let c = this.$uiConfig.is_bang ? 0 : 0;
...@@ -369,11 +370,16 @@ ...@@ -369,11 +370,16 @@
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: this.pageTitle, title: this.pageTitle,
}); });
this.init();
this.getStyle(); this.getStyle();
uni.showNavigationBarLoading(); uni.showNavigationBarLoading();
}, },
methods: { methods: {
bindClick(e){
console.log(e,'--')
uni.navigateTo({
url: '/pages/Luxury/Valuation?id=1'
});
},
chooseType(item){ chooseType(item){
this.classObj = item this.classObj = item
}, },
...@@ -402,22 +408,6 @@ ...@@ -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(); 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