Browse Source

H5-删除TODO

panyong 3 years ago
parent
commit
6d2e993ab5

+ 0 - 1
htmldev/dashboard/src/login/index.vue

@@ -181,7 +181,6 @@ export default {
             message: '登录成功',
             forbidClick: true,
             onClose: () => {
-              // todo bug 登录成功不跳转
               const { nextUrl } = this.$route.query
               if (/\//.test(nextUrl)) {
                 this.$router.replace({ path: nextUrl })

+ 2 - 3
htmldev/dashboard/src/views/sell/goods/index.vue

@@ -1,8 +1,7 @@
 <template>
   <div>
-    <!--todo 临时隐藏-->
     <aflogo
-      :objCurrentBarInfo="objCurrentBarInfo" style="visibility: hidden;"/>
+      :objCurrentBarInfo="objCurrentBarInfo"/>
     <div class="goods">
       <div
         ref="menuWrapper"
@@ -151,7 +150,7 @@ export default {
     },
     async selectFood (food, event) {
       // better-scroll 默认会阻止浏览器的原生 click 事件。当设置为 true,better-scroll 会派发一个 click 事件,我们会给派发的 event 参数加一个私有属性 _constructed,值为 true
-      // todo 这里暂时用不到
+      // 这里暂时用不到
       // if (!event._constructed) {
       //   return
       // }