抽奖地址修改
This commit is contained in:
@@ -1772,7 +1772,7 @@ export default {
|
||||
console.log(this.videoList);
|
||||
if (this.noBuyVideoIndex !== null && this.noBuyVideoIndex !== undefined && this.noBuyVideoIndex !== '') {
|
||||
console.log('获取转盘抽奖次数');
|
||||
this.$Request.getT('app/discSpinning/drawCount').then((res) => {
|
||||
this.$Request.getT('/app/discSpinning/drawCount').then((res) => {
|
||||
console.log('转盘抽奖次数', res.count);
|
||||
if (res.count >= 1) {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user