Commit b993b097 authored by 罗超's avatar 罗超

1

parent 02abd306
...@@ -28,17 +28,7 @@ ...@@ -28,17 +28,7 @@
}}</view> }}</view>
</view> </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 <view
style=" style="
......
...@@ -507,8 +507,10 @@ export default { ...@@ -507,8 +507,10 @@ export default {
data: { AuthenticationId: id }, data: { AuthenticationId: id },
}, },
(res) => { (res) => {
console.log(512, res);
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.model = res.data; this.model = res.data;
this.brandName = res.data.BrandName;
this.fileList = []; this.fileList = [];
if (this.model.ImageList.length > 0) { if (this.model.ImageList.length > 0) {
this.model.ImageList.forEach((x) => { this.model.ImageList.forEach((x) => {
...@@ -810,7 +812,6 @@ export default { ...@@ -810,7 +812,6 @@ export default {
data: {}, data: {},
}, },
(res) => { (res) => {
console.log(806, res);
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.brandList = res.data; 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