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'
|
||||
let configV
|
||||
const uniReq=uniRequest.created({
|
||||
baseUrl: TEST_URL,
|
||||
baseUrl: TY_URL,
|
||||
interceptor: {
|
||||
request(config){
|
||||
configV=config
|
||||
|
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user