diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..412191f --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,18 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "h5" : { + "launchtype" : "local" + }, + "provider" : "aliyun", + "type" : "uniCloud" + } + ] +} diff --git a/manifest.json b/manifest.json index e077ff4..61c4b3e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.37", - "versionCode" : 1037, + "versionName" : "1.0.40", + "versionCode" : 1040, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/curriculum/list/index.vue b/pages/curriculum/list/index.vue index 6a2ab45..b9e0469 100644 --- a/pages/curriculum/list/index.vue +++ b/pages/curriculum/list/index.vue @@ -25,7 +25,7 @@ {{childrenData.title}} - + diff --git a/pages/curriculum/order/index copy.vue b/pages/curriculum/order/index copy.vue new file mode 100644 index 0000000..63e53e3 --- /dev/null +++ b/pages/curriculum/order/index copy.vue @@ -0,0 +1,1746 @@ + + + + + \ No newline at end of file diff --git a/pages/curriculum/order/index.vue b/pages/curriculum/order/index.vue index 907f5fc..9469b18 100644 --- a/pages/curriculum/order/index.vue +++ b/pages/curriculum/order/index.vue @@ -2,22 +2,22 @@ + titleKey="title" dataListKey="courseList" :titleStyle="{}" :tabStyle="{ background: '#fff' }"> \ No newline at end of file +} + +/deep/.uni-section-header__decoration { + width: 14px; + height: 34px; +} + +/deep/.distraction { + font-size: 32rpx !important; + color: #294a97 !important; + font-weight: bold; +} + +/deep/.wrapper .section .content { + margin-top: 0 !important; +} \ No newline at end of file diff --git a/pages/my/set.vue b/pages/my/set.vue index a140aa4..cbf1074 100644 --- a/pages/my/set.vue +++ b/pages/my/set.vue @@ -44,7 +44,7 @@ 点击图片后长按图片保存到手机,或使用微信扫描二维码添加客服企业微信 - + @@ -124,6 +124,20 @@ export default { }, methods: { ...mapMutations(["setUserInfo"]), + // 放大图片 + previewImage(url) { + console.log(url); + this.showCodeImg = false + uni.previewImage({ + urls: [url], + // longPressActions: { + // itemList: ["很抱歉,暂不支持保存图片到本地"], + // success: function (res) { + // // console.log(res,'+++++') + // }, + // }, + }); + }, closePup(){ this.showCodeImg = false },