This commit is contained in:
parent
8fc26ace07
commit
b0bb3909de
|
|
@ -16,7 +16,9 @@
|
||||||
|
|
||||||
<view v-for="(item,index) in menuArray" :key="index">
|
<view v-for="(item,index) in menuArray" :key="index">
|
||||||
<swiper-item>
|
<swiper-item>
|
||||||
<view style="height: 10vh;" v-if="item.suppliersStatus !=='2'"></view>
|
<view style="height: 10vh;" v-if="item.suppliersStatus !='2'&&item.suppliersStatus !='4'&&item.suppliersStatus !='5'">
|
||||||
|
{{item.suppliersStatus}}
|
||||||
|
</view>
|
||||||
<view class="white-content-father">
|
<view class="white-content-father">
|
||||||
<view class="chuo-ball" @click="loadingData"
|
<view class="chuo-ball" @click="loadingData"
|
||||||
v-if="item.suppliersStatus =='1'">
|
v-if="item.suppliersStatus =='1'">
|
||||||
|
|
@ -99,7 +101,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="z-index: 1;width: 100%;margin-top: 420rpx;" v-if=" item.suppliersStatus==`2`">
|
<view style="z-index: 1;width: 100%;margin-top: 420rpx;" v-if=" item.suppliersStatus==`2`||item.suppliersStatus =='4'||item.suppliersStatus =='5'">
|
||||||
<view class="big-button-double">
|
<view class="big-button-double">
|
||||||
<view class="left-button" @click="jumpother(item)">
|
<view class="left-button" @click="jumpother(item)">
|
||||||
<image class="left-button-img"
|
<image class="left-button-img"
|
||||||
|
|
@ -481,7 +483,6 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const clickButton = (item, index) => {
|
const clickButton = (item, index) => {
|
||||||
console.log(item)
|
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
getSupInfoByOpenId(item.orgCode).then(res => {
|
getSupInfoByOpenId(item.orgCode).then(res => {
|
||||||
// console.log("look",res)
|
// console.log("look",res)
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
// 全局请求封装
|
// 全局请求封装
|
||||||
// export const base_url = 'http://192.168.2.37:8081/opeapi'
|
// export const base_url = 'http://192.168.2.37:8081/opeapi'
|
||||||
export const base_url = 'https://www.focusnu.com/opeapi'
|
// export const base_url = 'https://www.focusnu.com/opeapi'
|
||||||
|
|
||||||
export const media_base_url = 'https://www.focusnu.com/media/'
|
export const media_base_url = 'https://www.focusnu.com/media/'
|
||||||
|
export const base_url = 'http://192.168.2.27:8081/opeapi'
|
||||||
// 请求超出时间
|
// 请求超出时间
|
||||||
const timeout = 5000
|
const timeout = 5000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue