You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
<view class="container">
|
|
<view class="brand-info">
|
|
<view class="name">
|
|
<image class="img" src="{{brand.picUrl}}" background-size="cover"></image>
|
|
<view class="info-box">
|
|
<view class="info">
|
|
<text class="txt">{{brand.name}}</text>
|
|
<text class="line"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="desc">
|
|
{{brand.desc}}
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cate-item">
|
|
<goodList calss="goodList" goods="{{goodsList}}"></goodList>
|
|
</view>
|
|
</view> |