摘要: <progress class='progressPercent' percent="{{showPercentProgress}}" stroke-width='2' /> js // pages/startPage/startPage.js const app =getApp(); let Bm 阅读全文
posted @ 2018-09-06 09:26 heart中的烦恼哟 阅读(408) 评论(0) 推荐(0)
摘要: <!--pages/newwxml/newwxml.wxml--> <view class='background' > <view class='center' animation="{{animationData}}"> <view class='line' wx:for='{{text.len 阅读全文
posted @ 2018-09-06 09:23 heart中的烦恼哟 阅读(167) 评论(0) 推荐(0)
摘要: wxml <view class="view"> <image class="cover-9" src="{{img}}" bindtap="img"></image> <view class="window-1"> <button type="default" id="open" bindtap= 阅读全文
posted @ 2018-09-06 09:21 heart中的烦恼哟 阅读(2163) 评论(0) 推荐(0)
摘要: wxml <view class='allFather'> <view class='box1' bindtap='showDialog'> 1</view> </view> <view class='{{show==true?"mengceng":""}}'> <view class='{{sho 阅读全文
posted @ 2018-09-06 09:18 heart中的烦恼哟 阅读(442) 评论(0) 推荐(0)
摘要: wxml <view class='class'> <view class='all' wx:for='{{steps}}' data-index='{{index}}' style='bottom:{{index*150}}rpx;'> <!-- <view class='topText'>{{i 阅读全文
posted @ 2018-09-06 09:15 heart中的烦恼哟 阅读(3400) 评论(0) 推荐(0)
摘要: wxml <view > <image wx:for="{{img}}" wx:key='item' src='{{item}}' catchtap='changes' data-index='{{index}}'></image> </view> <view > <image wx:for="{{ 阅读全文
posted @ 2018-09-06 09:11 heart中的烦恼哟 阅读(766) 评论(0) 推荐(0)