gjy 2 年之前
父节点
当前提交
a9fb04965c
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 2 2
      config/index.js
  2. 3 0
      pages/business/businessNew.vue

+ 2 - 2
config/index.js

@@ -8,9 +8,9 @@ const dev = {
 	// baseUrlNew: 'http://192.168.110.82:8090/',
 	// baseUrlNew: 'http://192.168.110.82:8090/',
 	// baseUrlNew: 'http://192.168.110.202:8090/',
-	baseUrlNew: 'http://192.168.110.138:8090/',
+	// baseUrlNew: 'http://192.168.110.138:8090/',
 	// 上传图片的
-	// baseUrlNew: 'https://api2.eliangeyun.com/',
+	baseUrlNew: 'https://api2.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 3 - 0
pages/business/businessNew.vue

@@ -290,6 +290,7 @@
 		methods: {
 			delIcon() {
 				this.keyword = ''
+				uni.setStorageSync('jiaoyikeyword','')
 				this.mescroll.resetUpScroll()
 			},
 			previewImage(item, index) {
@@ -477,6 +478,8 @@
 						})
 
 					}
+				}else{
+					uni.hideLoading()
 				}
 
 			},