Commit a331d981 authored by malin's avatar malin

v

parent 187821a1
......@@ -224,7 +224,7 @@ export default {
// process.env.NODE_ENV == "development"
// ? "com.h5game.bbqm"
// : h5LogsObj.pkg,
pkg: "com.h5game.bbq",
pkg: "com.h5game.bbqm",
zygt: "hzwz",
tgtk: 1,
uid: 1008611,
......@@ -250,7 +250,7 @@ export default {
// process.env.NODE_ENV == "development" ? "toutiao" : h5LogsObj.source,
zygt: "hzwz",
tgtk: 1,
pkg: "com.h5.bbqm",
pkg: "com.h5game.bbqm",
firstName: this.$route.query.name,
gender: this.$route.query.gender,
datadate: this.$route.query.date,
......
......@@ -166,11 +166,12 @@ export default {
methods: {
// 网络请求 获取宝宝姓名
_fetchName() {
let orderId = utils.getCookie("orderId");
let params = {
zygt: "hzwz",
tgtk: 1,
pkg: "com.h5.bbqm",
orderId: "1377535433709146112",
pkg: "com.h5game.bbqm",
orderId: orderId,
words: this.words,
page: this.page,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment