Browse Source

H5:商品详情

panyong 3 years ago
parent
commit
c0e0e492a3

+ 8 - 0
htmldev/dashboard/src/views/sell/food/food.vue

@@ -5,6 +5,7 @@
     closeable
     position="bottom"
     round
+    @click-close-icon="hide"
     style="height: 95%;">
     <div
       ref="food"
@@ -133,6 +134,9 @@ export default {
       }, 500)
     },
     hide () {
+      if (this.scroll) {
+        this.scroll.scrollTo(0, 0)
+      }
       this.showFlag = false
     },
     /**
@@ -217,6 +221,10 @@ export default {
   height: calc(100% - 68px);
   overflow: hidden;
 
+  .food-content {
+    padding-bottom: 68px;
+  }
+
   .image-header {
     position: relative;
     width: 100%;

+ 0 - 1
htmldev/dashboard/src/views/sell/goods/index.vue

@@ -103,7 +103,6 @@ import { apiProductList, apiProductDetail } from './api'
 import { mapGetters } from 'vuex'
 import { Toast, Button } from 'vant'
 
-// todo 登录成功不会掉接口
 export default {
   data () {
     return {