Browse Source

升级中

shish 4 years ago
parent
commit
abbfaa12ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mallApp/src/pages/goods/components/buy-foot.vue

+ 1 - 1
mallApp/src/pages/goods/components/buy-foot.vue

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