first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<view class="container">
首页
<van-button type="danger">危险按钮</van-button>
<view slot="right">右侧</view>
<view slot="left">左侧</view>
<header title="{{ text }}" bind:change="testChange"></header>
<view wx:if="{{isVip}}">vip</view>
<!-- <view wx:elif="{{isVip}}">vip</view> -->
<view wx:else>no vip</view>
<view class="list">
<view class="item" wx:for="{{ news }}" wx:for-item="v" wx:for-index="i" wx:key="i" bind:tap="enterInfo" data-id="{{ v.id }}">
{{ v.title }}
</view>
<text>{{ id }} {{ keyWord }}</text>
<input class="weui-input" maxlength="10" bindinput="bindKeyWord" placeholder="请输入关键字"/>
</view>
</view>