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.
16 lines
592 B
16 lines
592 B
6 years ago
|
<view class="container">
|
||
|
<view class="card">
|
||
|
<image class="bgimg" src="../../images/ig_woyaozhuce.png" mode="widthFix"/>
|
||
|
<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>
|
||
|
</view>
|
||
|
</view>
|