소스 검색

行情多余表头去除

刘浩男 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}`
       });
     },
     //悬浮按钮点击事件