zs hace 8 meses
padre
commit
5a8f53d401

+ 0 - 3
pagesHome/match/index.vue

@@ -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,

+ 0 - 3
pagesHome/match/sign.vue

@@ -147,9 +147,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,

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesHome/match/index.js.map


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesHome/match/sign.js.map


+ 0 - 3
unpackage/dist/dev/mp-weixin/pagesHome/match/index.js

@@ -514,9 +514,6 @@ var _default = {
                 res = _context4.sent;
                 if (res.errcode == '0') {
                   that.$set(that, "info", res.data);
-                  uni.setNavigationBarTitle({
-                    title: res.data.name
-                  });
                 } else {
                   uni.showToast({
                     title: res.errmsg

+ 0 - 3
unpackage/dist/dev/mp-weixin/pagesHome/match/sign.js

@@ -326,9 +326,6 @@ var _default = {
                 res = _context3.sent;
                 if (res.errcode == '0') {
                   that.$set(that, "info", res.data);
-                  uni.setNavigationBarTitle({
-                    title: res.data.name
-                  });
                 } else {
                   uni.showToast({
                     title: res.errmsg,