@@ -71,7 +69,6 @@ export default {
data() {
return {
- vcBtn: {},
gridInfo: []
}
},
@@ -103,17 +100,10 @@ export default {
gotoMyGrids() {
uni.navigateTo({url: './myGrids'})
},
- handleVConosle() {
- if (this.vcBtn.count == 5) {
- this.$injectLib("https://cdn.cunwuyun.cn/vconsole.min.js", () => new VConsole())
- } else {
- this.vcBtn.count++
- }
- }
+
},
created() {
document.title = '个人中心'
- this.vcBtn.count = 0
this.getGirdInfo()
this.injectJWeixin('openThirdAppServiceChat')
},
@@ -125,15 +115,6 @@ export default {
background-color: #fff;
padding-bottom: 100px;
box-sizing: border-box;
-
- .vconsoleBtn {
- position: fixed;
- top: 0;
- width: 60px;
- height: 60px;
- z-index: 202203181519;
- }
-
.card {
position: relative;
height: 458px;