[优惠券跳转商品确认页面需要跟小程序一直,可以选择优惠券]

This commit is contained in:
2021-10-15 15:08:13 +08:00
parent 2855bb58e6
commit 199c61af55
2 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,9 @@ import uView from "uview-ui";
Vue.use(uView);
const app = new Vue({
...App
...App
})
Vue.component('no-list',noList)
//v1.3.5起 H5端 你应该去除原有的app.$mount();使用路由自带的渲染方式