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: '',