add
This commit is contained in:
@ -81,16 +81,6 @@ var render = function() {
|
||||
var _vm = this
|
||||
var _h = _vm.$createElement
|
||||
var _c = _vm._self._c || _h
|
||||
if (!_vm._isMounted) {
|
||||
_vm.e0 = function($event) {
|
||||
return _vm.$yrouter.push({
|
||||
path: "/pages/shop/GoodsEvaluate/index",
|
||||
query: {
|
||||
id: _vm.cart.unique
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
var recyclableRender = false
|
||||
var staticRenderFns = []
|
||||
@ -166,7 +156,10 @@ var _default2 =
|
||||
return {};
|
||||
},
|
||||
mounted: function mounted() {},
|
||||
methods: {} };exports.default = _default2;
|
||||
methods: {
|
||||
routerGo: function routerGo(item) {
|
||||
this.$yrouter.push({ path: '/pages/shop/GoodsEvaluate/index', query: { id: cart.unique } });
|
||||
} } };exports.default = _default2;
|
||||
|
||||
/***/ })
|
||||
|
||||
|
Reference in New Issue
Block a user