|
@@ -24,7 +24,7 @@
|
|
|
mpWxQr: "https://apidms.66km.com/static/third/jialian.ico",
|
|
|
canvasW: 0,
|
|
|
canvasH: 0,
|
|
|
- invest_areas: [{id: 1, name: "儿童教育"}, {id: 1, name: "少儿编程"}, {id: 1, name: "生物智能"}, {id: 1, name: "万物相连"}, {id: 1, name: "大数据"}],
|
|
|
+ invest_areas: [{id: 1, name: "儿童教育"}, {id: 1, name: "大数据"}],
|
|
|
nickname: "",
|
|
|
avatar: "",
|
|
|
company: "",
|
|
@@ -55,11 +55,11 @@
|
|
|
onLoad(opt) {
|
|
|
//this.canvasW = uni.getSystemInfoSync().windowWidth
|
|
|
//this.canvasH = this.calculateCanvasHeight()
|
|
|
-
|
|
|
this.avatar=opt.img;
|
|
|
- this.nickname=opt.name;
|
|
|
+ this.avatar=this.avatar.replace('http','https');
|
|
|
+ console.log(this.avatar)
|
|
|
+ this.nickname=opt.name;
|
|
|
if(opt.sellingPoint&&opt.sellingPoint!='undefined'){
|
|
|
-
|
|
|
this.sellingPoint=opt.sellingPoint;
|
|
|
}
|
|
|
console.log('this.sellingPoint==='+this.sellingPoint)
|