[更新]
This commit is contained in:
@@ -38,7 +38,7 @@ Page({
|
||||
lodingStats : false
|
||||
})
|
||||
wx.stopPullDownRefresh()
|
||||
})
|
||||
}).catch(err => {});
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -77,7 +77,7 @@ Page({
|
||||
title: res.data,
|
||||
icon : 'none'
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
} else if (res.cancel) {
|
||||
wx.showToast({
|
||||
title : '取消',
|
||||
@@ -124,7 +124,7 @@ Page({
|
||||
})
|
||||
}
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user