init project
This commit is contained in:
18
miniprogram/pages/index/index.wxml
Normal file
18
miniprogram/pages/index/index.wxml
Normal file
@ -0,0 +1,18 @@
|
||||
<!--index.wxml-->
|
||||
<scroll-view class="index" scroll-y type="list">
|
||||
<view class="container">
|
||||
<view class="header">
|
||||
<image class="logo" src="/assets/image/logo.png"></image>
|
||||
<text>
|
||||
<text class="name gao">小糕</text>
|
||||
<text>和</text>
|
||||
<text class="name yeyu">夜雨</text>
|
||||
<text>的美好记录</text>
|
||||
</text>
|
||||
</view>
|
||||
<view class="password">
|
||||
<t-input placeholder="请输入访问密码" model:value="{{key}}" borderless clearable />
|
||||
</view>
|
||||
<t-button class="enter" theme="primary" bind:tap="navigateToMain">进入</t-button>
|
||||
</view>
|
||||
</scroll-view>
|
||||
Reference in New Issue
Block a user