浏览代码

修复bug

chenxiong 3 年之前
父节点
当前提交
1d5a3fd88c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      store/index.js

+ 1 - 1
store/index.js

@@ -4,7 +4,7 @@ import api from '@/common/api.js'
 Vue.use(Vuex);
 const store = new Vuex.Store({
 	state: {
-		hideBuyState:true, //是否隐藏购买流程和订单列表
+		hideBuyState:false, //是否隐藏购买流程和订单列表
 		login: true,
 		token: '',
 		avatarUrl: '',