ccjgmwz 3 年 前
コミット
5c41e1518a

+ 2 - 2
config/index.js

@@ -1,8 +1,8 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
-	// baseUrlNew: 'http://192.168.1.119:9100/',
-	baseUrlNew: 'http://api1.eliangeyun.com/',
+	baseUrlNew: 'http://192.168.1.119:9100/',
+	// baseUrlNew: 'http://api1.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 2 - 2
manifest.json

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

+ 1 - 1
pages/sale/information.vue

@@ -69,7 +69,7 @@
 				<view class='Regular' style='color:#B2B3BB;' @click='more("/pages/sale/portprice")'>更多</view>
 			</view>
 			<!-- <uni-notice-bar scrollable="true" single="true" background-color="white" :portList="portList" ></uni-notice-bar> -->
-			<swiper class="screen-swiper header-swiper-port" :autoplay="true" interval="0" duration="10000"
+			<swiper class="screen-swiper header-swiper-port" :autoplay="true" interval="6000" duration="500"
 				:circular="true" :acceleration="true">
 				<swiper-item class="" v-for="(item,index) in portList" :key="index">
 					<view class='guess-section-wrap-item clearfix'>

+ 6 - 0
pages/user/contractLook/inventoryCost.vue

@@ -48,6 +48,9 @@
 </template>
 
 <script>
+	import {
+		mapState
+	} from 'vuex';
 	export default {
 		data() {
 			return {
@@ -76,6 +79,9 @@
 		onLoad: function(option) {
 			this.init()
 		},
+		computed: {
+			...mapState(['hasLogin', 'userInfo']),
+		},
 		methods: {
 			selectDate() {
 				this.show = true