Browse Source

feature-tiktok-1.0:新增兑换AI绘画次数

feature-1.0
‘‘ 3 years ago
parent
commit
382bbf2f1b
  1. 4
      pages/ai/paint/paint.vue
  2. 1
      pages/creator/imgDetail.vue

4
pages/ai/paint/paint.vue

@ -191,7 +191,7 @@
//ai TODO
if(that.checkData.checkCanPaint === true){
return uni.showToast({
title: '当日绘画次数已用完,请明日再来!',
title: '次数已用完,关注次元意境官方账号获得更多次数!',
icon: 'none'
})
}
@ -330,7 +330,7 @@
let that = this;
const data = {
userId: that.userInfo.id,
platform: 0,
platform: 1,
appType: 0
}
const res = await checkUserCanAiPaint(data);

1
pages/creator/imgDetail.vue

@ -532,6 +532,7 @@
//
that.insertPreAdProfit();
that.insertPreInviteProfit();
that.isplayOver = false;
}
});
}

Loading…
Cancel
Save