This commit is contained in:
xingyy 2023-12-20 10:15:44 +08:00
parent f5986eeca5
commit 206a594395
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ const TEST_URL='http://172.16.100.93:9052'
const TY_URL='https://warehouse.szjixun.cn/ticket'
let configV
const uniReq=uniRequest.created({
baseUrl: TEST_URL,
baseUrl: TY_URL,
interceptor: {
request(config){
configV=config

View File

@ -59,7 +59,7 @@
</div>
<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="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>
<tm-drawer hideHeader :width="510" :height="636" ref="calendarView" placement="center" v-model:show="showWin4">
<div class="content8">
@ -151,8 +151,8 @@ const exchange=async ()=>{
const res=await extractingBlindBoxes(data)
if (res.code===0){
uni.showToast({
icon:'none',
title: res.msg,
icon:'success',
duration: 1000
})
}else if (res.code===200){