|
@ -9,7 +9,7 @@ |
|
|
</van-tabs> --> |
|
|
</van-tabs> --> |
|
|
<div class="flex flex-y"> |
|
|
<div class="flex flex-y"> |
|
|
<div class="header font-size17 font-pingfangB text-center flex flex-center2 "> |
|
|
<div class="header font-size17 font-pingfangB text-center flex flex-center2 "> |
|
|
<div class="m-left25">青岛德龙种业有限公司</div> |
|
|
<div class="m-left25">{{placeOrgName||''}}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="list"> |
|
|
<div class="list"> |
|
|
<div |
|
|
<div |
|
@ -168,6 +168,7 @@ export default { |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
|
|
|
this.placeOrgName = localStorage.getItem('placeOrgName') |
|
|
function getIframeQueryParams() { |
|
|
function getIframeQueryParams() { |
|
|
// 使用URLSearchParams解析查询参数 |
|
|
// 使用URLSearchParams解析查询参数 |
|
|
function getStringAfterQuestionMark(str) { |
|
|
function getStringAfterQuestionMark(str) { |
|
@ -184,7 +185,6 @@ export default { |
|
|
return queryParams; |
|
|
return queryParams; |
|
|
} |
|
|
} |
|
|
const query = getIframeQueryParams(); |
|
|
const query = getIframeQueryParams(); |
|
|
this.placeOrgName = query.placeOrgName; |
|
|
|
|
|
this.vegetableList = [ |
|
|
this.vegetableList = [ |
|
|
{ |
|
|
{ |
|
|
vegetableCategory: null, |
|
|
vegetableCategory: null, |
|
|