You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
558 B
17 lines
558 B
<view class="grid-manage">
|
|
<view
|
|
class="list-item"
|
|
wx:for="{{[1,2,3,4,5]}}"
|
|
wx:for-item="item"
|
|
wx:for-index="index"
|
|
wx:key="{{index}}">
|
|
<view class="top">
|
|
<image class="location" src="../../images/location.png" />
|
|
<view class="gridname">鞍山路街道阜新社区亿联第一网格</view>
|
|
</view>
|
|
<view class="bottom">
|
|
<button class="invite-friend" hover-class="hover-invite">邀请好友</button>
|
|
<button class="delete-grid" hover-class="hover-delete">解除</button>
|
|
</view>
|
|
</view>
|
|
</view>
|