锦水居民端小程序
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
762 B

6 years ago
<view class="container">
<view class="card">
5 years ago
<image class="bgimg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/07/rBAB71646g-AZYGlAAEUd08fIHA552.png" mode="widthFix"/>
6 years ago
<view class="context2">
<view class="context-title">欢迎加入</view>
<view class="context-name">
<view wx:for="{{gridNameArr}}" wx:key="thiskey" wx:for-index="idx" wx:for-item="item">
{{item}}
</view>
</view>
 </view>
</view>
<view class="buttons fixed">
<!-- <button hover-class="hover-class" class="btn2" open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">进入首页</button> -->
<button hover-class="hover-class" class="btn2" bind:tap="bindGetUserInfo">进入首页</button>
6 years ago
</view>
</view>