소스 검색

提示优化

shish 11 달 전
부모
커밋
e249090a1b
3개의 변경된 파일5개의 추가작업 그리고 15개의 파일을 삭제
  1. 0 8
      ghsApp/src/pagesPurchase/components/pageSuccess.vue
  2. 0 2
      mallApp/src/pages/billing/affirmGhs.vue
  3. 5 5
      mallApp/src/pages/item/components/subItem.vue

+ 0 - 8
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -193,10 +193,6 @@ export default {
 							},1100)
 							},1100)
 						}
 						}
 					}
 					}
-				}).catch(()=>{
-					//重要,如果报错了关闭加载中
-					uni.hideLoading()
-					this.$msg('出错了呢,请重试')
 				})
 				})
 			})
 			})
 		},
 		},
@@ -302,10 +298,6 @@ export default {
 						that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn+'&refresh=1',type:2})
 						that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn+'&refresh=1',type:2})
 					},1100)
 					},1100)
 				}
 				}
-			}).catch(()=>{
-				//重要,如果报错了关闭加载中
-				uni.hideLoading()
-				this.$msg('出错了,请重试')
 			})
 			})
 		},
 		},
 		goBackFn() {
 		goBackFn() {

+ 0 - 2
mallApp/src/pages/billing/affirmGhs.vue

@@ -350,8 +350,6 @@ export default {
 					this.$util.pageTo({url:"/pages/callback/pay?account="+account+'&hdId='+hdId+'&pageStatus=1&getPayType='+getPayType+'&totalPrice='+totalPrice+'&orderSn='+orderSn,type:2})
 					this.$util.pageTo({url:"/pages/callback/pay?account="+account+'&hdId='+hdId+'&pageStatus=1&getPayType='+getPayType+'&totalPrice='+totalPrice+'&orderSn='+orderSn,type:2})
 				}
 				}
 				this.removeMemory()
 				this.removeMemory()
-			}).catch((e)=>{
-				this.$msg('下单失败,请重试')
 			})
 			})
 		},
 		},
 		modifyItem() {
 		modifyItem() {

+ 5 - 5
mallApp/src/pages/item/components/subItem.vue

@@ -251,7 +251,7 @@ export default {
 				& .iconfont {
 				& .iconfont {
 					//margin-left: 15upx;
 					//margin-left: 15upx;
 					color: #3385ff;
 					color: #3385ff;
-					font-size: 42upx;
+					font-size: 55upx;
 				}
 				}
 				.position{
 				.position{
 					display: block;
 					display: block;
@@ -267,15 +267,15 @@ export default {
 				}
 				}
 				& > .num {
 				& > .num {
 					display: inline-block;
 					display: inline-block;
-					width: 120upx;
-					height:45upx;
+					width: 100upx;
+					height:40upx;
+					line-height:40upx;
 					text-align:center;
 					text-align:center;
 					margin: 0 8upx;
 					margin: 0 8upx;
 					color: #868686;
 					color: #868686;
 					border-radius: 22upx;
 					border-radius: 22upx;
 					background-color: #f5f5f5;
 					background-color: #f5f5f5;
-					padding: 3upx 0;
-					font-size: 25upx;
+					font-size: 24upx;
 				}
 				}
 				.change-input {
 				.change-input {
 					width: 164upx;
 					width: 164upx;