ccj 2 gadi atpakaļ
vecāks
revīzija
7d0762c351

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "2.1.143",
-    "versionCode" : 21143,
+    "versionName" : "2.1.144",
+    "versionCode" : 21144,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 5 - 5
pages/public/login_account_number.vue

@@ -119,11 +119,11 @@
 								helper.getListByUserId()
 							}
 							else{
-								that.$api.doRequest('post','/commonUser/api/loginQuickly',{mobilePhone: '14444444444',
-								veriCode: "123456",}).then(res2 => {
-									uni.setStorageSync('pcUserInfo', res2.data.data)
-									helper.getListByUserId()
-								})
+								// that.$api.doRequest('post','/commonUser/api/loginQuickly',{mobilePhone: '14444444444',
+								// veriCode: "123456",}).then(res2 => {
+								// 	uni.setStorageSync('pcUserInfo', res2.data.data)
+								// 	helper.getListByUserId()
+								// })
 							}
 							
 						})

+ 14 - 10
pages/user/depotAcquisition/depotAcquisition.vue

@@ -112,16 +112,20 @@
 		onShow() {
 			let _city = uni.getStorageSync("depotAcquisition_selectCity")
 			this.currentCityName = _city ? _city.positionName.cityName : ''
-			this.$api.doRequest('get', '/commonUser/api/checkSession').then(res => {
-				console.log("checkSession", res)
-				if (res.data.data == "INVALID") {
-					this.isShowAlert = true;
-				}
-				this.currentPage = 1
-				this.isLoadMore = false
-				this.loadStatus = 'more'
-				this.getListData()
-			})
+			// this.$api.doRequest('get', '/commonUser/api/checkSession').then(res => {
+			// 	console.log("checkSession", res)
+			// 	if (res.data.data == "INVALID") {
+			// 		this.isShowAlert = true;
+			// 	}
+			// 	this.currentPage = 1
+			// 	this.isLoadMore = false
+			// 	this.loadStatus = 'more'
+			// 	this.getListData()
+			// })
+			this.currentPage = 1
+			this.isLoadMore = false
+			this.loadStatus = 'more'
+			this.getListData()
 			console.log("hasLogin", this.hasLogin)
 		},
 		methods: {

+ 1 - 1
pages/user/user.vue

@@ -34,7 +34,7 @@
 				</view>
 			</view>
 		</view>
-		<view v-if="hasLogin && compName" class="cover-container">
+		<view v-if="hasLogin" class="cover-container">
 			<view class='cover-container-item'>
 				<view style='font-size:16px;padding-left:14px;'>我的功能</view>
 				<view class="cu-list grid" :class="['col-' + gridCol,gridBorder?'':'no-border']">