请求返回修改
This commit is contained in:
@@ -209,6 +209,8 @@
|
||||
async function getCanCash() {
|
||||
canCash().then(res => {
|
||||
data.isWithdraw = res;
|
||||
console.log(res)
|
||||
console.log(uni.getStorageSync('adRewardedNum'))
|
||||
if( uni.getStorageSync('adRewardedNum') >= 3 ){
|
||||
data.isWithdraw = true;
|
||||
// uni.setStorageSync('adRewardedNum',0)
|
||||
|
||||
Reference in New Issue
Block a user