dev
liuyongli 3 years ago
parent 0ba8d19d1d
commit e2c6391ac8

@ -67,14 +67,15 @@ Page({
action: 'getVERCode',
sPhone: this.data.sPhone,
}
app.globalData.request(obj).then((res) => {
app.globalData.request(obj).then(res => {
// 定时60s
timer(this)
if (res.Code == 1) {
wx.showModal({
title: '提示',
content: data.Msg,
})
// 定时60s
timer(this)
}
}).catch(err => {
wx.showModal({

@ -41,10 +41,12 @@
<text style="font-size: 40rpx;font-weight: bolder;">主题推荐</text>
<view class="event_card" wx:for="{{themeList}}" wx:key="idxa">
<view class="card_head">
<view>
<van-checkbox name="{{filter.stringify(item)}}" shape="square" class="van-checkbox"></van-checkbox>
<view style="display: inline-block; font-size: 24rpx;color: rgba(153, 153, 153, 1);margin-left:16rpx;">
{{item.AddTime}}
</view>
</view>
<view class="tag"> 已完成</view>
</view>
<view class="card_title">

@ -116,6 +116,8 @@ page {
}
.card_head {
display: flex;
justify-content: space-between;
margin-left: 32rpx;
}
@ -133,7 +135,6 @@ checkbox .wx-checkbox-input {
font-size: 24rpx;
text-align: center;
line-height: 40rpx;
margin-left: 210rpx;
}
.card_title{

Loading…
Cancel
Save