上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 126 下一页
摘要: <view> <scroll-view scroll-x scroll-with-animation scroll-left="{{menuIndex}}" style="height: 100px; width:100%;"> <view id='#haha' class='all' style= 阅读全文
posted @ 2018-01-18 09:04 ThisCall 阅读(4139) 评论(0) 推荐(0) 编辑
摘要: <view class='v-item flexba' bindtap='buttonShow'> <text>联系我们</text> <image src='../../imgs/user/right.png'></image> </view> buttonShow: function () { 阅读全文
posted @ 2018-01-18 08:51 ThisCall 阅读(351) 评论(0) 推荐(0) 编辑
摘要: <!-- 话务 --> <view class='detail-tel flexca'> <image class='image-full' src='../../imgs/index/de/icon.png'></image> <contact-button class='section-tel' 阅读全文
posted @ 2018-01-18 08:49 ThisCall 阅读(444) 评论(0) 推荐(0) 编辑
摘要: <!-- 点击立即抢拼弹出框 --> <view class='add-rob' bindtap="setModalStatus" data-status="0" wx:if="{{showModalStatus}}"></view> <view class='rob-box' wx:if="{{s 阅读全文
posted @ 2018-01-03 16:46 ThisCall 阅读(2608) 评论(0) 推荐(0) 编辑
摘要: let lovetime = setInterval(function () { let str = '(' + n + ')' + '重新获取' that.setData({ getText2: str }) if (n <= 0) { that.setData({ loveChange: tru 阅读全文
posted @ 2018-01-03 13:45 ThisCall 阅读(716) 评论(0) 推荐(0) 编辑
摘要: <!-- &&底部加载 --> <view class='page-add-data flexca'> <text>{{pageTottomText}}</text> </view> /*加载 */ .page-add-data{ width: 100%; height: 40rpx; color: 阅读全文
posted @ 2018-01-02 16:57 ThisCall 阅读(3664) 评论(0) 推荐(0) 编辑
摘要: // 登录 wx.login({ success: res => { var code = res.code; //返回code // console.log(code) // 小程序appid // wxd751fc845c90fbd8 // 3df95e167161ab74e09ea54eda4 阅读全文
posted @ 2017-12-27 08:47 ThisCall 阅读(349) 评论(0) 推荐(0) 编辑
摘要: <image mode='aspectFill' style='width:100%;height:100%' src='../../imgs/index/lovehead.png'></image> 阅读全文
posted @ 2017-12-15 09:44 ThisCall 阅读(9864) 评论(0) 推荐(0) 编辑
摘要: var str = 'abcadeacf'; var str1 = str.replace('a', 'o'); alert(str1); // 打印结果: obcadeacf var str2 = str.replace(/a/g, 'o'); alert(str2); //打印结果: obcod 阅读全文
posted @ 2017-12-13 10:53 ThisCall 阅读(28742) 评论(0) 推荐(0) 编辑
摘要: <view class="list"> <form bindsubmit="formSubmit"> <view class="item-addr flexa" bindtap="translate"> <view>所在城市:</view> <view style='color:#666' wx:i 阅读全文
posted @ 2017-12-10 20:47 ThisCall 阅读(11039) 评论(0) 推荐(0) 编辑
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 126 下一页