|
@@ -164,6 +164,19 @@ var shoppingConfirm = new Vue({
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ watch:{
|
|
|
+ returnGoodsStutas(nval){
|
|
|
+ this.$nextTick(function(){
|
|
|
+ // 底部导航栏高度不一致问题
|
|
|
+ var height = $('#shoppingConfirm .summaryWrap').height() + 'px'
|
|
|
+ if(isPC){
|
|
|
+ $('#shoppingConfirm .summary-wrapper').css('height', height)
|
|
|
+ }else{
|
|
|
+ $('#shoppingConfirm .wrap').css('padding-bottom', height)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ },
|
|
|
methods: {
|
|
|
handleCheckboxChange: function(){
|
|
|
console.log(this.agreementActive)
|