submit
This commit is contained in:
parent
f5986eeca5
commit
206a594395
@ -3,7 +3,7 @@ const TEST_URL='http://172.16.100.93:9052'
|
|||||||
const TY_URL='https://warehouse.szjixun.cn/ticket'
|
const TY_URL='https://warehouse.szjixun.cn/ticket'
|
||||||
let configV
|
let configV
|
||||||
const uniReq=uniRequest.created({
|
const uniReq=uniRequest.created({
|
||||||
baseUrl: TEST_URL,
|
baseUrl: TY_URL,
|
||||||
interceptor: {
|
interceptor: {
|
||||||
request(config){
|
request(config){
|
||||||
configV=config
|
configV=config
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="wrap1_3" :style="{backgroundColor:item.isBlindBox===2?'#000':''}">
|
<div class="wrap1_3" :style="{backgroundColor:item.isBlindBox===2?'#000':''}">
|
||||||
<image @click="goViewVenues(item)" v-if="item.isBlindBox===1" src="../../static/zu762@3x.png" alt=""/>
|
<image @click="goViewVenues(item)" v-if="item.isBlindBox===1" src="../../static/zu762@3x.png" alt=""/>
|
||||||
<image @click="exchange" v-if="item.isBlindBox===2" style="width: 79rpx;height: 34rpx" src="../../static/zu1216@3x.png" alt=""/>
|
<image @click.stop="exchange" v-if="item.isBlindBox===2" style="width: 79rpx;height: 34rpx" src="../../static/zu1216@3x.png" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<tm-drawer hideHeader :width="510" :height="636" ref="calendarView" placement="center" v-model:show="showWin4">
|
<tm-drawer hideHeader :width="510" :height="636" ref="calendarView" placement="center" v-model:show="showWin4">
|
||||||
<div class="content8">
|
<div class="content8">
|
||||||
@ -151,8 +151,8 @@ const exchange=async ()=>{
|
|||||||
const res=await extractingBlindBoxes(data)
|
const res=await extractingBlindBoxes(data)
|
||||||
if (res.code===0){
|
if (res.code===0){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
icon:'none',
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
icon:'success',
|
|
||||||
duration: 1000
|
duration: 1000
|
||||||
})
|
})
|
||||||
}else if (res.code===200){
|
}else if (res.code===200){
|
||||||
|
Loading…
Reference in New Issue
Block a user