|
|
@@ -78,7 +78,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import order from '../../mixins/order';
|
|
|
+import orderAct from '../../mixins/orderAct';
|
|
|
import product from '../../mixins/product';
|
|
|
export default {
|
|
|
name: 'detail',
|
|
|
@@ -89,7 +89,7 @@ export default {
|
|
|
timer: null
|
|
|
};
|
|
|
},
|
|
|
- mixins: [order, product],
|
|
|
+ mixins: [orderAct, product],
|
|
|
mounted() {
|
|
|
this.getInfo();
|
|
|
},
|