zhanghui 2 лет назад
Родитель
Сommit
39fa83bcba

+ 2 - 2
common/js/env.js

@@ -1,9 +1,9 @@
 "use strict";
 
 // let baseUrl = `https://jje.admin.xinyuekj.com.cn`
-// let baseUrl = `https://jje.xinyuekj.com.cn/prod-api`
+let baseUrl = `https://jje.xinyuekj.com.cn/prod-api`
 /** 测试环境 */
-let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
+// let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
 /** 开发环境*/
 // let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
 

+ 1 - 1
myPages/serviceObjectAllInfo/index.vue

@@ -5,7 +5,7 @@
                 <view class="nav-info">
                     <view class="nav-desc">
                         <view class="nav-name">
-                            <view class="">宝贝头像</view>
+<!--                            <view class="">宝贝头像</view>-->
                         </view>
                     </view>
                     <view  class="arrow-right">

+ 1 - 1
orderPages/bookService/index.vue

@@ -12,7 +12,7 @@
 			</picker>
 		</view>
 
-		<view class="flex-col group" v-if="serviceObjectList.length>1">
+		<view class="flex-col group">
 			<view class="serob"><text>服务对象</text></view>
 			<u-grid :border="false" col="4">
 				<u-grid-item v-for="(item,index) in serviceObjectList" :key="index">

+ 3 - 0
pages/login/login.vue

@@ -174,6 +174,9 @@
 						})
 
 					},
+					fail(err){
+						console.log('出错了++++++++++++++++',err)
+					}
 				})
 			},
 			getPhoneNumber(e) {