@@ -46,7 +46,7 @@ Page({
},
onLoad() {
- this.useStorge();
+ this.noUserStorge();
wx.setNavigationBarTitle({
title: '选择一位技师'
})
@@ -2,8 +2,7 @@ const idGen = (kind) => {
return kind + '_' + Date.now() + '_' + Math.random().toString().slice(-8);
};
-const graphqlURL = 'https://order.szu.im/graphql';
-// const graphqlURL = 'http://orderfcdb.ioobot.cn/graphql';
+const graphqlURL = 'https://orderfcdb.ioobot.cn/graphql';
const fetchGraphql = (query, variables, dataName, dataBack, that) => {
// 如果给了 databack,则返回对应的数据,没有则返回全部