Commit b993b097 authored by 罗超's avatar 罗超

1

parent 02abd306
......@@ -28,17 +28,7 @@
}}</view>
</view>
</view>
<view
class="tag-box"
v-if="
details.FirstShopYear != null && details.FirstShopYear != ''
"
>
<view class="tag1" style="width: 35px; height: 100%">{{
details.FirstShopYear
}}</view>
<view class="tag2" style="width: 35px; height: 100%">首店</view>
</view>
<!-- 关注 -->
<view
style="
......
......@@ -507,8 +507,10 @@ export default {
data: { AuthenticationId: id },
},
(res) => {
console.log(512, res);
if (res.resultCode == 1) {
this.model = res.data;
this.brandName = res.data.BrandName;
this.fileList = [];
if (this.model.ImageList.length > 0) {
this.model.ImageList.forEach((x) => {
......@@ -810,7 +812,6 @@ export default {
data: {},
},
(res) => {
console.log(806, res);
if (res.resultCode == 1) {
this.brandList = res.data;
}
......
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