完善首页的界面
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
let host = window.location.host
|
let host = window.location.host
|
||||||
if(host === 'cloud.gyjerp.com' || host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
|
if(host === 'cloud.gyjerp.com') {
|
||||||
this.isShowRight = true
|
this.isShowRight = true
|
||||||
} else {
|
} else {
|
||||||
this.isShowRight = false
|
this.isShowRight = false
|
||||||
|
|||||||
@@ -219,9 +219,9 @@
|
|||||||
})
|
})
|
||||||
buyOrSalePrice().then(res=>{
|
buyOrSalePrice().then(res=>{
|
||||||
if(res.code === 200){
|
if(res.code === 200){
|
||||||
this.buyPriceData = res.data.buyPriceList;
|
this.buyPriceData = res.data.buyPriceList
|
||||||
this.salePriceData = res.data.salePriceList;
|
this.salePriceData = res.data.salePriceList
|
||||||
this.retailPriceData = res.data.retailPriceList;
|
this.retailPriceData = res.data.retailPriceList
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
getPlatformConfigByKey({"platformKey": "pay_fee_url"}).then((res)=> {
|
getPlatformConfigByKey({"platformKey": "pay_fee_url"}).then((res)=> {
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
},
|
},
|
||||||
showWeixinSpan() {
|
showWeixinSpan() {
|
||||||
let host = window.location.host
|
let host = window.location.host
|
||||||
if(host === 'cloud.gyjerp.com' || host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
|
if(host === 'cloud.gyjerp.com') {
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user