Commit 99321322 authored by youjie's avatar youjie

品牌检索

parent 663aaf22
......@@ -416,7 +416,7 @@ export default {
},
methods: {
getMixArea(type){
if(this.msg.MixAreaRequirement){
if(this.msg.MaxAreaRequirement!=''){
if(this.msg.MaxAreaRequirement<this.msg.MixAreaRequirement){
uni.showToast({
title: "不能小于"+this.msg.MixAreaRequirement+'面积',
......@@ -425,7 +425,7 @@ export default {
this.msg.MaxAreaRequirement = this.msg.MixAreaRequirement
}
}
if(this.msg.MixShopNum){
if(this.msg.MaxShopNum!=''){
if(this.msg.MaxShopNum<this.msg.MixShopNum){
uni.showToast({
title: "不能小于"+this.msg.MixShopNum+'个',
......
......@@ -4,8 +4,8 @@ export default {
Vue.prototype.host2 = "https://mallApi.oytour.com" //电商接口
//Vue.prototype.host2 = "http://192.168.5.46:8200"
Vue.prototype.host3 = "https://jjeduapi.oytour.com" //进阶小课堂以前接口
Vue.prototype.host2 = "http://192.168.5.56:8029"
// Vue.prototype.host3 = "https://jjeduapi.oytour.com" //进阶小课堂以前接口
Vue.prototype.UploadConfig = function() { //本地上传配置
return {
UploadUrl: this.host2.indexOf('mallApi') != -1 ? "https://upload.oytour.com/Upload/AppUpload" : "http://192.168.20.214:8120/Upload/AppUpload",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment