新增首页园区和商户的交互
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<!--components/avatar/index.wxml-->
|
||||
<view class="wrapper">{{text}}</view>
|
||||
<view class="wrapper">
|
||||
<view class="text">{{text}}</view>
|
||||
</view>
|
@@ -9,3 +9,8 @@
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text {
|
||||
max-width: 100rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user