@@ -208,9 +208,6 @@
res = await that.$api(`/match/${that.id}`, 'GET', {})
if (res.errcode == '0') {
that.$set(that, `info`, res.data)
- uni.setNavigationBarTitle({
- title: res.data.name
- });
} else {
uni.showToast({
title: res.errmsg,
@@ -147,9 +147,6 @@
@@ -514,9 +514,6 @@ var _default = {
res = _context4.sent;
that.$set(that, "info", res.data);
title: res.errmsg
@@ -326,9 +326,6 @@ var _default = {
res = _context3.sent;