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