Commit e96d928e by Jianli Ou

境外码查询问题处理

parent 356ff159
......@@ -98,7 +98,7 @@
<p v-else><span>品牌:</span><span>未知</span></p>
<p v-if="GtinResultData.productDescription"><span>产品描述:</span><span>({{GtinResultData.productDescription[0].language}}){{GtinResultData.productDescription[0].value}}</span></p>
<p v-else><span>产品描述:</span><span>未知</span></p>
<p v-if="GtinResultData.productImageUrl"><span>图片URL:</span><span @click="openUrl(GtinResultData.productImageUrl[0].value)">
<p v-if="GtinResultData.productImageUrl"><span>图片URL:</span><span>
<a :href="GtinResultData.productImageUrl[0].value" target="_blank">
({{GtinResultData.productImageUrl[0].language}}){{GtinResultData.productImageUrl[0].value}}
</a>
......
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