|
@@ -1,6 +1,7 @@
|
|
<!--pages/list/list.wxml-->
|
|
<!--pages/list/list.wxml-->
|
|
<import src="../home/home" />
|
|
<import src="../home/home" />
|
|
<header1></header1>
|
|
<header1></header1>
|
|
|
|
+<button bind:tap="handleName">提交名字</button>
|
|
<text>pages/list/list.wxml</text>
|
|
<text>pages/list/list.wxml</text>
|
|
<!-- <template is="hi" data="{{score,list}}" /> -->
|
|
<!-- <template is="hi" data="{{score,list}}" /> -->
|
|
<!-- 可视区域 -->
|
|
<!-- 可视区域 -->
|
|
@@ -16,6 +17,8 @@
|
|
<view id="demo2" class="scroll-view-item_H demo-text-2"></view>
|
|
<view id="demo2" class="scroll-view-item_H demo-text-2"></view>
|
|
<view id="demo3" class="scroll-view-item_H demo-text-3"></view>
|
|
<view id="demo3" class="scroll-view-item_H demo-text-3"></view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
+</view>
|
|
|
|
+
|
|
<!-- 轮播图 -->
|
|
<!-- 轮播图 -->
|
|
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
|
|
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
@@ -35,5 +38,4 @@
|
|
<input type="text" name="passWord" value="{{passWord}}" />
|
|
<input type="text" name="passWord" value="{{passWord}}" />
|
|
</view>
|
|
</view>
|
|
<button form-type="submit">提交</button>
|
|
<button form-type="submit">提交</button>
|
|
- </form>
|
|
|
|
-</view>
|
|
|
|
|
|
+ </form>
|