|
|
|
@ -2,9 +2,9 @@ |
|
|
|
|
<view class="conbox"> |
|
|
|
|
<view class="container"> |
|
|
|
|
<!-- 背景 --> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/prizeBg.png" class="cont" mode=""></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/prizeBg.png" class="cont" mode=""></image> |
|
|
|
|
<view> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/prizeTitle.png" class="caidai" mode="widthFix"></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/prizeTitle.png" class="caidai" mode="widthFix"></image> |
|
|
|
|
<view class="main"> |
|
|
|
|
|
|
|
|
|
<view class="canvas-container"> |
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view @click="playReward" class="canvas-btn" v-bind:class="btnDisabled"> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/start.png" mode="widthFix"></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/start.png" mode="widthFix"></image> |
|
|
|
|
<text>开始<br/>抽奖</text> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
@ -69,9 +69,9 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="status"> |
|
|
|
|
<!-- <image :src="image" mode="widthFix"></image> --> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/2.png" v-if="type==1" mode="widthFix"></image> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/3.png" v-if="type==2" mode="widthFix"></image> |
|
|
|
|
<image src="https://b3.njrenzhou.com/static/images/1.png" v-if="type==3" mode="widthFix"></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/2.png" v-if="type==1" mode="widthFix"></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/3.png" v-if="type==2" mode="widthFix"></image> |
|
|
|
|
<image src="https://admin.njqicheng.cn/static/images/1.png" v-if="type==3" mode="widthFix"></image> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="btnGroup"> |
|
|
|
@ -186,15 +186,15 @@ |
|
|
|
|
if(res.data.item.type==1){ |
|
|
|
|
this.title="恭喜你,抽中"; |
|
|
|
|
this.subTitle = res.data.item.value+"钻石" |
|
|
|
|
this.image = "https://b3.njrenzhou.com/static/images/2.png" |
|
|
|
|
this.image = "https://admin.njqicheng.cn/static/images/2.png" |
|
|
|
|
}else if(res.data.item.type==2){ |
|
|
|
|
this.title="很遗憾,没有抽中"; |
|
|
|
|
this.subTitle = "谢谢惠顾" |
|
|
|
|
this.image = "https://b3.njrenzhou.com/static/images/3.png" |
|
|
|
|
this.image = "https://admin.njqicheng.cn/static/images/3.png" |
|
|
|
|
}else if(res.data.item.type==3){ |
|
|
|
|
this.title="恭喜你,抽中"; |
|
|
|
|
this.subTitle = "再抽一次" |
|
|
|
|
this.image = "https://b3.njrenzhou.com/static/images/1.png" |
|
|
|
|
this.image = "https://admin.njqicheng.cn/static/images/1.png" |
|
|
|
|
} |
|
|
|
|
this.show = true; |
|
|
|
|
this.btnDisabled = ''; |
|
|
|
|