|
@@ -5,14 +5,14 @@
|
|
|
<view class="{{index == myData.myInd ? 'slecte-nav' : ''}}" bindtap="myChoice" data-index="{{index}}">{{item}}</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <swiper current="{{myData.myInd}}" bindchange="mySlide" style="height: 92%;">
|
|
|
+ <swiper current="{{myData.myInd}}" bindchange="mySlide" style="height: 74%;">
|
|
|
<swiper-item>
|
|
|
<view class="my-information">
|
|
|
- <view class="information-item">
|
|
|
- <image class="head" bindtap="setName" src="{{myData.avatar}}"></image>
|
|
|
+ <view class="information-item" bindtap="setName">
|
|
|
+ <image class="head" src="{{myData.avatar}}"></image>
|
|
|
<view class="set-name">
|
|
|
<text class="name">{{myData.userName}}</text>
|
|
|
- <text bindtap="setName">点击修改头像和名字</text>
|
|
|
+ <text>点击修改头像和名字</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="shaiwa">如何使用电视上的晒娃功能</view>
|
|
@@ -26,6 +26,7 @@
|
|
|
<image src="{{item.iconImg}}"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="bottom">已经拖到底啦</view>
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
<swiper-item>
|
|
@@ -35,8 +36,8 @@
|
|
|
<image src="{{item.courseIcon}}"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="bottom">已经拖到底啦</view>
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
-
|
|
|
</template>
|