|
|
|
|
@ -126,10 +126,15 @@ export default {
|
|
|
|
|
shopImg: [],
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
onLoad() {},
|
|
|
|
|
onLoad() {
|
|
|
|
|
console.log('企业资料 load')
|
|
|
|
|
},
|
|
|
|
|
onShow() {
|
|
|
|
|
console.log('企业资料 show')
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
var that = this;
|
|
|
|
|
console.log("createdcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreated");
|
|
|
|
|
console.log('企业资料 created')
|
|
|
|
|
uni.$on("changeCompanyDesp", function (data) {
|
|
|
|
|
console.log("data", data);
|
|
|
|
|
console.log("changeCompanyDespchangeCompanyDespchangeCompanyDespchangeCompanyDesp");
|
|
|
|
|
|