|
@@ -40,10 +40,10 @@ Page({
|
|
|
arr = await app.$post(`/lessonCoach/${arr.data[0]._id}`, { is_sign: '1' });
|
|
|
if (arr.errcode == '0') {
|
|
|
wx.showToast({ title: `签到成功`, icon: 'error', duration: 2000 })
|
|
|
+ that.setData({ skip: 0, page: 0, list: [] });
|
|
|
that.watchLogin();
|
|
|
} else { wx.showToast({ title: `${arr.errmsg}`, icon: 'error', duration: 2000 }) }
|
|
|
}
|
|
|
- console.log(arr);
|
|
|
},
|
|
|
// 分页
|
|
|
toPage: function () {
|