@@ -193,10 +193,6 @@ export default {
},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})
- this.$msg('出错了,请重试')
goBackFn() {
@@ -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.removeMemory()
- }).catch((e)=>{
- this.$msg('下单失败,请重试')
modifyItem() {
@@ -251,7 +251,7 @@ export default {
& .iconfont {
//margin-left: 15upx;
color: #3385ff;
- font-size: 42upx;
+ font-size: 55upx;
.position{
display: block;
@@ -267,15 +267,15 @@ export default {
& > .num {
display: inline-block;
- width: 120upx;
- height:45upx;
+ width: 100upx;
+ height:40upx;
+ line-height:40upx;
text-align:center;
margin: 0 8upx;
color: #868686;
border-radius: 22upx;
background-color: #f5f5f5;
- padding: 3upx 0;
- font-size: 25upx;
+ font-size: 24upx;
.change-input {
width: 164upx;