|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<view class="company-info-container">
|
|
|
|
|
<img style="width: 100%;height: 400rpx;" :src="'http://192.168.10.110:8999' + list.logo" />
|
|
|
|
|
<img style="width: 100%;height: 400rpx;" :src="'http://192.168.10.15:8999' + list.logo" />
|
|
|
|
|
<view class="section">
|
|
|
|
|
<view class="label">公司简介</view>
|
|
|
|
|
<view class="content">
|
|
|
|
@ -33,7 +33,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onLoad(options) {
|
|
|
|
|
Api.listDetil({ id: options.storeId })
|
|
|
|
|
Api.listDetil({ storeId: options.storeId })
|
|
|
|
|
.then(result => {
|
|
|
|
|
console.log(result);
|
|
|
|
|
this.mtDetails = result.data.storeInfo.mtDetails
|
|
|
|
|