@@ -22,7 +22,7 @@ export default {
props:['stock'],
methods: {
buy() {
- this.$msg('开发中')
+ this.$msg('升级中,暂时无法下单')
return false
this.$emit('buy')
},