Browse Source

人脸报错

qzy 7 months ago
parent
commit
8ec8f42612

+ 2 - 2
common/http.js

@@ -1,9 +1,9 @@
 
 // const ip = 'http://192.168.2.8:8080'; //线下
 //const ip = 'http://hs-server.aseanbusiness.cn'; //线上
-// const ip = 'http://hs-server.tbgjhc.top:8018';
+const ip = 'http://hs-server.tbgjhc.top:8018';
 const ngip = 'http://hs.tbgjhc.top:7010'
-const ip = 'http:///192.168.3.188:8080'; //线下
+// const ip = 'http:///192.168.3.15:8080'; //线下
 
 /**
  * 封装的http请求

+ 0 - 1
pages/face/faceRegister.nvue

@@ -47,7 +47,6 @@
 				});
 			},
 			registerFace(img) {
-				console.log(img);
 				if (!img) {
 					return;
 				}

+ 1 - 16
pages/market/one/leader/handle.vue

@@ -46,22 +46,7 @@
 						<text class="label">申报数量</text>
 						<text class="desc">{{ item.buyQty }}</text>
 					</view>
-					<view class="item">
-						<text class="label">商户名称</text>
-						<text class="desc">{{ item.enterpriseName }}</text>
-					</view>
-					<!-- 	<view class="item">
-						<text class="label">边民额度序号</text>
-						<text class="desc">{{ item.limitNo }}</text>
-					</view> -->
-					<view class="item">
-						<text class="label">商品额度</text>
-						<text class="desc">{{ item.glimit }}</text>
-					</view>
-					<view class="item">
-						<text class="label">商品序号</text>
-						<text class="desc">{{ item.gno }}</text>
-					</view>
+
 					<view class="item">
 						<text class="label">交易地区名称</text>
 						<text class="desc">{{ item.tradeAreaName }}</text>

+ 4 - 15
pages/market/one/leader/order.vue

@@ -42,25 +42,14 @@
 				<view class="clear"></view>
 				<view class="op">
 					<view class="date">{{ item.createTime }}</view>
-					<!-- <template v-if="item.finishStatus == 1 && (item.upStatus == 1||item.upStatus == 3)">
-						<view v-if="user.bindShop==2" class="an" style="color: blue;" @click.stop="resale(item)">上架
-						</view>
-						<view v-else class="an">请联系互助社绑定商铺
-						</view>
-					</template> -->
+					
 					<template
 						v-if="item.peopleConfirmStatus == 1 && item.Sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
 						<view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
 					</template>
-						v-if="item.peopleConfirmStatus == 1 && item.sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
-						<view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
-					</template>
-					<!-- 	<template v-if="item.resaleStatus == 1 && item.beingOrder == 0">
-						<view class="an" style="color: #f44336"  @click.stop="updateResalePrice(item.id)">修改转售价格</view>
-					</template> -->
-				<!-- 	<template v-if="item.resaleStatus == 0 && item.beingOrder == 0&& item.upStatus == 2">
+					<template v-if="item.resaleStatus == 0 && item.beingOrder == 0&& item.upStatus == 2">
 						<view class="an" style="color: #f44336" @click.stop="downOrder(item)">下架</view>
-					</template> -->
+					</template>
 				</view>
 			</view>
 			<view class="loading" v-if="loadMore"><u-loadmore :status="loadMore ? 'loading' : 'nomore'" /></view>
@@ -267,4 +256,4 @@
 	.state {
 		margin-right: -70px;
 	}
-</style>
+</style>

+ 1 - 10
pages/personal/personal.vue

@@ -202,16 +202,7 @@ export default {
 		};
 	},
 	onLoad() {
-		//人脸认证界面成功的回调
-		uni.$on('face', res => {
-			this.http.request({
-				url: '/sp-admin/app/AppUser/face',
-				method: 'POST',
-				success: res => {
-					this.user.face = 1;
-				}
-			});
-		});
+		
 	},
 	onShow() {
 		this.user = this.getUser();