lilei 4 months ago
parent
commit
eb880fea5c
3 changed files with 7 additions and 5 deletions
  1. 2 2
      App.vue
  2. 1 0
      manifest.json
  3. 4 3
      pagesA/digitalShelf/choosePart.vue

+ 2 - 2
App.vue

@@ -2,8 +2,8 @@
 	export default {
 		globalData: {
 			// baseUrl: 'http://192.168.2.131:7002/saas/clz/', // 本地
-			baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
-			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
+			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
+			baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},
 		onLaunch: function() {
 			console.log('App Launch');

+ 1 - 0
manifest.json

@@ -5,6 +5,7 @@
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
+	"sassImplementationName": "node-sass",
     /* 5+App特有相关 */
     "app-plus" : {
         "usingComponents" : true,

+ 4 - 3
pagesA/digitalShelf/choosePart.vue

@@ -587,7 +587,8 @@
 			},
 			// 添加到购物车
 			addPart(event,item,type){
-				this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
+				console.log(event)
+				// this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
 				if(type == 'vin'){
 					this.updateListData(item.productSn,'vinPartList',1,true)
 				}else{
@@ -635,7 +636,7 @@
 					this.updateListData(data.index,type,data.value,true)
 				}
 				if(data.event){
-					this.$refs.cartAnimation.touchOnGoods(data.event,this.busPos);
+					// this.$refs.cartAnimation.touchOnGoods(data.event,this.busPos);
 				}
 			},
 			// 修改适配配件上数量
@@ -940,7 +941,7 @@
 				height: 50px;
 				align-items: center;
 				.submitBtn{
-					width: 140rpx;
+					width: 180rpx;
 					border-radius: 100rpx;
 					height: 36px;
 				}