diff --git a/manifest.json b/manifest.json index f45145a6..99d50a90 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "太湖云医", "appid" : "__UNI__1B1584A", "description" : "太湖云医", - "versionName" : "1.0.10", - "versionCode" : 1010, + "versionName" : "1.0.11", + "versionCode" : 1011, "transformPx" : false, "sassImplementationName" : "node-sass", /* 5+App特有相关 */ diff --git a/package.json b/package.json index 81c5cdbe..129c2a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "edu-core": "file:../edu-core", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "jquery": "^3.7.1", "lodash": "^4.17.21", "qs": "^6.14.0", diff --git a/pages/curriculum/detail.vue b/pages/curriculum/detail.vue index c704cd2c..f3fe1001 100644 --- a/pages/curriculum/detail.vue +++ b/pages/curriculum/detail.vue @@ -6,7 +6,7 @@ diff --git a/pages/curriculum/index3.vue b/pages/curriculum/index3.vue index db575c40..4158bdd9 100644 --- a/pages/curriculum/index3.vue +++ b/pages/curriculum/index3.vue @@ -422,7 +422,7 @@ }); const joinedText = this.textList.join('/'); - this.goBuyTitle = '购买'+joinedText+'VIP,即可畅享更多专属权益'; + this.goBuyTitle = '购买'+joinedText+'VIP,即可畅享更多专属权益(不包含论坛)'; } }) }, diff --git a/pages/my/index.vue b/pages/my/index.vue index e9837922..ab3cbdaf 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -34,12 +34,17 @@ - {{ - userMes.nickname ? userMes.nickname : "未设置" - }} + + {{ userMes.nickname ? userMes.nickname : "未设置" }} + + 手机号:({{ userMes.tel }}) + + + +
@@ -256,6 +261,9 @@ export default { if (this.userInfo.id != undefined) { this.$http.post("common/user/getUserInfo").then((res) => { this.userMes = res.result; + this.userMes.profile = res.des || ''; + this.userMes.todayWatch = res.todayWatch || ''; + this.userMes.totalWatch = res.totalWatch || ''; }); } }, @@ -429,6 +437,12 @@ export default { line-height: 40rpx; color: #333; } + + .user-profile{ + font-size: 28rpx; + font-weight: normal; + display: inline-block; + } .phone { font-size: 26rpx; @@ -442,6 +456,11 @@ export default { margin-left: 10rpx; vertical-align: super; } + .watch-time { + margin-top: 10rpx; + display: inline-block; + margin-right: 10rpx; + } } } diff --git a/pages/my/persData.vue b/pages/my/persData.vue index 4947b7a4..501676ea 100644 --- a/pages/my/persData.vue +++ b/pages/my/persData.vue @@ -1,1048 +1,91 @@ \ No newline at end of file +// @import "@/style/mixin.scss"; + diff --git a/pages/wumen/medicaldes.vue b/pages/wumen/medicaldes.vue index 37688a6a..d61ce9fd 100644 --- a/pages/wumen/medicaldes.vue +++ b/pages/wumen/medicaldes.vue @@ -1,542 +1,970 @@ \ No newline at end of file + +.scroll-Y { + height: 100%; +} + +.scroll-view_H { + white-space: nowrap; + width: 100%; +} + +.scroll-view-item { + // height: 300rpx; + // line-height: 300rpx; + // text-align: center; + // font-size: 36rpx; +} + +.scroll-view-item_H { + display: inline-block; + width: 100%; + // height: 300rpx; + // line-height: 300rpx; + // text-align: center; + // font-size: 36rpx; +} + +.titleList { + height: 100%; +} + +.titleList2 { + height: calc(100% - 170rpx); +} + diff --git a/static/icon/map_ic_search.png b/static/icon/map_ic_search.png new file mode 100644 index 00000000..ba5e5b02 Binary files /dev/null and b/static/icon/map_ic_search.png differ diff --git a/style/mixin.scss b/style/mixin.scss new file mode 100644 index 00000000..66bab11f --- /dev/null +++ b/style/mixin.scss @@ -0,0 +1,3 @@ +@charset "utf-8"; +//主题色 +$themeColor: #5188e5; \ No newline at end of file