浏览代码

行情多余表头去除

刘浩男 1 年之前
父节点
当前提交
16a8434d5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/quotations/quotations.vue

+ 1 - 1
pages/quotations/quotations.vue

@@ -154,7 +154,7 @@ export default {
       console.log(e)
       const type = e.detail.index;
       uni.navigateTo({
-        url: '/pages/quotations/quotationsSecond?type=${type}'
+        url: `/pages/quotations/quotationsSecond?type=${type}`
       });
     },
     //悬浮按钮点击事件