From 8135b187a9f03372457578c395cfe7a7778bd8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 9 Dec 2024 11:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 +- App.vue | 567 +-- config/baseUrl.js | 18 +- main.js | 3 +- manifest.json | 4 +- .../commonComponents/advertisement.vue | 251 ++ pages/peanut/aboutUs.vue | 4 +- pages/peanut/home.vue | 3404 ++++++++--------- pages/peanut/reCharge.vue | 1649 ++++---- static/icon/currency.png | Bin 0 -> 9898 bytes static/wumen40.png | Bin 0 -> 3436 bytes .../__UNI__9788EB5/www/app-service.js | 2 +- .../__UNI__9788EB5/www/manifest.json | 2 +- 13 files changed, 3088 insertions(+), 2820 deletions(-) create mode 100644 pages/component/commonComponents/advertisement.vue create mode 100644 static/icon/currency.png create mode 100644 static/wumen40.png diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 0852864..0d12f45 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -20,11 +20,11 @@ "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-ios" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" } ] diff --git a/App.vue b/App.vue index 482cffc..67607b3 100644 --- a/App.vue +++ b/App.vue @@ -1,303 +1,310 @@ \ No newline at end of file +/* #endif */ + diff --git a/config/baseUrl.js b/config/baseUrl.js index f11123d..f259e79 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -6,19 +6,21 @@ if (process.env.NODE_ENV === 'development') { // socketUrl = "ws://localhost:6001/"; // baseUrl = "https://twin-ui.com/demo/"; // baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境 - baseUrl = "https://api.nuttyreading.com/"; // 线上正式 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 + baseUrl = "https://api.nuttyreading.com/"; // 线上正式 + // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 // baseUrl = "http://59.110.212.44:9200/pb/"; // baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑 - // baseUrl = "http://192.168.110.110:9200/pb/"; - // baseUrl = "http://192.168.110.38:9200/pb/"; // 吴春磊笔记本1 + // baseUrl = "http://192.168.110.110:9200/pb/";//磊哥 + + // baseUrl = "http://192.168.110.38:9200/pb/"; // 吴春磊笔记本1 // socketUrl = "ws://8.129.186.35:6001/"; } else if (process.env.NODE_ENV === 'production') { - // 生产环境11 + // 生产环境11 + // baseUrl = "http://192.168.110.110:9200/pb/";//磊哥 // baseUrl = "http://59.110.212.44:9100/pb/"; // baseUrl = "https://testapi.nuttyreading.com/"; - baseUrl = "https://api.nuttyreading.com/"; //1 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 + baseUrl = "https://api.nuttyreading.com/"; //1 + // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 // baseUrl = "ws://twin-ui.com:6001/"; // socketUrl = "ws://twin-ui.com:6001/"; } @@ -61,4 +63,4 @@ export default Object.assign({ phoneRegular, mailRegular, passwordRegular -}, courtConfig); +}, courtConfig); \ No newline at end of file diff --git a/main.js b/main.js index ec15671..274967b 100644 --- a/main.js +++ b/main.js @@ -86,7 +86,8 @@ Vue.component("mescroll-body", MescrollBody); // import musicPlay from '@/components/music.vue' // Vue.component('music-play', musicPlay); - +import commonAdvertisement from '@/pages/component/commonComponents/advertisement.vue' +Vue.component('common-advertisement', commonAdvertisement); App.mpType = 'app' diff --git a/manifest.json b/manifest.json index a455f17..9636e04 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "sizes": "分辨率,192x192", "src": "图片路径" }], - "versionName": "1.2.61", - "versionCode": 1261, + "versionName": "1.2.67", + "versionCode": 1267, "app-plus": { "compatible": { "ignoreVersion": true diff --git a/pages/component/commonComponents/advertisement.vue b/pages/component/commonComponents/advertisement.vue new file mode 100644 index 0000000..d8c98b7 --- /dev/null +++ b/pages/component/commonComponents/advertisement.vue @@ -0,0 +1,251 @@ + + + + + diff --git a/pages/peanut/aboutUs.vue b/pages/peanut/aboutUs.vue index bcc423d..24f7f39 100644 --- a/pages/peanut/aboutUs.vue +++ b/pages/peanut/aboutUs.vue @@ -21,9 +21,9 @@

一款线上电子书APP,包含医学类、国学类、文学类、中医古籍等各种类型。3D仿真翻页、护眼模式等阅读技术,打造舒适阅读体验。图文混排,AI人声读书听书。部分电子书也有对应的纸质书,给予用户更多的阅读选择。

- + - + diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue index 69018a7..b35c35e 100644 --- a/pages/peanut/home.vue +++ b/pages/peanut/home.vue @@ -1,111 +1,93 @@ + @import "@/style/mixin.scss"; + + .appJump { + position: fixed; + right: 0; + top: 10%; + z-index: 1; + + .item { + background: rgba(255, 255, 255, 0.6); + margin-bottom: 40rpx; + border: 1px solid #fff; + align-items: center; + padding-right: 10rpx; + overflow: hidden; + border-radius: 50rpx 0 0 50rpx; + + text { + font-size: 20rpx; + } + + .img { + // width: 60rpx; height: 60rpx; + padding: 6rpx; + overflow: hidden; + + image { + width: 36rpx; + height: 36rpx; + border-radius: 100%; + } + } + } + } + + .newsBox { + justify-content: space-between; + background-color: #fff; + margin-top: 10px; + overflow: hidden; + border-radius: 20rpx; + padding: 10rpx; + overflow: hidden; + margin-bottom: 10px; + + .content { + image { + max-width: 100% !important; + } + } + + .icon { + width: 44rpx; + } + + .newscoll { + overflow: hidden; + width: calc(100% - 60rpx); + height: 40rpx; + border: #11a669; + line-height: 50rpx; + + .item { + .swiper-item { + font-size: 28rpx; + @include toe(); + } + } + } + } + + .yxTagBox {} + + .children_cate_box { + padding: 0 10px; + } + + .children_cate { + border-radius: 5px; + justify-content: space-evenly; + + background-color: #eee; + display: flex; + justify-items: normal; + padding-top: 12rpx; + overflow: hidden; + padding-bottom: 10rpx; + + .item { + width: 100%; + text-align: center; + align-items: center; + border-right: 1px solid #acacac33; + font-size: 30rpx; + + color: #333; + // border-radius: 10rpx; + } + + .item:last-child { + margin-right: 0; + border-right: none; + } + + .cur { + color: #55aa7f; + font-weight: bold; + border-radius: 5rpx; + } + } + + .fiveIcon { + justify-content: space-between; + text-align: center; + + text { + font-size: 28rpx; + color: #11a669; + } + + image { + width: 56rpx; + height: 56rpx; + margin: 0 auto; + } + } + + .hehan { + width: 80%; + margin: 10rpx auto; + } + + .zhekou { + .goodsName { + margin-bottom: 20rpx; + } + } + + .activityPrice { + font-size: 60rpx; + } + + .priceAndnum { + font-size: 24rpx !important; + + .price { + color: #9b9b9b !important; + font-size: inherit; + font-weight: normal !important; + display: block; + } + } + + .ProTabs { + // margin: 20rpx 0; + padding: 0 10px; + align-items: center; + + text { + padding: 8rpx 14rpx; + font-size: 32rpx; + display: inline-block; + border-radius: 10rpx; + overflow: hidden; + background-color: #dfeae2; + color: #0e583a; + font-weight: bold; + margin-right: 10rpx; + display: block; + width: 100%; + text-align: center; + } + + text.cur { + background-color: #55aa7f; + color: #fff; + } + + text:last-child { + margin-right: 0; + } + } + + .ProTabsBox { + margin-top: 10px; + padding-bottom: 3px; + } + + .New_ProTabs { + justify-content: space-between; + background-color: #fff; + padding-left: 10px; + padding-right: 10px; + + text { + // max-width: 12.5%; + background-color: #dfeae2; + color: #0e583a; + font-size: 34rpx; + line-height: 42rpx; + padding: 5px 10px; + font-weight: bold; + display: block; + width: 100%; + margin-right: 5px; + border-radius: 10rpx; + overflow: hidden; + text-align: center; + letter-spacing: 10rpx; + } + + text:last-child { + margin-right: 0; + } + + text.cur { + background-color: #55aa7f; + color: #fff; + } + } + + .wzProTabs { + display: flex; + justify-content: center; + padding: 0 20rpx; + + text { + padding: 8rpx 14rpx; + font-size: 32rpx; + display: inline-block; + border-radius: 10rpx; + overflow: hidden; + // background-color: #eee; + color: #55aa7f; + margin-right: 10rpx; + } + + text.cur { + background-color: #55aa7f; + color: #fff; + } + } + + // .newBook{margin-top: 10rpx;} + .scroll-view_H { + background-color: #fff; + white-space: nowrap; + padding: 10px; + margin-top: 12rpx; + } + + .scroll-view_H { + .item { + padding: 10rpx; + overflow: hidden; + display: inline-block; + padding-bottom: 0; + width: 180rpx !important; + margin-right: 20rpx; + border-radius: 10rpx; + + .videoBox { + image { + display: block; + width: 150rpx; + height: 170rpx; + } + } + + .bookName { + display: block; + margin-top: 6rpx; + color: #666; + font-size: 24rpx; + white-space: nowrap; + overflow-x: hidden; + overflow: hidden; + text-overflow: ellipsis; + } + } + + // .item.active{margin-right: 20rpx; border: 1px solid #55aa00; border-radius: 10rpx;} + } + + .flexbox { + display: flex; + } + + .head_line { + padding-top: 8rpx; + margin: 12rpx 0 0 0; + + b { + display: inline-block; + width: 12rpx; + height: 40rpx; + background-color: #54a966; + vertical-align: bottom; + margin: 0 20rpx 0 0; + } + + text { + font-size: 32rpx; + font-weight: bold; + } + + i { + float: right; + font-style: normal; + color: #8b8a91; + font-size: 24rpx; + margin: 5rpx 35rpx 0 0; + } + } + + .home_bg { + background-image: url("@/static/icon/home_bg.jpg"); + background-position: center center; + background-repeat: no-repeat; + background-size: cover; + padding: 20rpx; + position: relative; + + // margin-bottom:60rpx; + // height: 400rpx; margin-bottom: 130rpx; + .icon_hua_1 { + // margin: 0 auto; + width: 100%; + text-align: center; + height: 80rpx; + + image { + width: 150rpx; + height: 80rpx; + } + } + + .icon_hua { + width: 100%; + text-align: center; + display: block; + + image { + width: 150rpx; + height: 150rpx; + margin: 0 auto; + } + } + } + + .search_box { + margin: 20rpx auto 10rpx auto; + align-items: center; + width: calc(100% - 40rpx); + margin-bottom: 20rpx; + + .search { + height: 56upx; + display: flex; + width: 100%; + margin: 0 auto; + align-items: center; + padding: 0upx 40upx; + background-color: #fff; + border-radius: 20upx; + box-shadow: 0 0px 10px 1px #54a96633; + } + + .prompt { + color: #838383; + font-size: 24rpx; + } + + .icon_search { + background-image: url("@/static/icon/map_ic_search.png"); + background-position: center center; + background-repeat: no-repeat; + background-size: cover; + width: 36upx; + height: 36upx; + margin-right: 20upx; + } + + .searBtn { + // width: 180rpx; + width: calc(100% - 75% + 12px); + line-height: 56rpx; + text-align: center; + align-items: center; + font-size: 28rpx; + color: #fff; + margin-left: -80rpx; + background-color: #11a669; + border-top-right-radius: 20upx; + border-bottom-right-radius: 20upx; + } + } + + .home_nar { + background-color: #fff; + padding: 26rpx 10rpx; + justify-content: space-between; + display: flex; + color: #333; + margin-bottom: 0; + + // .dianzishu{ margin-right:10rpx; + // background-color:#f8d6f4 ; border: 2px solid #edcce9; + // } + // .chaoshi{background-color:#fff2d8 ; border: 2px solid #ede6d3; } + // .shuping{ background-color: #d6ffda; border: 2px solid #bae9bf;} + // .shuguan{ background-color:#e3f9f9 ; border: 2px solid #d7eced; } + .hn_cl_tit { + // width: 23%; + width: 31%; + text-align: center; + border-radius: 20rpx; + // line-height: 110upx; + //display: flex; + align-content: center; + justify-content: center; + + image { + width: 120rpx; + height: 120rpx; + display: block; + margin: 0 auto; + // margin: 0 20rpx; + } + + text { + display: block; + text-align: center; + margin-top: 4rpx; + font-size: 36rpx; + color: #000; + font-weight: blod; + } + } + } + + .home_lunbo { + margin: 40rpx 30rpx 0 30rpx; + } + + .home_shujia { + margin: 40rpx 20rpx 0 20rpx; + display: flex; + color: #333; + + .hn_sj { + width: 20%; + text-align: center; + font-size: 26upx; + + image { + width: 100upx; + height: 100upx; + margin: 0 auto; + } + } + } + + .home_xinshu { + margin: 35rpx 30rpx; + padding: 36rpx 16rpx 0 16rpx; + background-color: #fff; + border-radius: 30rpx; + + .hx_list { + margin: 0 15rpx 20rpx 15rpx; + text-align: center; + width: 28.5%; + float: left; + position: relative; + + image { + width: 100%; + height: 290upx; + margin: 0 0 20rpx 0; + } + + .hx_title { + font-size: 28rpx; + margin: 0 0 10rpx 0; + font-weight: bold; + } + + .hx_author { + font-size: 24rpx; + margin: 0 0 20rpx 0; + color: #9b9b9b; + } + + b { + display: block; + padding: 5rpx 10rpx; + border-radius: 10rpx; + text-align: center; + color: #fff; + font-weight: normal; + background: #27b386; + position: absolute; + left: -10upx; + top: 10upx; + font-size: 16rpx; + } + } + } + + .home_limit { + margin: 35rpx 0; + padding: 36rpx 0 20rpx 0; + background-color: #fff; + + .lt_list { + margin: 0 35rpx 0 0; + text-align: center; + position: relative; + + image { + width: 200upx; + height: 280upx; + margin: 0 0 20rpx 0; + } + + .lt_title { + font-size: 28rpx; + margin: 0 0 10rpx 0; + font-weight: bold; + } + + .lt_author { + font-size: 24rpx; + margin: 0 0 20rpx 0; + color: #9b9b9b; + } + + .lt_yuan { + text-decoration: line-through; + color: #c1c1c1; + margin: 0 0 5rpx 0; + } + + .lt_xian { + color: #bf0c0c; + font-weight: bold; + } + + b { + display: block; + padding: 5rpx 10rpx; + border-radius: 10rpx; + text-align: center; + color: #fff; + font-weight: normal; + background: #27b386; + position: absolute; + left: -10upx; + top: 10upx; + font-size: 16rpx; + } + } + + .lt_list:nth-child(1) { + margin-left: 30rpx; + } + + .lt_list:nth-last-child(1) { + padding-right: 30rpx; + } + } + + .home_jingxu { + margin: 60rpx 30rpx 0 30rpx; + + .hj_hot { + box-shadow: 0 0px 10px 1px #56565633; + background-color: #fff; + position: relative; + padding: 20upx 220upx 10upx 25upx; + margin: 0 0 60rpx 0; + border-radius: 15rpx; + min-height: 230rpx; + + view { + margin: 0 0 10rpx 0; + + text { + color: #9b9b9b; + font-size: 24rpx; + line-height: 36rpx; + } + + .bok_name { + font-weight: bold; + color: #333; + font-size: 28rpx; + } + } + + image { + position: absolute; + right: 30upx; + top: -30upx; + width: 160upx; + height: 240upx; + } + + b { + display: block; + padding: 5rpx 10rpx; + border-radius: 10rpx; + text-align: center; + color: #fff; + font-weight: normal; + background: #27b386; + position: absolute; + right: 150upx; + top: -20upx; + font-size: 16rpx; + } + } + } + + .limited { + width: 100%; + height: auto; + padding: 20rpx 10rpx 10rpx 10rpx; + display: flex; + align-items: center; + background-color: #fff; + margin-top: 50rpx; + + .limitedSymbol { + width: 22%; + height: 300rpx; + border-right: 1px solid #eee; + vertical-align: middle; + + image { + width: 120rpx; + height: 120rpx; + margin: 45px auto 0 auto; + } + } + + .limitedScrollBox { + width: 76%; + padding: 0 10rpx; + } + + .limitedItem { + width: 200rpx; + text-align: center; + + image { + width: 150upx; + height: 200upx; + margin: 15rpx auto 20rpx auto; + } + + text { + font-size: 20rpx; + display: block; + } + + .biaoti { + font-size: 30rpx; + margin: 10rpx 0 10rpx 0; + font-weight: bold; + } + + .xian { + font-size: 32rpx; + color: #bf0c0c; + font-weight: bold; + } + + .yuan { + text-decoration: line-through; + color: #c1c1c1; + } + } + } + + .goods { + width: 100%; + margin: 0 0 50rpx 0; + background-color: #fff; + margin-top: 10rpx; + + .goodsItem { + display: inline-block; + width: 46%; + border-radius: 20rpx; + padding: 25rpx; + padding-bottom: 5rpx; + margin: 0 20rpx 20rpx 20rpx; + background-color: #fff; + border: 1px solid #eee; + + .goodsImg { + width: 98%; + height: 380rpx; + border-radius: 10rpx; + } + + .goodsContent { + .goodsName { + margin-top: 10rpx; + font-size: 28rpx; + // font-weight: bold; + } + + .goodsPrice { + font-size: 28rpx; + margin: 5rpx 0 0 3rpx; + display: flex; + align-items: center; + justify-content: space-between; + + .price { + font-weight: bold; + color: #ff0000; + } + + .Salesnum { + color: #9b9b9b; + font-size: 24rpx; + } + } + } + } + + .goodsItem:nth-child(2n) { + margin-left: 0; + } + } + \ No newline at end of file diff --git a/pages/peanut/reCharge.vue b/pages/peanut/reCharge.vue index c7f62bf..06a3890 100644 --- a/pages/peanut/reCharge.vue +++ b/pages/peanut/reCharge.vue @@ -1,848 +1,899 @@ \ No newline at end of file + view { + background-image: linear-gradient(90deg, #ed7161 0%, #efa574 100%); + color: #fff; + width: 90%; + margin: 0 auto; + text-align: center; + font-size: 35rpx; + font-weight: bold; + padding: 25rpx 0; + border-radius: 50rpx; + } +} + diff --git a/static/icon/currency.png b/static/icon/currency.png new file mode 100644 index 0000000000000000000000000000000000000000..453b0c6eb48312e75a9a8ba7b853f0caac67c9ed GIT binary patch literal 9898 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 O0000=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(l))}f.state.get=function(){return this._vm._data.$$state},f.state.set=function(t){0},d.prototype.commit=function(t,e,i){var n=this,a=_(t,e,i),o=a.type,r=a.payload,s=(a.options,{type:o,payload:r}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(s,n.state)})))},d.prototype.dispatch=function(t,e){var i=this,n=_(t,e),a=n.type,o=n.payload,r={type:a,payload:o},s=this._actions[a];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(r,i.state)}))}catch(u){0}var c=s.length>1?Promise.all(s.map((function(t){return t(o)}))):s[0](o);return new Promise((function(t,e){c.then((function(e){try{i._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(r,i.state)}))}catch(u){0}t(e)}),(function(t){try{i._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(r,i.state,t)}))}catch(u){0}e(t)}))}))}},d.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},d.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},d.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},d.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},d.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),g(this,this.state,t,this._modules.get(t),i.preserveState),y(this,this.state)},d.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));l.delete(i,t[t.length-1])})),h(this)},d.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},d.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),h(this,!0)},d.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(d.prototype,f);var I=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=$(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof a?a.call(this,e,i):e[a]},i[n].vuex=!0})),i})),b=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var o=$(this.$store,"mapMutations",t);if(!o)return;n=o.context.commit}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i})),w=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;a=t+a,i[n]=function(){if(!t||$(this.$store,"mapGetters",t))return this.$store.getters[a]},i[n].vuex=!0})),i})),C=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var o=$(this.$store,"mapActions",t);if(!o)return;n=o.context.dispatch}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i}));function x(t){return function(t){return Array.isArray(t)||r(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function k(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function $(t,e,i){var n=t._modulesNamespaceMap[i];return n}function D(t,e,i){var n=i?t.groupCollapsed:t.group;try{n.call(t,e)}catch(a){t.log(e)}}function S(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function N(){var t=new Date;return" @ "+P(t.getHours(),2)+":"+P(t.getMinutes(),2)+":"+P(t.getSeconds(),2)+"."+P(t.getMilliseconds(),3)}function P(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var T={Store:d,install:v,version:"3.6.2",mapState:I,mapMutations:b,mapGetters:w,mapActions:C,createNamespacedHelpers:function(t){return{mapState:I.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var o=t.mutationTransformer;void 0===o&&(o=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var d=a(t.state);"undefined"!==typeof l&&(c&&t.subscribe((function(t,r){var s=a(r);if(i(t,d,s)){var c=N(),u=o(t),f="mutation "+t.type+c;D(l,f,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",n(s)),S(l)}d=s})),u&&t.subscribeAction((function(t,i){if(r(t,i)){var n=N(),a=s(t),o="action "+t.type+n;D(l,o,e),l.log("%c action","color: #03A9F4; font-weight: bold",a),S(l)}})))}}};t.exports=T}).call(this,i("c8ba"))},2714:function(t,e,i){var n="function"===typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=n&&a&&"function"===typeof a.get?a.get:null,r=n&&Map.prototype.forEach,s="function"===typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"===typeof c.get?c.get:null,l=s&&Set.prototype.forEach,d="function"===typeof WeakMap&&WeakMap.prototype,f=d?WeakMap.prototype.has:null,p="function"===typeof WeakSet&&WeakSet.prototype,h=p?WeakSet.prototype.has:null,y="function"===typeof WeakRef&&WeakRef.prototype,g=y?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,_=Object.prototype.toString,v=Function.prototype.toString,I=String.prototype.match,b=String.prototype.slice,w=String.prototype.replace,C=String.prototype.toUpperCase,x=String.prototype.toLowerCase,k=RegExp.prototype.test,$=Array.prototype.concat,D=Array.prototype.join,S=Array.prototype.slice,N=Math.floor,P="function"===typeof BigInt?BigInt.prototype.valueOf:null,T=Object.getOwnPropertySymbols,O="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,L="function"===typeof Symbol&&"object"===typeof Symbol.iterator,j="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===L||"symbol")?Symbol.toStringTag:null,A=Object.prototype.propertyIsEnumerable,B=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function M(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||k.call(/e/,e))return e;var i=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof t){var n=t<0?-N(-t):N(t);if(n!==t){var a=String(n),o=b.call(e,a.length+1);return w.call(a,i,"$&_")+"."+w.call(w.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return w.call(e,i,"$&_")}var E=i(0),R=E.custom,z=W(R)?R:null;function F(t,e,i){var n="double"===(i.quoteStyle||e)?'"':"'";return n+t+n}function H(t){return w.call(String(t),/"/g,""")}function U(t){return"[object Array]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}function q(t){return"[object RegExp]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}function W(t){if(L)return t&&"object"===typeof t&&t instanceof Symbol;if("symbol"===typeof t)return!0;if(!t||"object"!==typeof t||!O)return!1;try{return O.call(t),!0}catch(e){}return!1}t.exports=function t(e,i,n,a){var s=i||{};if(Q(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Q(s,"maxStringLength")&&("number"===typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!Q(s,"customInspect")||s.customInspect;if("boolean"!==typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Q(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Q(s,"numericSeparator")&&"boolean"!==typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var d=s.numericSeparator;if("undefined"===typeof e)return"undefined";if(null===e)return"null";if("boolean"===typeof e)return e?"true":"false";if("string"===typeof e)return function t(e,i){if(e.length>i.maxStringLength){var n=e.length-i.maxStringLength,a="... "+n+" more character"+(n>1?"s":"");return t(b.call(e,0,i.maxStringLength),i)+a}var o=w.call(w.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,J);return F(o,"single",i)}(e,s);if("number"===typeof e){if(0===e)return 1/0/e>0?"0":"-0";var p=String(e);return d?M(e,p):p}if("bigint"===typeof e){var y=String(e)+"n";return d?M(e,y):y}var _="undefined"===typeof s.depth?5:s.depth;if("undefined"===typeof n&&(n=0),n>=_&&_>0&&"object"===typeof e)return U(e)?"[Array]":"[Object]";var C=function(t,e){var i;if("\t"===t.indent)i="\t";else{if(!("number"===typeof t.indent&&t.indent>0))return null;i=D.call(Array(t.indent+1)," ")}return{base:i,prev:D.call(Array(e+1),i)}}(s,n);if("undefined"===typeof a)a=[];else if(G(a,e)>=0)return"[Circular]";function k(e,i,o){if(i&&(a=S.call(a),a.push(i)),o){var r={depth:s.depth};return Q(s,"quoteStyle")&&(r.quoteStyle=s.quoteStyle),t(e,r,n+1,a)}return t(e,s,n+1,a)}if("function"===typeof e&&!q(e)){var N=function(t){if(t.name)return t.name;var e=I.call(v.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(e),T=et(e,k);return"[Function"+(N?": "+N:" (anonymous)")+"]"+(T.length>0?" { "+D.call(T,", ")+" }":"")}if(W(e)){var R=L?w.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):O.call(e);return"object"!==typeof e||L?R:X(R)}if(function(t){if(!t||"object"!==typeof t)return!1;if("undefined"!==typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"===typeof t.nodeName&&"function"===typeof t.getAttribute}(e)){for(var V="<"+x.call(String(e.nodeName)),it=e.attributes||[],nt=0;nt",V}if(U(e)){if(0===e.length)return"[]";var at=et(e,k);return C&&!function(t){for(var e=0;e=0)return!1;return!0}(at)?"["+tt(at,C)+"]":"[ "+D.call(at,", ")+" ]"}if(function(t){return"[object Error]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e)){var ot=et(e,k);return"cause"in Error.prototype||!("cause"in e)||A.call(e,"cause")?0===ot.length?"["+String(e)+"]":"{ ["+String(e)+"] "+D.call(ot,", ")+" }":"{ ["+String(e)+"] "+D.call($.call("[cause]: "+k(e.cause),ot),", ")+" }"}if("object"===typeof e&&c){if(z&&"function"===typeof e[z]&&E)return E(e,{depth:_-n});if("symbol"!==c&&"function"===typeof e.inspect)return e.inspect()}if(function(t){if(!o||!t||"object"!==typeof t)return!1;try{o.call(t);try{u.call(t)}catch(V){return!0}return t instanceof Map}catch(e){}return!1}(e)){var rt=[];return r.call(e,(function(t,i){rt.push(k(i,e,!0)+" => "+k(t,e))})),Z("Map",o.call(e),rt,C)}if(function(t){if(!u||!t||"object"!==typeof t)return!1;try{u.call(t);try{o.call(t)}catch(e){return!0}return t instanceof Set}catch(i){}return!1}(e)){var st=[];return l.call(e,(function(t){st.push(k(t,e))})),Z("Set",u.call(e),st,C)}if(function(t){if(!f||!t||"object"!==typeof t)return!1;try{f.call(t,f);try{h.call(t,h)}catch(V){return!0}return t instanceof WeakMap}catch(e){}return!1}(e))return K("WeakMap");if(function(t){if(!h||!t||"object"!==typeof t)return!1;try{h.call(t,h);try{f.call(t,f)}catch(V){return!0}return t instanceof WeakSet}catch(e){}return!1}(e))return K("WeakSet");if(function(t){if(!g||!t||"object"!==typeof t)return!1;try{return g.call(t),!0}catch(e){}return!1}(e))return K("WeakRef");if(function(t){return"[object Number]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(k(Number(e)));if(function(t){if(!t||"object"!==typeof t||!P)return!1;try{return P.call(t),!0}catch(e){}return!1}(e))return X(k(P.call(e)));if(function(t){return"[object Boolean]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(m.call(e));if(function(t){return"[object String]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(k(String(e)));if(!function(t){return"[object Date]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e)&&!q(e)){var ct=et(e,k),ut=B?B(e)===Object.prototype:e instanceof Object||e.constructor===Object,lt=e instanceof Object?"":"null prototype",dt=!ut&&j&&Object(e)===e&&j in e?b.call(Y(e),8,-1):lt?"Object":"",ft=ut||"function"!==typeof e.constructor?"":e.constructor.name?e.constructor.name+" ":"",pt=ft+(dt||lt?"["+D.call($.call([],dt||[],lt||[]),": ")+"] ":"");return 0===ct.length?pt+"{}":C?pt+"{"+tt(ct,C)+"}":pt+"{ "+D.call(ct,", ")+" }"}return String(e)};var V=Object.prototype.hasOwnProperty||function(t){return t in this};function Q(t,e){return V.call(t,e)}function Y(t){return _.call(t)}function G(t,e){if(t.indexOf)return t.indexOf(e);for(var i=0,n=t.length;i=0},range:function(t,e){return t>=e[0]&&t<=e[1]},rangeLength:function(t,e){return t.length>=e[0]&&t.length<=e[1]},empty:r,isEmpty:r,jsonString:function(t){if("string"===typeof t)try{var e=JSON.parse(t);return!("object"!==(0,a.default)(e)||!e)}catch(i){return!1}return!1},landline:function(t){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(t)},object:s,array:function(t){return"function"===typeof Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)},code:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(e,"}$")).test(t)},func:c,promise:function(t){return s(t)&&c(t.then)&&c(t.catch)},video:function(t){return/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i.test(t)},image:function(t){var e=t.split("?")[0];return/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i.test(e)},regExp:function(t){return t&&"[object RegExp]"===Object.prototype.toString.call(t)},string:function(t){return"string"===typeof t}};e.default=u},"277e":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{col:{type:[String,Number],default:uni.$u.props.grid.col},border:{type:Boolean,default:uni.$u.props.grid.border},align:{type:String,default:uni.$u.props.grid.align}}};e.default=n},"278c":function(t,e,i){var n=i("c135"),a=i("9b42"),o=i("6613"),r=i("c240");t.exports=function(t,e){return n(t)||a(t,e)||o(t,e)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"283e":function(t,e,i){"use strict";i.r(e);var n=i("6247"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"28a6":function(t,e,i){"use strict";function n(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(t=String(t).toLowerCase(),t&&i.test(t)){if(4===t.length){for(var n="#",a=1;a<4;a+=1)n+=t.slice(a,a+1).concat(t.slice(a,a+1));t=n}for(var o=[],r=1;r<7;r+=2)o.push(parseInt("0x".concat(t.slice(r,r+2))));return e?"rgb(".concat(o[0],",").concat(o[1],",").concat(o[2],")"):o}if(/^(rgb|RGB)/.test(t)){var s=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return s.map((function(t){return Number(t)}))}return t}function a(t){var e=t;if(/^(rgb|RGB)/.test(e)){for(var i=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),n="#",a=0;a0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,o=n(t,!1),r=o[0],s=o[1],c=o[2],u=n(e,!1),l=u[0],d=u[1],f=u[2],p=(l-r)/i,h=(d-s)/i,y=(f-c)/i,g=[],m=0;m0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=this.$.$refs["ani"].ref;if(i)return new Promise((function(n,a){nvueAnimation.transition(i,c({styles:t},e),(function(t){n()}))}))}},{key:"_nvueNextAnimate",value:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2?arguments[2]:void 0,a=t[i];if(a){var o=a.styles,r=a.config;this._animateRun(o,r).then((function(){i+=1,e._nvueNextAnimate(t,i,n)}))}else this.currentStepAnimates={},"function"===typeof n&&n(),this.isEnd=!0}},{key:"step",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.animation.step(t),this}},{key:"run",value:function(t){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((function(){"function"===typeof t&&t()}),this.$.durationTime)}}]),t}(),l=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];l.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach((function(t){u.prototype[t]=function(){var e;return(e=this.animation)[t].apply(e,arguments),this}}))},"2b07":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={modal:{show:!1,title:"",content:"",confirmText:"\u786e\u8ba4",cancelText:"\u53d6\u6d88",showConfirmButton:!0,showCancelButton:!1,confirmColor:"#2979ff",cancelColor:"#606266",buttonReverse:!1,zoom:!0,asyncClose:!1,closeOnClickOverlay:!1,negativeTop:0,width:"650rpx",confirmButtonShape:""}}},"2b96":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniPopup",components:{},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"}},watch:{type:{handler:function(t){this.config[t]&&this[this.config[t]](!0)},immediate:!0},isDesktop:{handler:function(t){this.config[t]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(t){this.mkclick=t},immediate:!0},isMaskClick:{handler:function(t){this.mkclick=t},immediate:!0},showPopup:function(t){}},data:function(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:this.isDesktop?"fixforpc-top":"top"}},computed:{isDesktop:function(){return this.popupWidth>=500&&this.popupHeight>=500},bg:function(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted:function(){var t=this;(function(){var e=uni.getSystemInfoSync(),i=e.windowWidth,n=e.windowHeight,a=e.windowTop,o=e.safeArea,r=(e.screenHeight,e.safeAreaInsets);t.popupWidth=i,t.popupHeight=n+(a||0),o&&t.safeArea?t.safeAreaInsets=r.bottom:t.safeAreaInsets=0})()},destroyed:function(){this.setH5Visible()},created:function(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible:function(){},closeMask:function(){this.maskShow=!1},disableMask:function(){this.mkclick=!1},clear:function(t){t.stopPropagation(),this.clearPropagation=!0},open:function(e){if(!this.showPopup){e&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(e)||(e=this.type),this.config[e]?(this[this.config[e]](),this.$emit("change",{show:!0,type:e})):t("error","\u7f3a\u5c11\u7c7b\u578b\uff1a",e," at uni_modules/uni-popup/components/uni-popup/uni-popup.vue:279")}},close:function(t){var e=this;this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout((function(){e.showPopup=!1}),300)},touchstart:function(){this.clearPropagation=!1},onTap:function(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top:function(t){var e=this;this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0,this.$nextTick((function(){e.messageChild&&"message"===e.type&&e.messageChild.timerClose()})))},bottom:function(t){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0)},center:function(t){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center"},t||(this.showPopup=!0,this.showTrans=!0)},left:function(t){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)},right:function(t){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)}}};e.default=i}).call(this,i("0de9")["default"])},"2c48":function(t,e,i){"use strict";i.r(e);var n=i("e115"),a=i("db11");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"2c63":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("6f8d")),o=n(i("aeb9")),r={name:"u--input",mixins:[uni.$u.mpMixin,o.default,uni.$u.mixin],components:{uvInput:a.default}};e.default=r},"2cb7":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("65fd")),o=n(i("ab7c"));i("26cb");var r={data:function(){return{selected:1,pageNum:1,newBookList:[],tjProList:[],tagList:[],loadingNow:!1,pageSize:10,page:1,totalPage:0,status:3,path:"",youkeShow:!1,contentShow:0,swiperlist:[],productInfo:{},listenList:[],linkProducts:[],commentsList:[],options:[],buttonGroup:[{text:"\u52a0\u5165\u8d2d\u7269\u8f66",backgroundColor:"linear-gradient(90deg, #FFCD1E, #FF8A18)",color:"#fff"},{text:"\u7acb\u5373\u8d2d\u4e70",backgroundColor:"linear-gradient(90deg, #FE6035, #EF1224)",color:"#fff"}],contentButtonList:[{name:"\u5546\u54c1\u8be6\u60c5"},{name:"\u5546\u54c1\u8bc4\u4ef7"}]}},onLoad:function(t){},onHide:function(){this.page=1,this.tjProList=[]},onShow:function(){this.tjProList=[],this.getData(),this.getTags()},onReady:function(){},onPullDownRefresh:function(){this.page=1,this.tjProList=[],this.getData(),this.getTags(),uni.stopPullDownRefresh()},onReachBottom:function(){this.loadingNow=!0,t("log","\u5230\u5e95\u4e86"," at pages/user/visitor.vue:426"),this.page+1<=this.totalPage?(this.status=0,this.page++,this.getJtData()):this.status=1},filters:{formatRichText:function(t){var e=t.replace(/]*>/gi,(function(t,e){return t=t.replace(/style="[^"]+"/gi,"").replace(/style='[^']+'/gi,""),t=t.replace(/width="[^"]+"/gi,"").replace(/width='[^']+'/gi,""),t=t.replace(/height="[^"]+"/gi,"").replace(/height='[^']+'/gi,""),t}));return e=e.replace(/style="[^"]+"/gi,(function(t,e){return t=t.replace(/width:[^;]+;/gi,"max-width:100%;").replace(/width:[^;]+;/gi,"max-width:100%;"),t})),e=e.replace(/]*\/>/gi,""),e=e.replace(/\0&&(e.tagList=i.result.labels,e.tabsid=e.tagList[0].splId,e.getJtData())})).catch((function(e){t("log",e,"e"," at pages/user/visitor.vue:493")}))},tabsChange:function(t){this.tjProList=[],this.tabsid=t.splId,this.page=1,this.getJtData()},getJtData:function(){var e=this;this.$http.post("visitor/getProductsByLabel",{splId:this.tabsid,limit:this.pageSize,page:this.page}).then((function(i){0==i.code&&i.page.records.length>0?(e.tjProList=e.tjProList.concat(i.page.records),e.totalPage=i.page.pages,e.status=3,t("log",e.tjProList,"\u6309\u6807\u7b7e\u68c0\u7d22\u7ed3\u679c"," at pages/user/visitor.vue:516")):(e.tjProList=[],e.totalPage=0)})).catch((function(e){t("log",e,"\u6807\u7b7e\u68c0\u7d22\u62a5\u9519"," at pages/user/visitor.vue:522")}))},onPageJump:function(t){uni.navigateTo({url:t})},goDetail:function(t){var e=this;this.pageNum=2,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),this.swiperlist=[],this.$http.post("/visitor/info/"+t).then((function(t){if(e.productInfo=t.shopProduct,e.listenList=t.shopProduct.bookidsimages,null==e.productInfo.productImageList||""==e.productInfo.productImageList)e.swiperlist.push(e.productInfo.productImages);else for(var i=e.productInfo.productImageList.split(","),n=0;n'}));return e.replace(/(\r\n)|(\n)/g,"
")},formatRichText:function(t){var e=t.replace(/]*>/gi,(function(t,e){return t=t.replace(/style="[^"]+"/gi,"").replace(/style='[^']+'/gi,""),t=t.replace(/width="[^"]+"/gi,"").replace(/width='[^']+'/gi,""),t=t.replace(/height="[^"]+"/gi,"").replace(/height='[^']+'/gi,""),t}));return e=e.replace(/style="[^"]+"/gi,(function(t,e){return t=t.replace(/width:[^;]+;/gi,"max-width:100%;").replace(/width:[^;]+;/gi,"max-width:100%;"),t})),e=e.replace(/]*\/>/gi,""),e=e.replace(/\=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,s=!0,c=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return s=t.done,t},e:function(t){c=!0,r=t},f:function(){try{s||null==i.return||i.return()}finally{if(c)throw r}}}}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i0)){for(var n=0;n3)?i("view",{staticClass:t._$s(24,"sc","item flexbox"),attrs:{_i:24}},[i("view",[i("view",{staticClass:t._$s(26,"sc","img"),attrs:{_i:26}},[i("image",{attrs:{_i:27},on:{click:function(t){}}})]),i("view",{staticClass:t._$s(28,"sc","txt"),attrs:{_i:28}},[i("text")]),i("view",[i("text"),i("text"),i("text",{staticClass:t._$s(33,"sc","price"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.orderDetail.orderPrice)))])])])]):t._e(),i("view",{staticClass:t._$s(34,"sc","leve2"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","times"),attrs:{_i:35}},[i("view",{staticClass:t._$s(36,"sc","flexbox"),attrs:{_i:36}},[i("text"),i("text",[t._v(t._$s(38,"t0-0",t._s(t.orderDetail.orderSn)))])]),i("view",{staticClass:t._$s(39,"sc","flexbox"),attrs:{_i:39}},[i("text"),i("text",[t._v(t._$s(41,"t0-0",t._s(t.orderDetail.createTime)))])]),t._$s(42,"i",t.orderDetail.orderStatus>0)?i("view",{staticClass:t._$s(42,"sc","flexbox"),attrs:{_i:42}},[i("text"),i("text",[t._v(t._$s(44,"t0-0",t._s(t.orderDetail.createTime)))])]):t._e()])]),i("view",{staticClass:t._$s(45,"sc","leve3 flexbox"),attrs:{_i:45}},[i("view",{staticClass:t._$s(46,"sc","item"),attrs:{_i:46}},[t._$s(47,"i",3==t.orderDetail.orderStatus)?i("button",{staticClass:t._$s(47,"sc","mini-btn"),attrs:{_i:47},on:{click:t.goHome}}):t._e(),t._$s(48,"i",0==t.orderDetail.orderStatus)?i("button",{staticClass:t._$s(48,"sc","mini-btn"),attrs:{_i:48},on:{click:t.goPay}}):t._e()]),t._$s(49,"i",3==t.orderDetail.orderStatus)?i("view",{staticClass:t._$s(49,"sc","item"),attrs:{_i:49}},[i("button",{staticClass:t._$s(50,"sc","mini-btn"),attrs:{_i:50},on:{click:t.goCharge}})]):t._e()])]),i("z-navigation",{attrs:{_i:51}}),i("music-play",{attrs:{playData:t.playData,_i:52}})],1)},o=[]},"2fc0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={noNetwork:{tips:"\u54ce\u5440\uff0c\u7f51\u7edc\u4fe1\u53f7\u4e22\u5931",zIndex:"",image:"data:image/png;base64,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"}}},3007:function(t,e,i){"use strict";i.r(e);var n=i("2388"),a=i("a31b");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"2d9877f6",null,!1,n["a"],void 0);e["default"]=s.exports},3107:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("94bc")),o=a.default.color,r={loadingIcon:{show:!0,color:o["u-tips-color"],textColor:o["u-tips-color"],vertical:!1,mode:"spinner",size:24,textSize:15,text:"",timingFunction:"ease-in-out",duration:1200,inactiveColor:""}};e.default=r},3131:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e,i){var n=i.config.validateStatus,a=i.statusCode;!a||n&&!n(a)?e(i):t(i)}},"31c1":function(t,e,i){"use strict";i.r(e);var n=i("dee9"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"31de":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={scrollList:{indicatorWidth:50,indicatorBarWidth:20,indicator:!0,indicatorColor:"#f2f2f2",indicatorActiveColor:"#3c9cff",indicatorStyle:""}}},"325a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u4e13\u8457\u51fa\u7248",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(4,"v-show",!t.showSearchList),expression:"_$s(4,'v-show',!showSearchList)"}],attrs:{_i:4}},[t._$s(5,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(5,"sc","grid twoCateList"),attrs:{_i:5}},[i("u-grid",{staticClass:t._$s(6,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:6}},t._l(t._$s(7,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(7,"f",{forIndex:a,key:e.dictType}),attrs:{_i:"7-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("8-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"8-"+o}},[t._v(t._$s("8-"+o,"t0-0",t._s(e.dictValue)))])])})),1)],1):t._e(),t._$s(9,"i",2==t.curOneCateIndex&&2==t.curTwoCateIndex)?i("view",{staticClass:t._$s(9,"sc","titleList"),attrs:{_i:9}},[t._$s(10,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:3,_i:10}},t._l(t._$s(11,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(11,"f",{forIndex:a,key:e.id}),attrs:{_i:"11-"+o},on:{click:function(i){return t.previewImage(e.url)}}},[i("img",{staticClass:t._$s("12-"+o,"sc","wmzhimg"),attrs:{src:t._$s("12-"+o,"a-src",e.url),_i:"12-"+o}})])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:13}})],1):i("view",{staticClass:t._$s(14,"sc","titleList"),attrs:{_i:14}},[t._$s(15,"i",t.titleList.length>0&&(0==t.curOneCateIndex||2==t.curOneCateIndex))?i("u-grid",{attrs:{col:1,_i:15}},t._l(t._$s(16,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(16,"f",{forIndex:a,key:e.id}),attrs:{_i:"16-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("17-"+o,"c",["titleItem"]),attrs:{_i:"17-"+o}},[t._v(t._$s("17-"+o,"t0-0",t._s(e.name)))])])})),1):t._e(),t._$s(18,"i",t.titleList.length>0&&3==t.curOneCateIndex)?i("u-grid",{attrs:{col:1,_i:18}},t._l(t._$s(19,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(19,"f",{forIndex:a,key:e.id}),attrs:{_i:"19-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("20-"+o,"c",["titleItem"]),attrs:{_i:"20-"+o}},[t._v(t._$s("20-"+o,"t0-0",t._s(e.title)))])])})),1):t._e(),t._$s(21,"i",t.titleList.length>0&&1==t.curOneCateIndex)?i("view",{attrs:{_i:21}},t._l(t._$s(22,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("view",{key:t._$s(22,"f",{forIndex:a,key:e.id}),attrs:{_i:"22-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",[t._$s("24-"+o,"i",e.imageslist&&0==e.imageslist.length)?i("img",{staticClass:t._$s("24-"+o,"sc","chImage"),attrs:{_i:"24-"+o}}):i("img",{staticClass:t._$s("25-"+o,"sc","chImage"),attrs:{src:t._$s("25-"+o,"a-src",e.imageslist&&e.imageslist[0]),_i:"25-"+o}})]),i("view",{class:t._$s("26-"+o,"c",["titleItem"]),attrs:{_i:"26-"+o}},[t._v(t._$s("26-"+o,"t0-0",t._s(e.name)))])])})),0):t._e(),t._$s(27,"i",0==t.titleList.length)?i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:27}}):t._e()],1)])])],1)},o=[]},"325b":function(t,e,i){"use strict";i.r(e);var n=i("1ab3"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"327d":function(t,e,i){"use strict";i.r(e);var n=i("b31e"),a=i("d0b5");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"358f0a0c",null,!1,n["a"],void 0);e["default"]=s.exports},"329b":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("bfa5")),o={name:"u-divider",mixins:[uni.$u.mpMixin,uni.$u.mixin,a.default],computed:{textStyle:function(){var t={};return t.fontSize=uni.$u.addUnit(this.textSize),t.color=this.textColor,t},leftLineStyle:function(){var t={};return"left"===this.textPosition?t.width="80rpx":t.flex=1,t},rightLineStyle:function(){var t={};return"right"===this.textPosition?t.width="80rpx":t.flex=1,t}},methods:{click:function(){this.$emit("click")}}};e.default=o},"32cf":function(t,e,i){"use strict";i.r(e);var n=i("329b"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},3390:function(t,e,i){"use strict";i.r(e);var n=i("b293"),a=i("9511");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"33a0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={line:{color:"#d6d7d9",length:"100%",direction:"row",hairline:!0,margin:0,dashed:!1}}},"33b7":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={radio:{name:"",shape:"",disabled:"",labelDisabled:"",activeColor:"",inactiveColor:"",iconSize:"",labelSize:"",label:"",labelColor:"",size:"",iconColor:"",placement:""}}},"33da":function(t,e,i){"use strict";i.r(e);var n=i("9890"),a=i("ac13");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f084c250",null,!1,n["a"],void 0);e["default"]=s.exports},"340f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uniLink:i("69bd").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",[n("public-module",{attrs:{_i:1}}),n("z-nav-bar",{attrs:{title:"\u5173\u4e8e\u6211\u4eec",_i:2}}),n("view",{staticClass:t._$s(3,"sc","APPinfo"),attrs:{_i:3}},[n("image",{attrs:{src:t._$s(4,"a-src",i("f473")),_i:4}}),n("br"),n("p",[t._v(t._$s(6,"t0-0",t._s(t.versionName))+t._$s(6,"t0-1",t._s(t.versionCode)))])]),n("view",{staticClass:t._$s(7,"sc","telInfo"),attrs:{_i:7}},[n("view",{staticClass:t._$s(8,"sc","nav_list flexbox"),attrs:{_i:8}},[n("text"),n("view",{staticClass:t._$s(10,"sc","view1"),attrs:{_i:10}},[n("text"),n("image",{attrs:{src:t._$s(12,"a-src",i("cd1c")),_i:12},on:{click:t.makeTel}})])])]),n("view",{staticClass:t._$s(13,"sc","prof"),attrs:{_i:13}},[n("p")]),n("view",[n("uni-link",{attrs:{href:"https://main.nuttyreading.com/privacy.html",text:"\u9690\u79c1\u653f\u7b56",_i:16}})],1),n("music-play",{attrs:{playData:t.playData,_i:17}})],1)},o=[]},"341d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uDivider:i("381d").default,zNavigation:i("183f").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u5434\u95e8\u533b\u8ff0",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","oneCateList flexbox"),attrs:{_i:4}},t._l(t._$s(5,"f",{forItems:t.oneCateList}),(function(e,n,a,o){return i("text",{key:t._$s(5,"f",{forIndex:a,key:e.type}),class:t._$s("5-"+o,"c",[t.curOneCateIndex==n?"cur":""]),attrs:{_i:"5-"+o},on:{click:function(i){return t.setOneCateIndex(e,n)}}},[t._v(t._$s("5-"+o,"t0-0",t._s(e.title)))])})),0),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(6,"v-show",!t.showSearchList),expression:"_$s(6,'v-show',!showSearchList)"}],attrs:{_i:6}},[t._$s(7,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(7,"sc","grid twoCateList"),attrs:{_i:7}},[i("u-grid",{staticClass:t._$s(8,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:8}},t._l(t._$s(9,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(9,"f",{forIndex:a,key:e.dictType}),attrs:{_i:"9-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("10-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"10-"+o}},[t._v(t._$s("10-"+o,"t0-0",t._s(e.dictValue)))])])})),1)],1):t._e(),t._$s(11,"i",2==t.curOneCateIndex&&2==t.curTwoCateIndex)?i("view",{staticClass:t._$s(11,"sc","titleList"),attrs:{_i:11}},[t._$s(12,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:3,_i:12}},t._l(t._$s(13,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(13,"f",{forIndex:a,key:e.id}),attrs:{_i:"13-"+o},on:{click:function(i){return t.previewImage(e.url)}}},[i("img",{staticClass:t._$s("14-"+o,"sc","wmzhimg"),attrs:{src:t._$s("14-"+o,"a-src",e.url),_i:"14-"+o}})])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:15}})],1):t._$s(16,"e",0==t.curOneCateIndex&&(0==t.curTwoCateIndex||2==t.curTwoCateIndex))?i("view",{staticClass:t._$s(16,"sc","titleList"),attrs:{_i:16}},[t._$s(17,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:1,_i:17}},t._l(t._$s(18,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(18,"f",{forIndex:a,key:e.id}),attrs:{_i:"18-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("19-"+o,"c",["titleItem"]),attrs:{_i:"19-"+o}},[t._v(t._$s("19-"+o,"t0-0",t._s(e.title)))])])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:20}})],1):t._$s(21,"e",0==t.curOneCateIndex&&1==t.curTwoCateIndex)?i("view",{staticClass:t._$s(21,"sc","titleList"),attrs:{_i:21}},[i("u-divider",{attrs:{text:"\u70b9\u51fb\u6807\u7b7e\u8fdb\u5165\u51fa\u7248\u4e13\u8457",_i:22}})],1):i("view",{staticClass:t._$s(23,"sc","titleList"),attrs:{_i:23}},[t._$s(24,"i",t.titleList.length>0&&(0==t.curOneCateIndex||2==t.curOneCateIndex))?i("u-grid",{attrs:{col:1,_i:24}},t._l(t._$s(25,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(25,"f",{forIndex:a,key:e.id}),attrs:{_i:"25-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("26-"+o,"c",["titleItem"]),attrs:{_i:"26-"+o}},[t._v(t._$s("26-"+o,"t0-0",t._s(e.name)))])])})),1):t._e(),t._$s(27,"i",t.titleList.length>0&&3==t.curOneCateIndex)?i("u-grid",{attrs:{col:1,_i:27}},t._l(t._$s(28,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(28,"f",{forIndex:a,key:e.id}),attrs:{_i:"28-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("29-"+o,"c",["titleItem"]),attrs:{_i:"29-"+o}},[t._v(t._$s("29-"+o,"t0-0",t._s(e.title)))])])})),1):t._e(),t._$s(30,"i",t.titleList.length>0&&1==t.curOneCateIndex)?i("view",{attrs:{_i:30}},t._l(t._$s(31,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("view",{key:t._$s(31,"f",{forIndex:a,key:e.id}),attrs:{_i:"31-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",[t._$s("33-"+o,"i",e.imageslist&&0==e.imageslist.length)?i("img",{staticClass:t._$s("33-"+o,"sc","chImage"),attrs:{_i:"33-"+o}}):i("img",{staticClass:t._$s("34-"+o,"sc","chImage"),attrs:{src:t._$s("34-"+o,"a-src",e.imageslist&&e.imageslist[0]),_i:"34-"+o}})]),i("view",{class:t._$s("35-"+o,"c",["titleItem"]),attrs:{_i:"35-"+o}},[t._v(t._$s("35-"+o,"t0-0",t._s(e.name)))])])})),0):t._e(),t._$s(36,"i",0==t.titleList.length)?i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:36}}):t._e()],1)])]),i("z-navigation",{attrs:{_i:37}})],1)},o=[]},"34af":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("d9ec")),r=n(i("f524")),s=n(i("3131")),c=i("47a2");function u(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;ethis.playlist.length-1&&(this.playIndex=0),n=this.playlist[this.playIndex],this.audioMannager.title=n.musicName,this.audioMannager.coverImgUrl=n.musicAlbumURl,this.audioMannager.src=n.musicPath,this.playOrPause(!0);case 11:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}(),createNotification:function(){var t=this;return new Promise((function(e,i){t.musicNotification.createNotification((function(){t.isCreateNotification=!0,e()}))}))},playOrPause:function(t){this.playing="boolean"===typeof t?t:!this.playing,this.musicNotification.playOrPause(this.playing),this.musicNotification.setPosition(1e3*this.audioMannager.currentTime),this.playing?this.audioMannager.play():this.audioMannager.pause()},lockActivity:function(){var t=this;this.checkOverlayDisplayPermission()?(this.musicNotification.openLockActivity(!this.isLockActivity),this.isLockActivity=!this.isLockActivity):this.showLockActivityModal((function(){return t.lockActivity()}))},showLockActivityModal:function(t){var e=this;uni.showModal({content:"\u8be5\u529f\u80fd\u9700\u8981\u5f00\u542f\u60ac\u6d6e\u7a97\u6743\u9650",success:function(i){var n=i.confirm;n&&(plus.globalEvent.addEventListener("openLockActivity",(function(e){var i=e.type;i&&t(),plus.globalEvent.removeEventListener("openLockActivity")})),e.musicNotification.openOverlaySetting())}})},switchNotification:function(){this.systemNotification=!this.systemNotification,this.musicNotification.switchNotification(this.systemNotification)},logout:function(){this.isCreateNotification=!1,t("log","logout"," at pages/listen/bgMusix.vue:335"),this.musicNotification.cancel(),this.audioMannager.stop()}}};e.default=r}).call(this,i("0de9")["default"])},"34c78":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=i("26cb"),r=n(i("90be"));function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{playData:{},bookList:[],page:1,contentShow:1}},onLoad:function(){this.getfreeBook()},methods:{setData:function(t){this.contentShow=t,this.getfreeBook()},goToClock:function(e){t("log",e,"val"," at pages/clock/index.vue:62"),1==this.contentShow?this.onPageJump("../clock/clock?bookid="+e.id):uni.navigateTo({url:"../eBook/bookContent?Id="+e.id})},getfreeBook:function(){var e=this;1==this.contentShow?this.$http.post("book/clock/getUserClockBooks",{userId:this.userInfo.id,limit:100,page:1}).then((function(i){0==i.code&&(e.bookList=i.page.records,t("log",e.bookList,"\u6253\u5361\u5217\u8868"," at pages/clock/index.vue:85"))})):this.$http.post("book/clock/getUserClockBestBooks",{userId:this.userInfo.id,limit:100,page:1}).then((function(i){0==i.code&&(e.bookList=i.page.records,t("log",e.bookList,"\u6253\u5361\u5217\u8868"," at pages/clock/index.vue:99"))}))},onPageJump:function(t){uni.navigateTo({url:t})}},computed:function(t){for(var e=1;e\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

',directoryList:[],currentPage:0,innerHeight:0,preChapter:{ready:!1,chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},curChapter:{chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},nextChapter:{ready:!1,chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},tmpChapter:{text:"",canRead:!0},cover:{pageTranslate:["","",""]},prePage:{ready:!1,chapterName:"",text:"",pageNum:"",totalPage:1,pageTranslate:["","",""],canRead:!0},curPage:{ready:!1,chapterName:"",text:"",pageNum:1,totalPage:1,pageTranslate:["","",""],canRead:!0},nextPage:{ready:!1,chapterName:"",text:"",pageNum:"",totalPage:"",pageTranslate:["","",""],canRead:!0},next:!1,pre:!1,waitForNext:!1,waitForPre:!1,waitForNextChapter:!1,waitForPreChapter:!1,showAnimation:!1,showShadow:!1,windowWidth:0,windowHeight:0,contentHeight:0,platform:"",batteryState:"",batteryLevel:100,systemTime:"",systemTimeStr:"",statusBarHeight:0,pixelRatio:"",touchStartX:0,touchX:0,delta:0,touchStartY:0,touchY:0,menuShow:!1,itemShow:!1,settingShow:!1,directoryShow:!1,directoryShowBefore:!1,turnPageTime:.5,maxFontSize:30,minFontSize:14,turnType:0,fontSize:"",simplified:"",lineHeight:"",background:"",colorList:["#000","#666"],chapterProgress:0,progressTouched:!1}},onLoad:function(){this.getSystemInfo()},onUnload:function(){plus.navigator.setFullscreen(!1),this.setStorage()},onHide:function(){this.setStorage()},mounted:function(){this.initPage()},computed:{progress:function(){return 1===this.curChapter.totalPage?0:this.currentPage/(this.curChapter.totalPage-1)}},methods:{setStorage:function(){var t=this,e=uni.getStorageSync("history");"object"!==(0,r.default)(e)&&(e=[]);var i=!1;e.forEach((function(e){e.bookId===t.bookId&&(i=!0,e.chapterIndex=t.curChapter.chapterIndex,e.progress=t.progress)})),i||e.push({bookId:this.bookId,chapterIndex:this.curChapter.chapterIndex,progress:this.progress}),uni.setStorageSync("history",e)},back:function(){uni.navigateBack()},getSystemInfo:function(){var t=this,e=uni.getSystemInfoSync(),i=e.windowWidth,n=e.windowHeight,a=e.statusBarHeight,o=e.platform,s=e.pixelRatio;this.statusBarHeight=a,this.windowWidth=i,this.windowHeight=n,this.pixelRatio=s,this.platform=o,plus.navigator.setFullscreen(!0);var c=this.$mp.page.$getAppWebview();if(c.setStyle({popGesture:"none"}),"ios"===this.platform){var l=plus.ios.import("UIDevice"),d=l.currentDevice();d.isBatteryMonitoringEnabled()||d.setBatteryMonitoringEnabled(!0),setInterval((function(){t.batteryState=d.batteryState(),t.batteryLevel=100*d.batteryLevel()}),1e3)}else{var f=plus.android.runtimeMainActivity(),p=plus.android.importClass("android.content.Intent"),h=plus.android.implements("io.dcloud.feature.internal.reflect.BroadcastReceiver",{onReceive:function(e,i){var n=i.getAction();n==p.ACTION_BATTERY_CHANGED&&(t.batteryState=i.getIntExtra("status",0),t.batteryLevel=i.getIntExtra("level",0))}}),y=plus.android.importClass("android.content.IntentFilter"),g=new y(p.ACTION_BATTERY_CHANGED);f.registerReceiver(h,g)}var m=new Date;this.systemTime=Date.parse(m),this.systemTimeStr=(0,u.dateToStr)(this.systemTime),setInterval((function(){t.systemTime+=6e4,t.systemTimeStr=(0,u.dateToStr)(t.systemTime)}),6e4),this.fontSize=uni.getStorageSync("fontSize"),"number"!==typeof this.fontSize&&(this.fontSize=16),this.simplified=uni.getStorageSync("simplified"),"number"!==typeof this.simplified&&(this.simplified=1),this.lineHeight=uni.getStorageSync("lineHeight"),"number"!==typeof this.lineHeight&&(this.lineHeight=1.5),this.background=uni.getStorageSync("background"),"number"!==typeof this.background&&(this.background=1),this.turnType=uni.getStorageSync("turnType"),"number"!==typeof this.turnType&&(this.turnType=0);var _=uni.getStorageSync("history");"object"!==(0,r.default)(_)&&(_=[]),_.forEach((function(e){e.bookId===t.bookId&&(t.history=e)}))},initPage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),t.cover.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],e.next=4,t.calcHeight();case 4:return e.next=6,t.getDirectoryList();case 6:return(t.history.chapterIndex>t.directoryList.length-1||!t.history.chapterIndex)&&(t.history.chapterIndex=0),e.next=9,t.getThreeChapter(t.history.chapterIndex);case 9:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.goToPage(i),uni.hideLoading();case 12:case"end":return e.stop()}}),e)})))()},calcHeight:function(){var t=this;if(!this.contentHeight)return new Promise((function(e,i){t.$nextTick((function(){var i=uni.createSelectorQuery().in(t);i.select("#content").boundingClientRect((function(i){var n=i.height;t.contentHeight=n;var a=t.fontSize*t.lineHeight;a=Math.floor(a*t.pixelRatio)/t.pixelRatio;var o=Math.floor((n+Math.floor((a-t.fontSize)/2))/a);t.innerHeight=o*a,e()})).exec()}))}));var e=this.fontSize*this.lineHeight;e=Math.floor(e*this.pixelRatio)/this.pixelRatio;var i=Math.floor((this.contentHeight+Math.floor((e-this.fontSize)/2))/e);this.innerHeight=i*e},calcCurChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#curChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.curChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.curChapter.ready=!0,e()})).exec()}),100)}))},calcPreChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#preChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.preChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.preChapter.ready=!0,t.waitForPre&&(uni.hideLoading(),t.waitForPre=!1,t.goPrePage()),t.waitForPreChapter&&(uni.hideLoading(),t.waitForPreChapter=!1,t.goPreChapter()),e()})).exec()}),100)}))},calcNextChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#nextChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.nextChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.nextChapter.ready=!0,t.waitForNext&&(uni.hideLoading(),t.waitForNext=!1,t.goNextPage()),t.waitForNextChapter&&(uni.hideLoading(),t.waitForNextChapter=!1,t.goNextChapter()),e()})).exec()}),100)}))},coverTouchStart:function(t){this.showAnimation=!1,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY},coverTouchMove:function(t){this.showShadow=!0;var e=0;0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&(e>0&&(e=0),this.cover.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]),!this.pre&&!this.next&&e<0&&(this.next=!0,this.cover.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px,)")]),this.pre||!this.pre&&!this.next&&e>0&&(this.pre=!0,uni.showToast({title:"\u5df2\u7ecf\u662f\u7b2c\u4e00\u9875\u4e86",icon:"none"}))},coverTouchEnd:function(t){this.showAnimation=!0,this.showShadow=!1;var e=0;e=0===this.turnType||1===this.turnType?t.changedTouches[0].clientX-this.touchStartX:t.changedTouches[0].clientY-this.touchStartY,0===e?t.changedTouches[0].clientXthis.windowWidth/3*2?(this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"]):t.changedTouches[0].clientX<=this.windowWidth/3*2&&t.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?(this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"]):this.next&&this.delta>0&&(this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]),this.next=!1,this.pre=!1},coverTouchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.next=!1,this.pre=!1},touchStart:function(t){this.showAnimation=!1,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY},touchMove:function(t){this.showShadow=!0;var e=0;if(0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&this.nextPage.ready){if(this.nextPage.isEnd)return;e>0&&(e=0),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]}!this.pre&&!this.next&&e<0&&(this.next=!0,this.nextPage.ready?this.nextPage.isEnd?uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"}):(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.nextChapter.ready&&(this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.pre&&this.prePage.ready&&(e<0&&(e=0),this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),!this.pre&&!this.next&&e>0&&(this.pre=!0,this.prePage.ready?this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.preChapter.ready&&(this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]))},touchEnd:function(t){this.showAnimation=!0,this.showShadow=!1;var e=0;e=0===this.turnType||1===this.turnType?t.changedTouches[0].clientX-this.touchStartX:t.changedTouches[0].clientY-this.touchStartY,e<.8&&e>-.8?t.changedTouches[0].clientXthis.windowWidth/3*2?this.goNextPage():t.changedTouches[0].clientX<=this.windowWidth/3*2&&t.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?this.goNextPage():this.next&&this.delta>0?(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]):this.pre&&this.delta>=0?this.goPrePage():this.pre&&this.delta<0&&(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]),this.next=!1,this.pre=!1},touchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.next=!1,this.pre=!1},showMenu:function(){var t=this;plus.navigator.setFullscreen(!1),this.menuShow=!0,setTimeout((function(){t.itemShow=!0}),100)},closeMenu:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.settingShow=!1,this.directoryShow=!1,setTimeout((function(){t.directoryShowBefore=!1,t.menuShow=!1}),300)},openSetting:function(){var t=this;this.itemShow=!1,setTimeout((function(){t.settingShow=!0}),300)},openDirectory:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.directoryShowBefore=!0,setTimeout((function(){t.directoryShow=!0}),300)},slideChanging:function(t){this.progressTouched=!0,this.chapterProgress=t.detail.value},slideChange:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.chapterProgress=t.detail.value,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=4,e.getThreeChapter(t.detail.value);case 4:e.progressTouched=!1,e.goToPage(0),uni.hideLoading();case 7:case"end":return i.stop()}}),i)})))()},goPrePage:function(){var t=this;if(this.prePage.isCover)return this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],void(this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]);if(!this.prePage.ready&&!this.preChapter.ready)return this.waitForPre=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0",mask:!0});var e=!1;this.currentPage-=1,-1===this.currentPage&&(e=!0,this.currentPage=this.preChapter.totalPage-1,this.chapterRotate("pre"));var i=[].concat(this.curPage.pageTranslate),n=[].concat(this.prePage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=n,this.nextPage.pageTranslate=i,setTimeout((function(){e&&uni.showToast({title:t.curChapter.chapterName,icon:"none"}),t.showAnimation=!0,t.prePage.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],t.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],t.nextPage.pageTranslate=["(0,0)","(".concat(t.windowWidth,"px,0)"),"(0,".concat(t.windowHeight,"px)")]}),50)},goNextPage:function(){var t=this;if(this.nextPage.isEnd)uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"});else{if(!this.nextPage.ready&&!this.nextChapter.ready)return this.waitForNext=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0b\u4e00\u7ae0",mask:!0});this.currentPage+=1;var e=!1;this.currentPage===this.curChapter.totalPage&&(e=!0,this.currentPage=0,this.chapterRotate("next"));var i=[].concat(this.curPage.pageTranslate),n=[].concat(this.nextPage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=i,this.curPage.pageTranslate=n,this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],setTimeout((function(){e&&uni.showToast({title:t.curChapter.chapterName,icon:"none"}),t.showAnimation=!0,t.prePage.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],t.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],t.nextPage.pageTranslate=["(0,0)","(".concat(t.windowWidth,"px,0)"),"(0,".concat(t.windowHeight,"px)")]}),50)}},chapterRotate:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if("next"!==t){i.next=13;break}if(e.preChapter=Object.assign({},e.curChapter),e.curChapter=Object.assign({},e.nextChapter),e.curChapter.chapterIndex===e.directoryList.length-1){i.next=12;break}return e.nextChapter={ready:!1,chapterIndex:e.curChapter.chapterIndex+1,chapterName:e.directoryList[e.curChapter.chapterIndex+1].name},i.next=7,e.getOneChapter(e.directoryList[e.curChapter.chapterIndex+1].chapterId);case 7:e.$set(e.nextChapter,"text",e.tmpChapter.text),e.$set(e.nextChapter,"canRead",e.tmpChapter.canRead),e.calcNextChapter(),i.next=13;break;case 12:e.nextChapter={ready:!0,isEnd:!0};case 13:if("pre"!==t){i.next=26;break}if(e.nextChapter=Object.assign({},e.curChapter),e.curChapter=Object.assign({},e.preChapter),0===e.curChapter.chapterIndex){i.next=25;break}return e.preChapter={ready:!1,chapterIndex:e.curChapter.chapterIndex-1,chapterName:e.directoryList[e.curChapter.chapterIndex-1].name},i.next=20,e.getOneChapter(e.directoryList[e.curChapter.chapterIndex-1].chapterId);case 20:e.$set(e.preChapter,"text",e.tmpChapter.text),e.$set(e.preChapter,"canRead",e.tmpChapter.canRead),e.calcPreChapter(),i.next=26;break;case 25:e.preChapter={ready:!0,isCover:!0};case 26:case"end":return i.stop()}}),i)})))()},goNextChapter:function(){this.curChapter.chapterIndex!==this.directoryList.length-1?this.waitForNext||this.waitForPre||(this.nextChapter.ready?(this.chapterRotate("next"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0b\u4e00\u7ae0"}),this.waitForNextChapter=!0)):uni.showToast({title:"\u5df2\u7ecf\u662f\u6700\u540e\u4e00\u7ae0\u4e86",icon:"none"})},goPreChapter:function(t){0!==this.curChapter.chapterIndex?this.waitForNext||this.waitForPre||(this.preChapter.ready?(this.chapterRotate("pre"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0"}),this.waitForPreChapter=!0)):uni.showToast({title:"\u8fd9\u662f\u7b2c\u4e00\u7ae0",icon:"none"})},goToPage:function(t){this.currentPage=t,this.showAnimation=!1,this.curPage={ready:this.curChapter.ready,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(0,0)","(0,0)"],canRead:this.curChapter.canRead},0===this.currentPage?this.preChapter.ready&&this.preChapter.isCover?this.prePage={ready:!0,isCover:!0,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]}:this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead}:this.prePage={ready:!0,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage-1,totalPage:this.curChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.curChapter.canRead},this.currentPage>=this.curChapter.totalPage-1?this.nextChapter.ready&&this.nextChapter.isEnd?this.nextPage={ready:!0,isEnd:!0,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]}:this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead}:this.nextPage={ready:!0,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage+1,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.curChapter.canRead}},goToChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.progressTouched=!1,e.closeMenu(),uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=5,e.getThreeChapter(t);case 5:e.goToPage(0),uni.hideLoading();case 7:case"end":return i.stop()}}),i)})))()},bigSize:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize+=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),e.next=6,t.calcCurChapter();case 6:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=12;break}return t.preChapter.ready=!1,e.next=12,t.calcPreChapter();case 12:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=16;break}return t.nextChapter.ready=!1,e.next=16,t.calcNextChapter();case 16:case"end":return e.stop()}}),e)})))()},smallSize:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize-=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),e.next=6,t.calcCurChapter();case 6:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=12;break}return t.preChapter.ready=!1,e.next=12,t.calcPreChapter();case 12:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=16;break}return t.nextChapter.ready=!1,e.next=16,t.calcNextChapter();case 16:case"end":return e.stop()}}),e)})))()},changeFont:function(t){2===t?(this.preChapter.text=(0,u.traditionalized)(this.preChapter.text),this.curChapter.text=(0,u.traditionalized)(this.curChapter.text),this.nextChapter.text=(0,u.traditionalized)(this.nextChapter.text),this.prePage.text=(0,u.traditionalized)(this.prePage.text),this.curPage.text=(0,u.traditionalized)(this.curPage.text),this.nextPage.text=(0,u.traditionalized)(this.nextPage.text),this.simplified=2,uni.setStorageSync("simplified",2)):(this.preChapter.text=(0,u.simplized)(this.preChapter.text),this.curChapter.text=(0,u.simplized)(this.curChapter.text),this.nextChapter.text=(0,u.simplized)(this.nextChapter.text),this.prePage.text=(0,u.simplized)(this.prePage.text),this.curPage.text=(0,u.simplized)(this.curPage.text),this.nextPage.text=(0,u.simplized)(this.nextPage.text),this.simplified=1,uni.setStorageSync("simplified",1))},changeLineHeight:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n,o;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.progress,t!==e.lineHeight){i.next=5;break}return i.abrupt("return");case 5:return e.lineHeight=t,uni.setStorageSync("lineHeight",e.lineHeight),e.calcHeight(),i.next=10,e.calcCurChapter();case 10:if(o=Math.floor((e.curChapter.totalPage-1)*n),e.goToPage(o),!e.preChapter.ready||e.preChapter.isCover){i.next=16;break}return e.preChapter.ready=!1,i.next=16,e.calcPreChapter();case 16:if(!e.nextChapter.ready||e.nextChapter.isEnd){i.next=20;break}return e.nextChapter.ready=!1,i.next=20,e.calcNextChapter();case 20:case"end":return i.stop()}}),i)})))()},changeTurnType:function(t){t!==this.turnType&&(this.showAnimation=!1,this.turnType=t,uni.setStorageSync("turnType",this.turnType))},changeBackground:function(t){t!==this.background&&(this.background=t,uni.setStorageSync("background",this.background))},getDirectoryList:function(t){var e=this;return t&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),new Promise((function(i,n){setTimeout((function(){t&&uni.hideLoading();for(var n=1;n<=1e3;n++)e.directoryList.push({index:n-1,chapterId:n,name:"\u7b2c".concat(n,"\u7ae0 \u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u6d4b")});i()}),300)})).then((function(){}),(function(){return uni.hideLoading(),new Promise((function(t,i){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var i=(0,o.default)(a.default.mark((function i(n){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(!n.confirm){i.next=6;break}return i.next=3,e.getDirectoryList(!0);case 3:t(),i.next=7;break;case 6:n.cancel&&e.back();case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})}))}))},getOneChapter:function(t,e){var i=this;return e&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),new Promise((function(n,a){setTimeout((function(){e&&uni.hideLoading(),t<500?(i.tmpChapter.text="

".concat(t,"

")+i.text,i.tmpChapter.canRead=!0):(i.tmpChapter.text="",i.tmpChapter.canRead=!1),2===i.simplified&&(i.tmpChapter.text=(0,u.traditionalized)(i.tmpChapter.text)),n()}),300)})).then((function(){}),(function(){return uni.hideLoading(),new Promise((function(e,n){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var n=(0,o.default)(a.default.mark((function n(o){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!o.confirm){n.next=6;break}return n.next=3,i.getOneChapter(t,!0);case 3:e(),n.next=7;break;case 6:o.cancel&&i.back();case 7:case"end":return n.stop()}}),n)})));return function(t){return n.apply(this,arguments)}}()})}))}))},getThreeChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getOneChapter(e.directoryList[t].chapterId);case 2:if(e.curChapter={chapterIndex:t,chapterName:e.directoryList[t].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},0===e.curChapter.chapterIndex){i.next=9;break}return i.next=6,e.getOneChapter(e.directoryList[t-1].chapterId);case 6:e.preChapter={chapterIndex:t-1,chapterName:e.directoryList[t-1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},i.next=10;break;case 9:e.preChapter={ready:!0,isCover:!0};case 10:if(e.curChapter.chapterIndex===e.directoryList.length-1){i.next=16;break}return i.next=13,e.getOneChapter(e.directoryList[t+1].chapterId);case 13:e.nextChapter={chapterIndex:t+1,chapterName:e.directoryList[t+1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},i.next=17;break;case 16:e.nextChapter={ready:!0,isEnd:!0};case 17:return i.next=19,e.calcCurChapter();case 19:return i.next=21,e.calcPreChapter();case 21:return i.next=23,e.calcNextChapter();case 23:case"end":return i.stop()}}),i)})))()},buyBook:function(){uni.showToast({title:"\u8df3\u8f6c\u81f3\u8d2d\u4e70\u9875\u9762\uff0c\u5982\u679c\u672a\u767b\u9646\u5219\u8df3\u8f6c\u767b\u9646",icon:"none"})}}};e.default=l},3597:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uniTag:i("8209").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",[n("z-nav-bar",{attrs:{title:"\u60a6\u8033\u542c\u4e66",_i:2}}),n("view",{staticClass:t._$s(3,"sc","book_neir"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","flexbox info"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","item"),attrs:{_i:5}},[n("view",[t._$s(7,"i",""!=t.bookInfo.images)?n("image",{staticClass:t._$s(7,"sc","bn_img"),attrs:{src:t._$s(7,"a-src",t.bookInfo.images),_i:7}}):n("image",{staticClass:t._$s(8,"sc","bn_img"),attrs:{src:t._$s(8,"a-src",i("f6ce")),_i:8}})])]),n("view",{staticClass:t._$s(9,"sc","item"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","bn_nes"),attrs:{_i:10}},[n("view",[t._v(t._$s(11,"t0-0",t._s(t.bookInfo.name)))]),n("view"),n("view",{staticClass:t._$s(13,"sc","tags"),attrs:{_i:13}},[n("uni-tag",{staticClass:t._$s(14,"sc","tag"),attrs:{inverted:!0,text:"\u4e66\u8bc4",type:"success",_i:14},on:{click:function(e){return t.toMore()}}}),t._$s(15,"i",t.bookInfo.canListen)?n("uni-tag",{staticClass:t._$s(15,"sc","tag"),attrs:{inverted:!0,text:"\u542c\u4e66",type:"primary",_i:15},on:{click:function(e){return t.gotoListen()}}}):t._e(),t._$s(16,"i",1==t.bookInfo.clockIn)?n("uni-tag",{staticClass:t._$s(16,"sc","tag"),attrs:{inverted:!0,text:"\u6253\u5361",type:"warning",_i:16},on:{click:function(e){return t.gotoclock()}}}):t._e(),t._$s(17,"i",1==t.bookInfo.teachIn)?n("uni-tag",{staticClass:t._$s(17,"sc","tag"),attrs:{inverted:!0,text:"\u8bb2\u4e66",type:"error",_i:17},on:{click:function(e){return t.goJiangShu()}}}):t._e()],1)])])]),n("view",{staticClass:t._$s(18,"sc","btns"),attrs:{_i:18}},[t._$s(19,"i",t.isBuy)?n("view",{staticClass:t._$s(19,"sc","home_nar flexbox"),attrs:{_i:19}},[n("view",{staticClass:t._$s(20,"sc","hn_cl_tit yigoumai"),attrs:{_i:20}},[n("image",{attrs:{src:t._$s(21,"a-src",i("fc65")),_i:21}}),n("text")]),n("view",{staticClass:t._$s(23,"sc","hn_cl_tit chaoshi"),attrs:{_i:23},on:{click:t.addMusicList}},[n("image",{attrs:{src:t._$s(24,"a-src",i("1929")),_i:24}}),n("text")])]):n("view",{staticClass:t._$s(26,"sc","home_nar flexbox"),attrs:{_i:26}},[t._$s(27,"i",null!=t.bookInfo.productId)?n("view",{staticClass:t._$s(27,"sc","hn_cl_tit shiting"),attrs:{_i:27},on:{click:t.buyBook}},[n("image",{attrs:{src:t._$s(28,"a-src",i("afb0")),_i:28}}),n("text")]):t._e(),n("view",{staticClass:t._$s(30,"sc","hn_cl_tit chaoshi"),attrs:{_i:30},on:{click:t.addMusicList}},[n("image",{attrs:{src:t._$s(31,"a-src",i("1929")),_i:31}}),n("text")])])])]),t._$s(33,"i",t.libLIst.length>0)?n("view",{staticClass:t._$s(33,"sc","playList"),attrs:{_i:33}},t._l(t._$s(34,"f",{forItems:t.libLIst}),(function(e,i,a,o){return n("view",{key:t._$s(34,"f",{forIndex:a,key:i}),staticClass:t._$s("34-"+o,"sc","item"),attrs:{_i:"34-"+o}},[n("view",[n("view",{class:t._$s("36-"+o,"c",["flexbox",t.userInfo.playingInfo.bookId==e.bookId&&t.userInfo.playingInfo.id==e.id?"playing":""]),attrs:{_i:"36-"+o},on:{click:function(n){return t.listenOne(e,i)}}},[n("span",{class:t._$s("37-"+o,"c",["graytitle","muluspan"]),attrs:{_i:"37-"+o}},[t._v(t._$s("37-"+o,"t0-0",t._s(e.chapter)))]),n("view",[t._$s("39-"+o,"i",1==e.isFree)?n("uni-tag",{staticClass:t._$s("39-"+o,"sc","tag"),attrs:{size:"small",inverted:!0,text:"\u8bd5\u542c",type:"success",_i:"39-"+o}}):t._e()],1)])])])})),0):n("u-divider",{attrs:{text:"\u6682\u65e0\u542c\u4e66\u76ee\u5f55",_i:40}}),n("music-play",{attrs:{playData:t.playData,_i:41}})],1)])},o=[]},"35b9":function(t,e,i){"use strict";i.r(e);var n=i("5322"),a=i("a5d3");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"43c12088",null,!1,n["a"],void 0);e["default"]=s.exports},"35ed":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("a34a")),o=n(i("c973")),r=n(i("9523")),s=n(i("4bab")),c=i("26cb");function u(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e-1){var n=l(l({},this.readHistorys[i]),{},{index:this.curPage.chapterIndex,progress:e||0,readChapter:this.chapterData[this.curPage.chapterIndex].title,readHistory:!0});this.updateReadHistory(n)}},methods:l(l(l({},(0,c.mapMutations)(["set_setting"])),(0,c.mapActions)(["updateReadHistory"])),{},{initPage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return uni.hideLoading(),uni.showLoading({mask:!0,title:"\u7ae0\u8282\u51c6\u5907\u4e2d"}),t.getChapterInfo(),e.next=5,t.getChapterList();case 5:return e.next=7,t.getThreeChapter(t.history.chapterIndex);case 7:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.goToPage(i),uni.hideLoading();case 10:case"end":return e.stop()}}),e)})))()},getChapterInfo:function(){var t=this,e=this.readHistorys.filter((function(e){return e._id===t.id}));e&&e.length&&(this.history={chapterIndex:e[0].index,progress:e[0].progress})},getSystemInfo:function(){var t=uni.getSystemInfoSync();this.windowWidth=t.windowWidth,this.windowHeight=t.windowHeight,this.statusBarHeight=t.statusBarHeight},setPageInfo:function(){this.contentHeight=this.windowHeight-30-30-10-this.statusBarHeight;var t=this.setting;this.turnType=t.hasOwnProperty("turnType")?t.turnType:this.turnType,this.fontSize=t.hasOwnProperty("fontSize")?t.fontSize:this.fontSize,this.simplified=t.hasOwnProperty("simplified")?t.simplified:this.simplified,this.lineHeight=t.hasOwnProperty("lineHeight")?t.lineHeight:this.lineHeight,this.isDark=t.hasOwnProperty("isDark")?t.isDark:this.isDark,this.colorType=t.hasOwnProperty("colorType")?t.colorType:this.colorType,this.$nextTick((function(){this.$refs.contentSetting.changeBackground(this.colorType,this.isDark)}))},getChapterList:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$store.dispatch("getChapterList",t.id);case 2:i=e.sent,i&&(t.chapterData=i);case 4:case"end":return e.stop()}}),e)})))()},getBookContent:function(t,e){var i=this;return(0,o.default)(a.default.mark((function n(){var o,r;return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return o=i.chapterData[t],n.next=3,i.$store.dispatch("getBookContent",o);case 3:if(r=n.sent,!r){n.next=8;break}return i[e]={chapterIndex:t,chapterName:i.chapterData[t].title,content:r},n.next=8,i.calcChapter(e);case 8:case"end":return n.stop()}}),n)})))()},calcChapter:function(t){var e=this,i=this;return new Promise((function(n,a){var o=uni.createSelectorQuery().in(e);e.$nextTick((function(){o.select("#".concat(t," .book-inner")).boundingClientRect((function(e){if(e.height){var a=Math.ceil(e.height/i.innerHeight);i[t].totalPage=a||1,i[t].ready=!0,n(!0)}else n(!1)})).exec()}))}))},getThreeChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getBookContent(t,"curChapter");case 2:if(!(t>0)){i.next=7;break}return i.next=5,e.getBookContent(t-1,"preChapter");case 5:i.next=8;break;case 7:e.preChapter={ready:!0,isOver:!0};case 8:if(!(t=this.curChapter.totalPage-1&&this.nextChapter.isOver?this.nextPage=l({ready:!0,isOver:!0},a):t>=this.curChapter.totalPage-1&&!this.nextChapter.isOver?this.nextPage=l(l({},this.nextChapter),{},{pageNum:0},a):this.nextPage=l(l({},this.curPage),{},{pageNum:t+1},a)},chapterRotate:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:uni.showLoading({mask:!0,title:"\u7ae0\u8282\u51c6\u5907\u4e2d"}),n=0,i.t0=t,i.next="pre"===i.t0?5:"next"===i.t0?15:25;break;case 5:if(e.nextChapter=JSON.parse(JSON.stringify(e.curChapter)),e.curChapter=JSON.parse(JSON.stringify(e.preChapter)),n=e.curChapter.chapterIndex,!(n>0)){i.next=13;break}return i.next=11,e.getBookContent(n-1,"preChapter");case 11:i.next=14;break;case 13:e.preChapter={ready:!0,isOver:!0};case 14:return i.abrupt("break",25);case 15:if(e.preChapter=JSON.parse(JSON.stringify(e.curChapter)),e.curChapter=JSON.parse(JSON.stringify(e.nextChapter)),n=e.curChapter.chapterIndex,!(n0?"prePage":"nextPage";if(this[r].ready&&this[r].isOver)return this.deltaX=0,void(this.deltaY=0);this.deltaX=e,this.deltaY=i;var s=this.over;if(this.turnDirect<0){if(2===this.turnType){var c=Math.abs(i),u=i/c,l=n+e-(1===u?c:0),d=n+e-(1===u?0:c);if(l<=0||d<=0)return;var f=180*Math.atan2(.5*a,c)/Math.PI;f=(90-f).toFixed(0);var p=1-(l+d)/(2*n);p=p<.4?.4:p,this.curPage.clipPath="polygon(0px 0px, ".concat(l,"px 0px, ").concat(d,"px ").concat(a,"px, 0px ").concat(a,"px)"),this.curPage.bgStyle={filter:"drop-shadow(0px 0px ".concat(40*p,"px rgba(0, 0, 0, 0.8))"),transform:"rotateY(180deg) rotateZ(".concat(f*u,"deg)"),transformOrigin:"".concat(n+e-.5*c,"px 50%"),display:"block"},this.curPage.subBgStyle={clipPath:"polygon(".concat(l,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(a+s,"px, ").concat(d,"px ").concat(a+s,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}this.curPage.pageTransform=["translate(".concat(e,"px,0)"),"translate(".concat(e,"px,0)"),"translate(0,0)","translate(0,".concat(i,"px)")],this.nextPage.pageTransform=["translate(0,0)","translate(".concat(n+e,"px,0)"),"translate(0,0)","translate(0,0)"]}else{if(2===this.turnType){var h=t.clientX;if(h<=0)return;var y=1-h/n;y=y<.4?.4:y,this.prePage.clipPath="polygon(0px 0px, ".concat(h,"px 0px, ").concat(h,"px ").concat(a,"px, 0px ").concat(a,"px)"),this.prePage.bgStyle={filter:"drop-shadow(0px 0px ".concat(40*y,"px rgba(0, 0, 0, 0.8))"),transform:"rotateY(180deg) rotateZ(0deg)",transformOrigin:"".concat(h,"px 50%"),display:"block"},this.prePage.subBgStyle={clipPath:"polygon(".concat(h,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(a+s,"px, ").concat(h,"px ").concat(a+s,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}this.prePage.pageTransform=["translate(".concat(-n+e,"px,0)"),"translate(".concat(-n+e,"px,0)"),"translate(0,0)","translate(0,".concat(-a+i,"px)")],this.curPage.pageTransform=["translate(0,0)","translate(".concat(e,"px,0)"),"translate(0,0)","translate(0,0)"]}}},touchEnd:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n,o,r,s,c;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.windowWidth,e.windowHeight,o=e.getTouche(e.touchStartX,e.touchStartY),r=e.getTouche(t.clientX,t.clientY),s=r-o,!(Math.abs(s)<.8)){i.next=9;break}t.clientXn/3*2?(e.showAnimation=!0,e.showShadow=!1,e.goNextPage(e.curPage.pageNum+1)):0===e.turnDirect&&e.showMenu(),i.next=15;break;case 9:if(c=s/Math.abs(s),!(Math.abs(s)0&&void 0!==arguments[0]?arguments[0]:"next",i=this.over;this.turnDirect=0,this.showAnimation=!0,this.showShadow=!1;var n=this.windowWidth,a=this.windowHeight;if(this.prePage.pageTransform=["translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(".concat("next"===e?0:-n,"px,0)"),"translate(0,".concat(-a,"px)")],this.curPage.pageTransform=["translate(0,0)","translate(0,0)","translate(0,0)","translate(0,0)"],this.nextPage.pageTransform=["translate(0,0)","translate(".concat(n,"px,0)"),"translate(0,0)","translate(0,0)"],2===this.turnType){var o="next"===e?0:n,r="next"===e?"prePage":"curPage";this[r].clipPath="polygon(0px 0px, ".concat(o,"px 0px, ").concat(o,"px ").concat(a,"px, 0px ").concat(a,"px)"),this[r].bgStyle={transform:"rotateY(180deg) rotateZ(0deg)",transformOrigin:"".concat(o,"px 50%"),display:"block"},this[r].subBgStyle={clipPath:"polygon(".concat(o,"px ").concat(-i,"px, ").concat(n+i,"px ").concat(-i,"px, ").concat(n+i,"px ").concat(a+i,"px, ").concat(o,"px ").concat(a+i,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}setTimeout((function(){t.prePage.pageTransform=["translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(0,".concat(-a,"px)")]}),100)},getTouche:function(t,e){var i=0;switch(this.turnType){case 0:i=t;break;case 1:i=t;break;case 2:i=t;break;case 3:i=e;break}return i},showMenu:function(){this.$refs.curChapter.setFullscreen(!1),this.$refs.contentSetting.show()},hideMenu:function(){this.$refs.curChapter.setFullscreen(!0)},updateProps:function(t){var e=this;t.forEach((function(t){e[t[0]]=t[1],(2===t.length||t.length>2&&!t[2])&&e.updateSetting(t[0])}))},updatePage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.calcChapter("preChapter");case 2:return e.next=4,t.calcChapter("curChapter");case 4:return e.next=6,t.calcChapter("nextChapter");case 6:t.goToPage(t.curPage.pageNum);case 7:case"end":return e.stop()}}),e)})))()},updateSetting:function(t){var e=Object.assign({},this.setting||{});e[t]=this[t],this.set_setting(e)},updateCatalog:function(t){var e=this,i=this.readHistorys.findIndex((function(t){return t._id=e.id}));if(i>-1){var n=l(l({},this.readHistorys[i]),{},{index:t,progress:0,readChapter:this.chapterData[t].title});this.updateReadHistory(n)}this.initPage()},moreHandle:function(){uni.redirectTo({url:"/pages/public/bookDetail?id="+this.id})},listenHandle:function(){this.$refs.audioPlay.show()},getAudioPlayShow:function(t){this.show=t}})};e.default=d},"35f9":function(t,e,i){"use strict";i.r(e);var n=i("7169"),a=i("d395");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"3d6fdf72",null,!1,n["a"],void 0);e["default"]=s.exports},3604:function(t,e,i){"use strict";i.r(e);var n=i("f708"),a=i("df5d");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},3607:function(t,e,i){"use strict";var n=i("4ea4"),a=(n(i("41a9")),n(i("65fd")),new Date);a.hourNumber=a.getHours(),a.minuteNumber=a.getMinutes();t.exports={nowHour:a}},"36c6":function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},3778:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={empty:{icon:"",text:"",textColor:"#c0c4cc",textSize:14,iconColor:"#c0c4cc",iconSize:90,mode:"data",width:160,height:160,show:!0,marginTop:0}}},"37a5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={checkboxGroup:{name:"",value:function(){return[]},shape:"square",disabled:!1,activeColor:"#2979ff",inactiveColor:"#c8c9cc",size:18,placement:"row",labelSize:14,labelColor:"#303133",labelDisabled:!1,iconColor:"#ffffff",iconSize:12,iconPlacement:"left",borderBottom:!1}}},"37dc":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.LOCALE_ZH_HANT=e.LOCALE_ZH_HANS=e.LOCALE_FR=e.LOCALE_ES=e.LOCALE_EN=e.I18n=e.Formatter=void 0,e.compileI18nJsonStr=function(t,e){var i=e.locale,n=e.locales,a=e.delimiters;if(!x(t,a))return t;w||(w=new l);var o=[];Object.keys(n).forEach((function(t){t!==i&&o.push({locale:t,values:n[t]})})),o.unshift({locale:i,values:n[i]});try{return JSON.stringify($(JSON.parse(t),o,a),null,2)}catch(r){}return t},e.hasI18nJson=function t(e,i){w||(w=new l);return D(e,(function(e,n){var a=e[n];return C(a)?!!x(a,i)||void 0:t(a,i)}))},e.initVueI18n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var a=[e,t];t=a[0],e=a[1]}"string"!==typeof t&&(t=b());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var o=new v({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return o.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,I(n,o))),o.t(t,e)}}return r(t,e)};return{i18n:o,f:function(t,e,i){return o.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return o.add(t,e,i)},watch:function(t){return o.watchLocale(t)},getLocale:function(){return o.getLocale()},setLocale:function(t){return o.setLocale(t)}}},e.isI18nStr=x,e.isString=void 0,e.normalizeLocale=_,e.parseI18nJson=function t(e,i,n){w||(w=new l);return D(e,(function(e,a){var o=e[a];C(o)?x(o,n)&&(e[a]=k(o,i,n)):t(o,i,n)})),e},e.resolveLocale=function(t){return function(e){return e?(e=_(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var a=n(i("278c")),o=n(i("970b")),r=n(i("5bc3")),s=n(i("7037")),c=function(t){return null!==t&&"object"===(0,s.default)(t)},u=["{","}"],l=function(){function t(){(0,o.default)(this,t),this._caches=Object.create(null)}return(0,r.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),h(n,e)}}]),t}();e.Formatter=l;var d=/^(?:\d)+/,f=/^(?:\w)+/;function p(t,e){var i=(0,a.default)(e,2),n=i[0],o=i[1],r=[],s=0,c="";while(s-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var v=function(){function t(e){var i=e.locale,n=e.fallbackLocale,a=e.messages,r=e.watcher,s=e.formater;(0,o.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=s||m,this.messages=a||{},this.setLocale(i||"en"),r&&this.watchLocale(r)}return(0,r.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=_(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){g(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=_(e,this.messages),e&&(n=this.messages[e])):i=e,g(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function I(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function b(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}e.I18n=v;var w,C=function(t){return"string"===typeof t};function x(t,e){return t.indexOf(e[0])>-1}function k(t,e,i){return w.interpolate(t,e,i).join("")}function $(t,e,i){return D(t,(function(t,n){(function(t,e,i,n){var a=t[e];if(C(a)){if(x(a,n)&&(t[e]=k(a,i[0].values,n),i.length>1)){var o=t[e+"Locales"]={};i.forEach((function(t){o[t.locale]=k(a,t.values,n)}))}}else $(a,i,n)})(t,n,e,i)})),t}function D(t,e){if(Array.isArray(t)){for(var i=0;iNumber(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}}}};e.default=o},"3bd3":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o={data:function(){return{playData:{},oneLevel:[]}},onLoad:function(t){var e=this;this.$http.post("book/shopcategory/getOneLevel").then((function(t){var i=[];for(var n in t.list)i.push({icon:"../../static/icon/shop_bar_"+(Number(n)+Number(1))+".png",name:t.list[n].name,catId:t.list[n].catId});e.oneLevel=i}))},components:{musicPlay:a.default},methods:{getTowLevel:function(t){uni.navigateTo({url:"./classify?type=".concat(t)})}}};e.default=o},"3c89":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("z-nav-bar",{attrs:{title:"\u5168\u90e8\u5206\u7c7b",_i:1}}),i("view",{staticClass:t._$s(2,"sc","oneLevel"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.oneLevel}),(function(e,n,a,o){return i("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+o}),staticClass:t._$s("3-"+o,"sc","oneItem"),attrs:{_i:"3-"+o},on:{click:function(e){return t.getTowLevel(n)}}},[i("image",{attrs:{src:t._$s("4-"+o,"a-src",e.icon),_i:"4-"+o}}),i("text",[t._v(t._$s("5-"+o,"t0-0",t._s(e.name)))])])})),0),i("music-play",{attrs:{playData:t.playData,_i:6}})],1)},o=[]},"3c96":function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"3cdc":function(t,e,i){"use strict";i.r(e);var n=i("c62c"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"3d2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-calendar-item__weeks-box"),class:t._$s(0,"c",{"uni-calendar-item--disable":t.weeks.disable,"uni-calendar-item--before-checked-x":t.weeks.beforeMultiple,"uni-calendar-item--multiple":t.weeks.multiple,"uni-calendar-item--after-checked-x":t.weeks.afterMultiple}),attrs:{_i:0},on:{click:function(e){return t.choiceDate(t.weeks)},mouseenter:function(e){return t.handleMousemove(t.weeks)}}},[i("view",{staticClass:t._$s(1,"sc","uni-calendar-item__weeks-box-item"),class:t._$s(1,"c",{"uni-calendar-item--checked":t.calendar.fullDate===t.weeks.fullDate&&(t.calendar.userChecked||!t.checkHover),"uni-calendar-item--checked-range-text":t.checkHover,"uni-calendar-item--before-checked":t.weeks.beforeMultiple,"uni-calendar-item--multiple":t.weeks.multiple,"uni-calendar-item--after-checked":t.weeks.afterMultiple,"uni-calendar-item--disable":t.weeks.disable}),attrs:{_i:1}},[t._$s(2,"i",t.selected&&t.weeks.extraInfo)?i("text",{staticClass:t._$s(2,"sc","uni-calendar-item__weeks-box-circle"),attrs:{_i:2}}):t._e(),i("text",{staticClass:t._$s(3,"sc","uni-calendar-item__weeks-box-text uni-calendar-item__weeks-box-text-disable uni-calendar-item--checked-text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.weeks.date)))])]),i("view",{class:t._$s(4,"c",{"uni-calendar-item--today":t.weeks.isToday}),attrs:{_i:4}})])},a=[]},"3d3c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uSearch:i("416d").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,uBackTop:i("a936").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("z-nav-bar",{attrs:{_i:1}},[i("u-search",{attrs:{clearabled:!0,bgColor:"#fff",borderColor:"#54a966",focus:!0,_i:2},on:{custom:t.souBook,clear:t.clear},model:{value:t._$s(2,"v-model",t.bookScreen.bookName),callback:function(e){t.$set(t.bookScreen,"bookName",e)},expression:"bookScreen.bookName"}})],1),t._$s(3,"i",0==this.show)?i("view",{staticClass:t._$s(3,"sc","sear_ch"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","sear_ch_tit"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","sear_ch_tag"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.historyList}),(function(e,n,a,o){return i("text",{key:t._$s(6,"f",{forIndex:a,key:"6-"+o}),attrs:{_i:"6-"+o},on:{click:function(i){return t.serkeyWord(e)}}},[t._v(t._$s("6-"+o,"t0-0",t._s(e)))])})),0)]):t._e(),t._$s(7,"i",1==this.show)?i("view",{staticClass:t._$s(7,"sc","sear_list"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","flexbox"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.bookList}),(function(e,n,a,o){return i("view",{key:t._$s(9,"f",{forIndex:a,key:"9-"+o}),staticClass:t._$s("9-"+o,"sc","bl_tioa"),attrs:{_i:"9-"+o},on:{click:function(i){return t.onBookJump(e)}}},[i("image",{attrs:{src:t._$s("10-"+o,"a-src",e.productImages),_i:"10-"+o}}),i("view",[i("text",{staticClass:t._$s("12-"+o,"sc","bok_name"),attrs:{_i:"12-"+o}},[t._v(t._$s("12-"+o,"t0-0",t._s(e.productName)))])])])})),0),i("view"),i("view",[t._$s(15,"i",0==t.status)?i("view",[i("u-loading-icon",{attrs:{_i:16}}),i("font",{attrs:{_i:17}},[t._v("")])],1):t._e(),t._$s(18,"i",1==t.status)?i("view",[i("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:19}})],1):t._e()]),i("view",[i("u-back-top",{attrs:{"scroll-top":t.scrollTop,_i:21}})],1)]):t._e(),t._$s(22,"i",1==this.show&&""==this.bookList)?i("view",[i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e",_i:23}})],1):t._e(),i("music-play",{attrs:{playData:t.playData,_i:24}})],1)},o=[]},"3d70":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uRow:i("dd40").default,uCol:i("8df0").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",[n("public-module",{attrs:{_i:1}}),n("z-nav-bar",{attrs:{title:"\u6211\u7684\u542c\u4e66",_i:2}}),n("view",{staticClass:t._$s(3,"sc","home_bg"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","icon_hua_1"),attrs:{_i:4}},[n("image",{attrs:{src:t._$s(5,"a-src",i("1f6b")),_i:5}})])]),n("view",[n("view",{staticClass:t._$s(7,"sc","mytabs flexbox"),attrs:{_i:7}},[n("view",{class:t._$s(8,"c",["item","item1",1==t.contentShow?"active":""]),attrs:{_i:8},on:{click:function(e){return t.setData(1)}}}),n("view",{class:t._$s(9,"c",["item","item2",2==t.contentShow?"active":""]),attrs:{_i:9},on:{click:function(e){return t.setData(2)}}})])]),t._$s(10,"i",t.bookList.length>0||t.tjBookLIst.length>0)?n("view",{staticClass:t._$s(10,"sc","listenList"),attrs:{_i:10}},[t._$s(11,"i",1==t.contentShow)?n("view",{staticClass:t._$s(11,"sc","wrap"),attrs:{_i:11}},[t._$s(12,"i",t.bookList.length>0)?n("view",[n("u-row",{attrs:{gutter:"16",justify:"flex-start",_i:13}},t._l(t._$s(14,"f",{forItems:t.bookList}),(function(e,a,o,r){return n("u-col",{key:t._$s(14,"f",{forIndex:o,key:a}),attrs:{span:"4",_i:"14-"+r}},[n("view",[n("view",{staticClass:t._$s("16-"+r,"sc","videoBox demo-layout bg-purple"),attrs:{_i:"16-"+r},on:{click:function(i){return t.goToListenFree(e)}}},[t._$s("17-"+r,"i",""!=e.images)?n("image",{attrs:{src:t._$s("17-"+r,"a-src",e.images),_i:"17-"+r}}):n("image",{attrs:{src:t._$s("18-"+r,"a-src",i("f6ce")),_i:"18-"+r}})]),n("text",{staticClass:t._$s("19-"+r,"sc","bookName"),attrs:{_i:"19-"+r}},[t._v(t._$s("19-"+r,"t0-0",t._s(e.name)))])])])})),1),n("view",[t._$s(21,"i",0==t.freeStatus)?n("view",[n("u-loading-icon",{attrs:{_i:22}}),n("font",{attrs:{_i:23}},[t._v("")])],1):t._e(),t._$s(24,"i",1==t.freeStatus)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:25}})],1):t._e()])],1):n("u-divider",{attrs:{text:"\u6682\u65e0\u5df2\u8d2d\u4e70\u4e66\u7c4d~",_i:26}})],1):t._e(),t._$s(27,"i",2==t.contentShow)?n("view",{staticClass:t._$s(27,"sc","wrap"),attrs:{_i:27}},[t._$s(28,"i",t.tjBookLIst.length>0)?n("u-row",{attrs:{gutter:"16",justify:"flex-start",_i:28}},[t._l(t._$s(29,"f",{forItems:t.tjBookLIst}),(function(e,a,o,r){return n("u-col",{key:t._$s(29,"f",{forIndex:o,key:a}),attrs:{span:"4",_i:"29-"+r}},[n("view",{staticClass:t._$s("30-"+r,"sc","videoBox demo-layout bg-purple"),attrs:{_i:"30-"+r},on:{click:function(i){return t.goDetail(e)}}},[t._$s("31-"+r,"i",""!=e.images)?n("image",{attrs:{src:t._$s("31-"+r,"a-src",e.images),_i:"31-"+r}}):n("image",{attrs:{src:t._$s("32-"+r,"a-src",i("f6ce")),_i:"32-"+r}})]),n("text",{staticClass:t._$s("33-"+r,"sc","bookName"),attrs:{_i:"33-"+r}},[t._v(t._$s("33-"+r,"t0-0",t._s(e.name)))])])})),n("view",[t._$s(35,"i",0==t.status)?n("view",[n("u-loading-icon",{attrs:{_i:36}}),n("font",{attrs:{_i:37}},[t._v("")])],1):t._e(),t._$s(38,"i",1==t.status)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:39}})],1):t._e()])],2):n("u-divider",{attrs:{text:"\u6682\u65e0\u63a8\u8350\u4e66\u7c4d~",_i:40}})],1):t._e()]):n("u-divider",{attrs:{text:"\u6682\u65e0\u4e66\u7c4d\u6570\u636e~",_i:41}}),n("music-play",{attrs:{playData:t.playData,_i:42}})],1)},o=[]},"3daf":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uSearch:i("416d").default,uDivider:i("381d").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uModal:i("9fee").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u65b9\u836f\u68c0\u7d22",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","oneCateList flexbox firstTab"),attrs:{_i:4}},t._l(t._$s(5,"f",{forItems:t.firstTabList}),(function(e,n,a,o){return i("text",{key:t._$s(5,"f",{forIndex:a,key:e.firstTabId}),class:t._$s("5-"+o,"c",[t.curFirstTabIndex==n?"cur":""]),attrs:{_i:"5-"+o},on:{click:function(i){return t.setFirstTabIndex(e,n)}}},[t._v(t._$s("5-"+o,"t0-0",t._s(e.title)))])})),0),t._$s(6,"i",0==t.curFirstTabIndex)?i("view",[i("view",{staticClass:t._$s(7,"sc","oneCateBot flexbox"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.oneCateList}),(function(e,n,a,o){return i("text",{directives:[{name:"show",rawName:"v-show",value:t._$s("8-"+o,"v-show",t.iosHide),expression:"_$s((\"8-\"+$31),'v-show',iosHide)"}],key:t._$s(8,"f",{forIndex:a,key:e.prescriptCategoryId}),class:t._$s("8-"+o,"c",[t.curOneCateIndex==n?"cur":""]),attrs:{_i:"8-"+o},on:{click:function(i){return t.setOneCateIndex(e,n)}}},[t._v(t._$s("8-"+o,"t0-0",t._s(e.title)))])})),0),t._$s(9,"i",t.oneCateList.length>0)?i("view",{staticClass:t._$s(9,"sc","search_box"),attrs:{_i:9}},[i("u-search",{attrs:{placeholder:"\u8bf7\u8f93\u5165\u65b9\u5242\u540d",_i:10},on:{click:t.checkDisable,focus:t.focus,clear:t.clear,input:t.input,blur:t.blur,search:t.search,custom:t.search},model:{value:t._$s(10,"v-model",t.searchValue),callback:function(e){t.searchValue=e},expression:"searchValue"}})],1):t._e(),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(11,"v-show",t.showSearchList),expression:"_$s(11,'v-show',showSearchList)"}],staticClass:t._$s(11,"sc","searchList"),attrs:{_i:11}},[t._$s(12,"i",t.searchList.length>0)?i("view",{staticClass:t._$s(12,"sc","itemBox"),attrs:{_i:12}},t._l(t._$s(13,"f",{forItems:t.searchList}),(function(e,n,a,o){return i("view",{key:t._$s(13,"f",{forIndex:a,key:n}),staticClass:t._$s("13-"+o,"sc","item"),attrs:{_i:"13-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[t._v(t._$s("13-"+o,"t0-0",t._s(e.title)))])})),0):i("view",[i("u-divider",{attrs:{text:"\u672a\u627e\u5230\u76f8\u5173\u65b9\u5242\u54e6~",_i:15}})],1)]),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(16,"v-show",!t.showSearchList&&t.iosHide),expression:"_$s(16,'v-show',!showSearchList&&iosHide)"}],attrs:{_i:16}},[t._$s(17,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(17,"sc","grid twoCateList"),attrs:{_i:17}},[i("u-grid",{staticClass:t._$s(18,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:18}},t._l(t._$s(19,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(19,"f",{forIndex:a,key:e.prescriptCategoryId}),attrs:{_i:"19-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("20-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"20-"+o}},[t._v(t._$s("20-"+o,"t0-0",t._s(e.title)))])])})),1)],1):t._e(),t._$s(21,"i",2!=t.curOneCateIndex)?i("view",{staticClass:t._$s(21,"sc","titleList"),attrs:{_i:21}},[t._$s(22,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:1,_i:22}},t._l(t._$s(23,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(23,"f",{forIndex:a,key:e.prescriptId}),attrs:{_i:"23-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("24-"+o,"c",["titleItem"]),attrs:{_i:"24-"+o}},[t._v(t._$s("24-"+o,"t0-0",t._s(e.title)))])])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u65b9\u5242\u6570\u636e\u54e6~",_i:25}})],1):i("view",{staticClass:t._$s(26,"sc","titleList"),attrs:{_i:26}},[t._$s(27,"i",t.titleList)?i("u-grid",{attrs:{col:1,_i:27}},t._l(t._$s(28,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(28,"f",{forIndex:a,key:n}),attrs:{_i:"28-"+o}},[i("view",{class:t._$s("29-"+o,"c",["titleItem"]),attrs:{_i:"29-"+o}},[t._v(t._$s("29-"+o,"t0-0",t._s(n)))]),t._l(t._$s("30-"+o,"f",{forItems:e}),(function(e,n,a,r){return i("u-grid-item",{key:t._$s("30-"+o,"f",{forIndex:a,key:e.prescriptId}),attrs:{_i:"30-"+o+"-"+r}},[i("view",{class:t._$s("31-"+o+"-"+r,"c",["JFtitleItem"]),attrs:{_i:"31-"+o+"-"+r},on:{click:function(i){return t.gotoDetail(e)}}},[t._v(t._$s("31-"+o+"-"+r,"t0-0",t._s(e.title)))])])}))],2)})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u65b9\u5242\u6570\u636e\u54e6~",_i:32}})],1)])]):t._e(),t._$s(33,"i",1==t.curFirstTabIndex)?i("view",[i("medicineSearch",{ref:"mSearch",attrs:{_i:34}})],1):t._e()]),i("u-modal",{attrs:{show:t.limitShow,title:t.limitTitle,content:t.limitContent,_i:35},on:{confirm:function(e){t.limitShow=!1}}},[i("view",{staticClass:t._$s(36,"sc","limiTy"),attrs:{_i:36}},[t._$s(37,"i",0==t.curOneCateIndex)?i("view",[i("br"),i("br"),i("b")]):t._e(),t._$s(41,"i",3==t.curOneCateIndex)?i("view",[i("br"),i("br"),i("b")]):t._e()])])],1)},o=[]},"3def":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uIcon:i("3836").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","u-number-box"),attrs:{_i:0}},[t._$s(1,"i",t.showMinus&&t.$slots.minus)?i("view",{staticClass:t._$s(1,"sc","u-number-box__slot"),attrs:{_i:1},on:{touchstart:function(e){return t.onTouchStart("minus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("minus")}}},[t._t("minus",null,{_i:2})],2):t._$s(3,"e",t.showMinus)?i("view",{staticClass:t._$s(3,"sc","u-number-box__minus"),class:t._$s(3,"c",{"u-number-box__minus--disabled":t.isDisabled("minus")}),style:t._$s(3,"s",[t.buttonStyle("minus")]),attrs:{_i:3},on:{touchstart:function(e){return t.onTouchStart("minus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("minus")}}},[i("u-icon",{attrs:{name:"minus",color:t.isDisabled("minus")?"#c8c9cc":"#323233",size:"15",bold:!0,customStyle:t.iconStyle,_i:4}})],1):t._e(),t._t("input",[i("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],staticClass:t._$s(6,"sc","u-number-box__input"),class:t._$s(6,"c",{"u-number-box__input--disabled":t.disabled||t.disabledInput}),style:t._$s(6,"s",[t.inputStyle]),attrs:{disabled:t._$s(6,"a-disabled",t.disabledInput||t.disabled),"cursor-spacing":t._$s(6,"a-cursor-spacing",t.getCursorSpacing),_i:6},domProps:{value:t._$s(6,"v-model",t.currentValue)},on:{blur:t.onBlur,focus:t.onFocus,input:[function(e){e.target.composing||(t.currentValue=e.target.value)},t.onInput]}})],{_i:5}),t._$s(7,"i",t.showPlus&&t.$slots.plus)?i("view",{staticClass:t._$s(7,"sc","u-number-box__slot"),attrs:{_i:7},on:{touchstart:function(e){return t.onTouchStart("plus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("plus")}}},[t._t("plus",null,{_i:8})],2):t._$s(9,"e",t.showPlus)?i("view",{staticClass:t._$s(9,"sc","u-number-box__plus"),class:t._$s(9,"c",{"u-number-box__minus--disabled":t.isDisabled("plus")}),style:t._$s(9,"s",[t.buttonStyle("plus")]),attrs:{_i:9},on:{touchstart:function(e){return t.onTouchStart("plus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("plus")}}},[i("u-icon",{attrs:{name:"plus",color:t.isDisabled("plus")?"#c8c9cc":"#323233",size:"15",bold:!0,customStyle:t.iconStyle,_i:10}})],1):t._e()],2)},o=[]},"3e78":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={numberBox:{name:"",value:0,min:1,max:Number.MAX_SAFE_INTEGER,step:1,integer:!1,disabled:!1,disabledInput:!1,asyncChange:!1,inputWidth:35,showMinus:!0,showPlus:!0,decimalLength:null,longPress:!0,color:"#323233",buttonSize:30,bgColor:"#EBECEE",cursorSpacing:100,disableMinus:!1,disablePlus:!1,iconStyle:""}};e.default=n},"3e85":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uLoadingIcon:i("4466").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","u-switch"),class:t._$s(0,"c",[t.disabled&&"u-switch--disabled"]),style:t._$s(0,"s",[t.switchStyle,t.$u.addStyle(t.customStyle)]),attrs:{_i:0},on:{click:t.clickHandler}},[i("view",{staticClass:t._$s(1,"sc","u-switch__bg"),style:t._$s(1,"s",[t.bgStyle]),attrs:{_i:1}}),i("view",{ref:"u-switch__node",staticClass:t._$s(2,"sc","u-switch__node"),class:t._$s(2,"c",[t.value&&"u-switch__node--on"]),style:t._$s(2,"s",[t.nodeStyle]),attrs:{_i:2}},[i("u-loading-icon",{attrs:{show:t.loading,mode:"circle",timingFunction:"linear",color:t.value?t.activeColor:"#AAABAD",size:.6*t.size,_i:3}})],1)])},o=[]},"3e8b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={collapse:{value:null,accordion:!1,border:!0}}},"3e95":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={}},"3eb1":function(t,e,i){"use strict";var n=i("0f7c"),a=i("00ce"),o=a("%Function.prototype.apply%"),r=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||n.call(r,o),c=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),l=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(f){u=null}t.exports=function(t){var e=s(n,r,arguments);if(c&&u){var i=c(e,"length");i.configurable&&u(e,"length",{value:1+l(0,t.length-(arguments.length-1))})}return e};var d=function(){return s(n,o,arguments)};u?u(t.exports,"apply",{value:d}):t.exports.apply=d},"3ed1":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.typeFilter=e.type=e.setDataValue=e.realName=e.rawData=e.objSet=e.objGet=e.name2arr=e.isRequiredField=e.isRealName=e.isNumber=e.isEqual=e.isBoolean=e.getValue=e.getDataValueType=e.getDataValue=e.deepCopy=void 0;var a=n(i("7037"));e.deepCopy=function(t){return JSON.parse(JSON.stringify(t))};var o=function(t){return"int"===t||"double"===t||"number"===t||"timestamp"===t};e.typeFilter=o;e.getValue=function(t,e,i){var n=i.find((function(t){return t.format&&o(t.format)})),a=i.find((function(t){return t.format&&"boolean"===t.format||"bool"===t.format}));return n&&(e=e||0===e?d(Number(e))?Number(e):e:null),a&&(e=!!f(e)&&e),e};e.setDataValue=function(t,e,i){return e[t]=i,i||""};var r=function(t,e){return l(e,t)};e.getDataValue=r;e.getDataValueType=function(t,e){var i=r(t,e);return{type:p(i),value:i}};e.realName=function(t){var e=u(t);if("object"===(0,a.default)(e)&&Array.isArray(e)&&e.length>1){var i=e.reduce((function(t,e){return t+"#".concat(e)}),"_formdata_");return i}return e[0]||t};e.isRealName=function(t){return/^_formdata_#*/.test(t)};e.rawData=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=JSON.parse(JSON.stringify(t)),i={};for(var n in e){var a=s(n);c(i,a,e[n])}return i};var s=function(t){var e=t.replace("_formdata_#","");return e=e.split("#").map((function(t){return d(t)?Number(t):t})),e};e.name2arr=s;var c=function(t,e,i){return"object"!==(0,a.default)(t)||u(e).reduce((function(t,e,n,a){return n===a.length-1?(t[e]=i,null):(e in t||(t[e]=/^[0-9]{1,}$/.test(a[n+1])?[]:{}),t[e])}),t),t};function u(t){return Array.isArray(t)?t:t.replace(/\[/g,".").replace(/\]/g,"").split(".")}e.objSet=c;var l=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"undefined",n=u(e),a=n.reduce((function(t,e){return(t||{})[e]}),t);return a&&void 0===a?i:a};e.objGet=l;var d=function(t){return!isNaN(Number(t))};e.isNumber=d;var f=function(t){return"boolean"===typeof t};e.isBoolean=f;e.isRequiredField=function(t){for(var e=!1,i=0;i0?x.join(",")||null:void 0}];else if(c(p))L=p;else{var A=Object.keys(x);L=g?A.sort(g):A}for(var B=r&&c(x)&&1===x.length?i+"[]":i,M=0;M0?w+b:""}},4143:function(t,e,i){"use strict";(function(t){var n=i("4ea4"),a=i("7037");Object.defineProperty(e,"__esModule",{value:!0}),e.setWXPay=e.setPayAssign=e.setPay=e.getLatLon=e.closeAppShare=e.checkBookRight=e.appShare=void 0;var o=n(i("65fd")),r=n(i("41a9")),s=n(i("c855")),c=i("c957"),u=function(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!==a(t)&&"function"!==typeof t)return{default:t};var i=l(e);if(i&&i.has(t))return i.get(t);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var r in t)if("default"!==r&&Object.prototype.hasOwnProperty.call(t,r)){var s=o?Object.getOwnPropertyDescriptor(t,r):null;s&&(s.get||s.set)?Object.defineProperty(n,r,s):n[r]=t[r]}n.default=t,i&&i.set(t,n);return n}(i("51c5"));function l(t){if("function"!==typeof WeakMap)return null;var e=new WeakMap,i=new WeakMap;return(l=function(t){return t?i:e})(t)}e.appShare=function(t,e){var i=r.default.state.userInfo;i&&i.uid||(i=uni.getStorageSync("userInfo"));var n={shareTitle:t.shareTitle||s.default.share.title,shareUrl:t.shareUrl||s.default.share.link,shareContent:t.shareContent||s.default.share.desc,shareImg:t.shareImg||s.default.share.imgUrl};return i&&i.uid&&(t.shareUrl?t.shareUrl.indexOf("?")>=0?n.shareUrl=t.shareUrl+"&recommend="+i.uid:n.shareUrl=t.shareUrl+"?recommend="+i.uid:s.default.share&&s.default.share.link&&(s.default.share.link.indexOf("?")>=0?n.shareUrl=s.default.share.link+"&recommend="+i.uid:n.shareUrl=s.default.share.link+"?recommend="+i.uid)),(0,u.default)({shareTitle:t.shareTitle||s.default.share.title,shareUrl:t.shareUrl||s.default.share.link,shareContent:t.shareContent||s.default.share.desc,shareImg:t.shareImg||s.default.share.imgUrl},e)};var d=u.closeShare;e.closeAppShare=d;e.setPay=function(e,i){t("log",e," at config/utils.js:103"),e.customerId=r.default.state.userInfo.id;var n="";"wxpay"==e.typePay?n="/v3/pay/placeAnOrder/app":"alipay"==e.typePay?n="pay/aliPay/pay":"smallPay"==e.typePay?n="api/pay/v1/small_pay_sign_wx":e.typePay,o.default.post(n,e).then((function(n){t("log",n,"data"," at config/utils.js:119");var a={success:function(e){i&&i({success:!0,data:e}),t("log","success:"+JSON.stringify(e)," at config/utils.js:126")},fail:function(e){i&&i({success:!1,data:e}),t("log","fail:"+JSON.stringify(e)," at config/utils.js:133")}};"smallPay"==e.typePay?(a.provider="wxpay",a.timeStamp=n.timeStamp,a.nonceStr=n.nonceStr,a.package=n.package,a.signType="MD5",a.paySign=n.sign):"wxpay"==e.typePay?(a.provider="wxpay",a.orderInfo=n):"alipay"==e.typePay?(a.provider="alipay",a.orderInfo=n.orderInfo):"baidu"==e.typePay&&(a.provider="baidu",a.orderInfo=n),""!=a.orderInfo&&void 0!=a.orderInfo&&(t("log","\u652f\u4ed8\u53c2\u6570",a," at config/utils.js:159"),uni.requestPayment(a))}),(function(t){i&&i({success:!1,data:t})}))};e.setPayAssign=function(t,e){t.price=t.price||t.pricePay,t.title=t.title||t.orderTitle,uni.navigateTo({url:"/pages/home/weChatPay?orderNo="+t.orderNo+"&price="+t.price+"&title="+t.title})};e.getLatLon=function(t){return new Promise((function(e,i){(0,c.getAppWxLatLon)((function(t){r.default.commit("setCurrentAddress",{latitude:t.latitude,longitude:t.longitude}),e(t)}),(function(e){i(e),t&&uni.showToast({title:e,icon:"none"})}))}))};e.checkBookRight=function(e,i){t("log","\u63a5\u53d7\u7684\u503c",e," at config/utils.js:240"),o.default.request({url:"/book/user/checkUserBook",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(t){0===t.code&&i&&i({success:!0,data:"\u6709\u6743\u9650"})})).catch((function(t){i&&i({success:!1,data:"\u65e0\u6743\u9650"})}))};e.setWXPay=function(e,i){o.default.request({url:"/pay/placeAnOrder/shoppingPay",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){if(t("log",e,"resshoppingPay"," at config/utils.js:274"),0===e.code){var n={provider:"wxpay",orderInfo:{appid:e.paramMap.appid,noncestr:e.Map.noncestr,package:e.Map.package,partnerid:e.paramMap.mchid,prepayid:e.Map.prepayid,timestamp:e.Map.timestamp,signType:"SHA256-RSA",sign:e.Map.sign},success:function(e){i&&i({success:!0,data:e}),t("log","success:"+JSON.stringify(e)," at config/utils.js:293")},fail:function(e){i&&i({success:!1,data:e}),t("log","fail:"+JSON.stringify(e)," at config/utils.js:300")}};""!=n.orderInfo.prepayid&&void 0!=n.orderInfo.prepayid&&uni.requestPayment(n)}}))}}).call(this,i("0de9")["default"])},"416d":function(t,e,i){"use strict";i.r(e);var n=i("cd6a"),a=i("8fe9");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"8e17b69c",null,!1,n["a"],void 0);e["default"]=s.exports},4198:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{show:{type:Boolean,default:uni.$u.props.popup.show},overlay:{type:Boolean,default:uni.$u.props.popup.overlay},mode:{type:String,default:uni.$u.props.popup.mode},duration:{type:[String,Number],default:uni.$u.props.popup.duration},closeable:{type:Boolean,default:uni.$u.props.popup.closeable},overlayStyle:{type:[Object,String],default:uni.$u.props.popup.overlayStyle},closeOnClickOverlay:{type:Boolean,default:uni.$u.props.popup.closeOnClickOverlay},zIndex:{type:[String,Number],default:uni.$u.props.popup.zIndex},safeAreaInsetBottom:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetBottom},safeAreaInsetTop:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetTop},closeIconPos:{type:String,default:uni.$u.props.popup.closeIconPos},round:{type:[Boolean,String,Number],default:uni.$u.props.popup.round},zoom:{type:Boolean,default:uni.$u.props.popup.zoom},bgColor:{type:String,default:uni.$u.props.popup.bgColor},overlayOpacity:{type:[Number,String],default:uni.$u.props.popup.overlayOpacity}}};e.default=n},"41a9":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("8bbf")),o=n(i("26cb"));a.default.use(o.default);var r=i("91e9"),s={state:{},mutations:{},actions:{}};r.keys().forEach((function(t){Object.assign(s.state,r(t)["state"]),Object.assign(s.mutations,r(t)["mutations"]),Object.assign(s.actions,r(t)["actions"])}));var c=new o.default.Store(s),u=c;e.default=u},"42db":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uniTag:i("8209").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,publicModule:i("3b5e").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",[n("z-nav-bar",{attrs:{title:"\u533b\u6848-"+t.bookname,_i:2}}),n("view",{staticClass:t._$s(3,"sc","book_neir"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","flexbox info"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","item"),attrs:{_i:5}},[t._$s(6,"i",""!=t.bookInfo.images)?n("image",{staticClass:t._$s(6,"sc","bn_img"),attrs:{src:t._$s(6,"a-src",t.bookInfo.images),_i:6}}):n("image",{staticClass:t._$s(7,"sc","bn_img"),attrs:{src:t._$s(7,"a-src",i("f6ce")),_i:7}})]),n("view",{staticClass:t._$s(8,"sc","item"),attrs:{_i:8}},[n("view",{staticClass:t._$s(9,"sc","bn_nes"),attrs:{_i:9}},[n("view",[t._v(t._$s(10,"t0-0",t._s(t.bookInfo.name)))]),t._$s(11,"i",null!=t.bookInfo.author)?n("view"):t._e(),n("view",{staticClass:t._$s(12,"sc","tags"),attrs:{_i:12}},[n("uni-tag",{staticClass:t._$s(13,"sc","tag"),attrs:{inverted:!0,text:"\u4e66\u8bc4",type:"success",_i:13},on:{click:function(e){return t.toMore()}}}),t._$s(14,"i",1==t.bookInfo.clockIn)?n("uni-tag",{staticClass:t._$s(14,"sc","tag"),attrs:{inverted:!0,text:"\u7b7e\u5230",type:"warning",_i:14},on:{click:function(e){return t.gotoclock()}}}):t._e()],1)])])])]),t._$s(15,"i",t.yianList.length>0)?n("view",{staticClass:t._$s(15,"sc","playList"),attrs:{_i:15}},[t._l(t._$s(16,"f",{forItems:t.yianList}),(function(e,i,a,o){return n("view",{key:t._$s(16,"f",{forIndex:a,key:i}),staticClass:t._$s("16-"+o,"sc","item"),attrs:{_i:"16-"+o}},[n("view",[n("view",{staticClass:t._$s("18-"+o,"sc","flexbox muluitem"),attrs:{_i:"18-"+o},on:{click:function(i){return t.toDetail(e)}}},[n("span",[t._v(t._$s("19-"+o,"t0-0",t._s(e.title)))]),n("view",[t._$s("21-"+o,"i",""!=e.content)?n("uni-tag",{staticClass:t._$s("21-"+o,"sc","tag"),attrs:{size:"small",inverted:!0,text:"\u6587\u5b57",type:"primary",_i:"21-"+o}}):t._e()],1)])])])})),n("view",[t._$s(23,"i",0==t.status)?n("view",[n("u-loading-icon",{attrs:{_i:24}}),n("font",{attrs:{_i:25}},[t._v("")])],1):t._e(),t._$s(26,"i",1==t.status)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:27}})],1):t._e()])],2):n("u-divider",{attrs:{text:"\u6682\u65e0\u8bb2\u4e66\u76ee\u5f55",_i:28}}),n("music-play",{attrs:{playData:t.playData,_i:29}}),n("public-module",{attrs:{_i:30}})],1)])},o=[]},4328:function(t,e,i){"use strict";var n=i("4127"),a=i("9e6a"),o=i("b313");t.exports={formats:o,parse:a,stringify:n}},"432b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(0,"v-show",t.isShow),expression:"_$s(0,'v-show',isShow)"}],ref:"ani",class:t._$s(0,"c",t.customClass),style:t._$s(0,"s",t.transformStyles),attrs:{animation:t._$s(0,"a-animation",t.animationData),_i:0},on:{click:t.onClick}},[t._t("default",null,{_i:1})],2)},a=[]},4362:function(t,e,i){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,n="/";e.cwd=function(){return n},e.chdir=function(e){t||(t=i("df7c")),n=t.resolve(e,n)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"436d":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.show)?i("view",{staticClass:t._$s(0,"sc","u-toolbar"),attrs:{_i:0},on:{touchmove:function(e){return e.stopPropagation(),e.preventDefault(),t.noop(e)}}},[i("view",{staticClass:t._$s(1,"sc","u-toolbar__cancel__wrapper"),attrs:{_i:1}},[i("text",{staticClass:t._$s(2,"sc","u-toolbar__wrapper__cancel"),style:t._$s(2,"s",{color:t.cancelColor}),attrs:{_i:2},on:{click:t.cancel}},[t._v(t._$s(2,"t0-0",t._s(t.cancelText)))])]),t._$s(3,"i",t.title)?i("text",{staticClass:t._$s(3,"sc","u-toolbar__title u-line-1"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.title)))]):t._e(),i("view",{staticClass:t._$s(4,"sc","u-toolbar__confirm__wrapper"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","u-toolbar__wrapper__confirm"),style:t._$s(5,"s",{color:t.confirmColor}),attrs:{_i:5},on:{click:t.confirm}},[t._v(t._$s(5,"t0-0",t._s(t.confirmText)))])])]):t._e()},a=[]},4383:function(t,e,i){t.exports=i.p+"static/icon/hehan.png"},"43a5":function(t,e,i){"use strict";i.r(e);var n=i("9e63"),a=i("c125");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5062d177",null,!1,n["a"],void 0);e["default"]=s.exports},"43c4":function(t,e,i){t.exports=i.p+"static/icon/mine_ic4.png"},"440b":function(t,e,i){"use strict";i.r(e);var n=i("a0fe"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},4466:function(t,e,i){"use strict";i.r(e);var n=i("20c0"),a=i("0a9e");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5ebd6a54",null,!1,n["a"],void 0);e["default"]=s.exports},"448a":function(t,e,i){var n=i("2236"),a=i("11b0"),o=i("6613"),r=i("0676");t.exports=function(t){return n(t)||a(t)||o(t)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"44bf":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("bfd2")),o=a.default;e.default=o},"45c3":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("65fd")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{scrollTop:0,status:3,bookScreen:{page:1,limit:5},totalPage:0,totalCount:0,bookList:[],bgiStyle:{background:"#2ab58833"},iconStyle:{fontSize:"40rpx",fontWeight:"bold",color:"#54a966"},bokMesDet:{}}},onPageScroll:function(t){this.scrollTop=t.scrollTop},onReachBottom:function(){var t=this;this.status=0,this.bookScreen.page1&&void 0!==arguments[1]?arguments[1]:500,i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];i?n||(n=!0,"function"===typeof t&&t(),setTimeout((function(){n=!1}),e)):n||(n=!0,setTimeout((function(){n=!1,"function"===typeof t&&t()}),e))};e.default=a},4773:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uvInput",{attrs:{value:t.value,type:t.type,fixed:t.fixed,disabled:t.disabled,disabledColor:t.disabledColor,clearable:t.clearable,password:t.password,maxlength:t.maxlength,placeholder:t.placeholder,placeholderClass:t.placeholderClass,placeholderStyle:t.placeholderStyle,showWordLimit:t.showWordLimit,confirmType:t.confirmType,confirmHold:t.confirmHold,holdKeyboard:t.holdKeyboard,focus:t.focus,autoBlur:t.autoBlur,disableDefaultPadding:t.disableDefaultPadding,cursor:t.cursor,cursorSpacing:t.cursorSpacing,selectionStart:t.selectionStart,selectionEnd:t.selectionEnd,adjustPosition:t.adjustPosition,inputAlign:t.inputAlign,fontSize:t.fontSize,color:t.color,prefixIcon:t.prefixIcon,suffixIcon:t.suffixIcon,suffixIconStyle:t.suffixIconStyle,prefixIconStyle:t.prefixIconStyle,border:t.border,readonly:t.readonly,shape:t.shape,customStyle:t.customStyle,formatter:t.formatter,ignoreCompositionEvent:t.ignoreCompositionEvent,_i:0},on:{focus:function(e){return t.$emit("focus")},blur:function(e){return t.$emit("blur",e)},keyboardheightchange:function(e){return t.$emit("keyboardheightchange")},change:function(e){return t.$emit("change",e)},input:function(e){return t.$emit("input",e)},confirm:function(e){return t.$emit("confirm",e)},clear:function(e){return t.$emit("clear")},click:function(e){return t.$emit("click")}}},[t._t("prefix",null,{slot:"prefix",_i:1}),t._t("suffix",null,{slot:"suffix",_i:2})],2)},a=[]},4793:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{bookId:{type:String,default:""},bookName:{type:String,default:"\u4ece\u7279\u79cd\u5175\u5f00\u59cb\u878d\u5408\u4e07\u7269"},chapterName:{type:String,default:"\u7b2c10\u7ae0\u7280\u5229\u7684\u6539\u53d8"},content:{type:String,default:""},styleBottom:{type:Number,default:0},audioShow:{type:Number,required:!0},playData:{type:Array,required:!0},AS_book:{type:Array,default:""}},data:function(){return{navbarH:this.$NavBar,visible:!0,promptList:["\u5440\uff01\u4e0d\u80fd\u7528","\u54a6\uff1f\u8fd8\u662f\u4e0d\u884c","\u54c8\u54c8\u54c8\u54c8\u54c8\uff0c\u8fd9\u4e2a\u4e5f\u4e0d\u884c","\u6ca1\u60f3\u5230\u5427\uff0c\u90fd\u4e0d\u884c\uff01"],promptIndex:0}},computed:{detail:function(){return{cover:"http://img.1391.com/api/v1/bookcenter/cover/1/3449780/3449780_fc9244d1c821436d88fb9a7f5b1ea7f5.jpg/"}}},mounted:function(){},beforeDestroy:function(){this.hide()},methods:{show:function(){this.visible=!0},hide:function(){this.visible=!1},pageBack:function(){this.$emit("showValue",0)},prompthandle:function(){uni.hideToast(),uni.showToast({icon:"none",title:this.promptList[this.promptIndex%4]}),this.promptIndex+=1}}};e.default=n},"47a2":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.deepMerge=function t(){var e={};function i(i,n){"object"===(0,a.default)(e[n])&&"object"===(0,a.default)(i)?e[n]=t(e[n],i):"object"===(0,a.default)(i)?e[n]=t({},i):e[n]=i}for(var n=0,o=arguments.length;n1?(clearTimeout(this.touchTime),this.touchTime=setTimeout((function(){i.touchNum=0}),250),t("log","\u53cc\u51fb"," at pages/yRead/angbook.vue:796"),this.setShow=!0):(clearTimeout(this.touchTime),this.touchTime=setTimeout((function(){i.touchNum=0}),250)))},clickImg:function(t,e){var i=this.newchapterImgList.map((function(t){return t}));this.imgsShow=!1,uni.previewImage({current:e,urls:i})},clickSet:function(e){0==e?this.imgsShow=!0:1==e?(this.directoryShowBefore=!0,this.directoryShow=!0,this.$nextTick((function(){t("log",4545,this.directoryShow," at pages/yRead/angbook.vue:831")}))):2==e&&this.listenHandle(),this.setShow=!1},toRight:function(){this.nothingShow=!0},showImgHandle:function(){this.imgsShow=!0},bookMessage:function(){var t=this;this.$http.post("book/book/appinfo/"+this.bookId_mark+"/"+this.userInfo.id).then((function(e){t.bookName=e.book.name,t.bookFengMian=e.book.images,t.detail.freeChapterCount=e.book.freeChapterCount,t.detail.isBuy=e.book.isBuy,t.detail.isVip=e.book.isVip,t.detail.chapterNum=e.book.chapterNum}))},counlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight)),t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:872"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.forGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},mpcounlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight))-1,t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:886"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.mpforGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},nextmpcounlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight))-1,t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:900"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.nextmpforGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},forGet:function(t,e){var i=this,n=this,a=[];this.chapterImgList=[],y.map((function(e,o){if(e.content=""+e.content,e.content.length>t-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ci){for(var a=t.substr(i,1),o=0,r=0;rt-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct.directoryList.length-1||!t.history.chapterIndex)&&(t.history.chapterIndex=0),e.next=11,t.getThreeChapter(t.history.chapterIndex);case 11:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.oldReadSpeed.readPage=i,t.goToPage(i),t.SimulationTextObj.SimulationText=[],t.SimulationTextObj={SimulationText:y,fontSize:t.fontSize,lineHeight:t.lineHeight,oldReadPage:t.oldReadSpeed.readPage,background:t.background},uni.hideLoading();case 17:case"end":return e.stop()}}),e)})))()},calcHeight:function(){var t=this;if(!this.contentHeight)return new Promise((function(e,i){t.$nextTick((function(){var i=uni.createSelectorQuery().in(t);i.select("#content").boundingClientRect((function(i){var n=i.height;t.contentHeight=n;var a=t.fontSize*t.lineHeight;a=Math.floor(a*t.pixelRatio)/t.pixelRatio;var o=Math.floor((n+Math.floor((a-t.fontSize)/2))/a);t.innerHeight=o*a,e()})).exec()}))}));var e=this.fontSize*this.lineHeight;e=Math.floor(e*this.pixelRatio)/this.pixelRatio;var i=Math.floor((this.contentHeight+Math.floor((e-this.fontSize)/2))/e);this.innerHeight=i*e},calcCurChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#curChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.curChapter.totalPage=y.length,t.curChapter.ready=!0,e()})).exec()}),100)}))},scrolltoupper:function(t){var e=this;0!=this.isAudioMenu||"top"!=t.detail.direction||"scrolltoupper"!=t.type||this.down||(this.curChapter.chapterIndex>0?(uni.showLoading({title:"\u8bf7\u7a0d\u7b49..."}),setTimeout((function(){e.getThreeChapter(e.curChapter.chapterIndex-1),uni.hideLoading()}),300)):uni.showToast({icon:"none",title:"\u5df2\u7ecf\u5728\u6700\u5f00\u5934\u4e86"}))},scrolltolower:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:"bottom"==t.detail.direction&&"scrolltolower"==t.type&&(e.curChapter.chapterIndex0?t("log","\u8bfb\u53d6\u5230\u6570\u636e\uff0c\u7ee7\u7eed\u6267\u884c"," at pages/yRead/angbook.vue:1486"):(t("log","\u8bfb\u53d6\u5230\u7684\u6570\u636e\u4e3a\u7a7a\uff0c\u8fdb\u884c\u8d4b\u503c"," at pages/yRead/angbook.vue:1488"),e.domList=i),e.getNowReadIndex()})).exec()},getNowReadIndex:function(){var e=this,i=this.progress,n=0,a=uni.getStorageSync("history");n="object"!==(0,o.default)(a)?0:Math.floor((this.curChapter.totalPage-1)*i),t("log",n,"\u5f53\u524d\u9875"," at pages/yRead/angbook.vue:1511");var r=y[n][0].list;t("log",r,"\u9876\u90e8\u7b2c\u4e00\u53e5\u8bdd"," at pages/yRead/angbook.vue:1514"),0==n?(this.domIndex=0,this.createAudio(),this.musicManuShow=!1,this.isAudioMenu=!0):this.verticalData.text.forEach((function(i,n){if(-1!=i.content.indexOf(r))return t("log",i.number,"\u627e\u5230\u4e86"," at pages/yRead/angbook.vue:1530"),e.domIndex=n,e.createAudio(),e.musicManuShow=!1,void(e.isAudioMenu=!0)}))},createAudio:function(){var e=this;t("log","\u8bfb\u5230\u7684\u4f4d\u7f6e",this.domIndex," at pages/yRead/angbook.vue:1544"),this.music=uni.createInnerAudioContext(),this.music.src=this.verticalData.text[this.domIndex].voices,t("log","domList",this.domList," at pages/yRead/angbook.vue:1550"),this.highlight=this.domIndex,this.fhighlight=!0,t("log","highlight",this.highlight," at pages/yRead/angbook.vue:1554"),t("log","domIndex",this.domIndex," at pages/yRead/angbook.vue:1555"),null!=this.music.src?setTimeout((function(){e.music.play(),e.musicPlaying=!0,e.musicItem.musicPlaying=!0,e.changeMusicItem()}),150):(t("log","\u6ca1\u627e\u5230"," at pages/yRead/angbook.vue:1565"),uni.showToast({title:"\u672a\u627e\u5230\u97f3\u9891",icon:"none",duration:2e3}),this.offAudio()),this.music.onEnded((function(){e.musicPlaying=!1,e.domIndex==e.verticalData.text.length-1?(t("log","\u5168\u90e8\u97f3\u9891\u64ad\u653e\u5b8c\u6bd5"," at pages/yRead/angbook.vue:1579"),e.offAudio()):(t("log","\u97f3\u9891\u64ad\u653e\u7ed3\u675f2"," at pages/yRead/angbook.vue:1586"),t("log",e.domIndex,"------------"," at pages/yRead/angbook.vue:1587"),e.addDomIndex())}))},addDomIndex:function(){var e=this;this.domIndex+=1,t("log",this.domIndex,"\u4e0b\u4e00\u6761domIndex"," at pages/yRead/angbook.vue:1597"),this.createAudio();this.curPage.text.map((function(t,i){i!=e.curPage.text.length-1||t.paragraph})),this.domIndex>this.curPage.text[this.curPage.text.length-1].paragraph&&(t("log",this.currentPage,"this.currentPage"," at pages/yRead/angbook.vue:1613"),this.musicItem={page:this.currentPage+1,musicIndexDom:this.domIndex,musicPlaying:!0},this.goNextPage())},audioPause:function(){this.isPause=!this.isPause,this.isPause?(this.music.pause(),this.musicPlaying=!1,this.musicItem.musicPlaying=!1):(this.music.play(),this.musicPlaying=!0,this.musicItem.musicPlaying=!0)},offAudio:function(){this.music.stop(),this.highlight="null",this.fhighlight=!1,this.isAudioMenu=!1,this.isPause=!1,this.music=null,this.musicPlaying=!1,this.changeMusicItem()},calcPreChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#preChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.preChapter.totalPage=t.preChapterTotal,t.preChapter.ready=!0,t.waitForPre&&(uni.hideLoading(),t.waitForPre=!1,t.goPrePage()),t.waitForPreChapter&&(uni.hideLoading(),t.waitForPreChapter=!1,t.goPreChapter()),e()})).exec()}),100)}))},calcNextChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#nextChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.nextChapter.totalPage=t.nextChapterTotal,t.nextChapter.ready=!0,t.waitForNext&&(uni.hideLoading(),t.waitForNext=!1,t.goNextPage()),t.waitForNextChapter&&(uni.hideLoading(),t.waitForNextChapter=!1,t.goNextChapter()),e()})).exec()}),100)}))},touchStart:function(t){this.showAnimation=!1,this.isTouch=!0,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY,0===this.turnType&&(this.pageBackRef.transition="unset",this.pageBackRef.right=0,this.pageBackRef.left=0,this.pageBackRef.width=0,this.pageBackRef.before=!0)},touchMove:function(t){this.showShadow=!0;var e=0;if(0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,this.pageBackRef.before=e>0,0!==this.turnType||this.pageBackRef.before?0===this.turnType&&this.pageBackRef.before&&(this.pageBackRef.left="".concat(e,"px"),this.pageBackRef.width="".concat(.5*-e,"px")):(this.pageBackRef.right="".concat(-e,"px"),this.pageBackRef.width="".concat(.5*-e,"px")),e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&this.nextPage.ready){if(this.nextPage.isEnd)return;e>0&&(e=0),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]}!this.pre&&!this.next&&e<0&&(this.next=!0,this.nextPage.ready?this.nextPage.isEnd?uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"}):(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.nextChapter.ready&&(this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:y,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.pre&&this.prePage.ready&&(e<0&&(e=0),this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.prePage.isCover||!this.pre&&!this.next&&e>0&&(this.pre=!0,this.prePage.ready?this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.preChapter.ready&&(this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:y,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]))},touchEnd:function(e){t("log",e,"e"," at pages/yRead/angbook.vue:1999"),this.isTouch=!1,this.showAnimation=!0,this.showShadow=!1;var i=0;0===this.turnType||1===this.turnType?i=e.changedTouches[0].clientX-this.touchStartX:(i=e.changedTouches[0].clientY-this.touchStartY,this.page=parseInt(this.scrollTop/(this.NumCol*this.lineHeight*this.fontSize)),t("log",this.page,"page"," at pages/yRead/angbook.vue:2010")),i<.8&&i>-.8?e.changedTouches[0].clientXthis.windowWidth/3*2?e.changedTouches[0].clientY>100&&this.goNextPage():e.changedTouches[0].clientX<=this.windowWidth/3*2&&e.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?this.goNextPage():this.next&&this.delta>0?(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],0==this.turnType&&(this.pageBackRef.transition="right .5s ease",this.pageBackRef.right=0,this.pageBackRef.width=0)):this.pre&&this.delta>=0?this.goPrePage():this.pre&&this.delta<0&&(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],0==this.turnType&&(this.pageBackRef.transition="left .5s ease",this.pageBackRef.left=0,this.pageBackRef.width=0)),this.next=!1,this.pre=!1},touchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.next=!1,this.pre=!1},showMenu:function(){var t=this;plus.navigator.setFullscreen(!1),this.menuShow=!0,null!=this.music||this.isVerticalHua?this.musicManuShow=!1:this.musicManuShow=!0,setTimeout((function(){t.itemShow=!0}),100)},closeMenu:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.settingShow=!1,this.directoryShow=!1,setTimeout((function(){t.directoryShowBefore=!1,t.menuShow=!1,t.musicManuShow=!1}),300)},openSetting:function(){var t=this;this.itemShow=!1,setTimeout((function(){t.settingShow=!0}),300)},openDirectory:function(){var e=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.directoryShowBefore=!0,setTimeout((function(){e.directoryShow=!0,t("log",e.directoryShow," at pages/yRead/angbook.vue:2182")}),300)},slideChanging:function(t){this.progressTouched=!0,this.chapterProgress=t.detail.value},slideChange:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.chapterProgress=t.detail.value,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=4,e.getThreeChapter(t.detail.value);case 4:e.counlSystemInfo(),e.progressTouched=!1,e.goToPage(0),uni.hideLoading();case 8:case"end":return i.stop()}}),i)})))()},goPrePage:function(){var e=this;if(this.prePage.isCover)return this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],void(this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]);if(!this.prePage.ready&&!this.preChapter.ready)return this.waitForPre=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0",mask:!0});var i=!1;this.currentPage-=1,-1===this.currentPage&&(i=!0,this.currentPage=this.preChapter.totalPage-1,this.chapterRotate("pre")),t("log",y,"goPrePage////////////////////////////////"," at pages/yRead/angbook.vue:2244");var n=[].concat(this.curPage.pageTranslate),a=[].concat(this.prePage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=a,this.nextPage.pageTranslate=n,0===this.turnType&&(this.pageBackRef.before=!0,this.pageBackRef.transition="left .5s ease",this.pageBackRef.left="".concat(this.windowWidth,"px"),this.pageBackRef.right=0,this.pageBackRef.width="100px"),setTimeout((function(){i&&uni.showToast({title:e.curChapter.chapterName,icon:"none"}),e.showAnimation=!0,e.prePage.pageTranslate=["(".concat(-e.windowWidth,"px,0)"),"(".concat(-e.windowWidth,"px,0)"),"(0,".concat(-e.windowHeight,"px)")],e.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],e.nextPage.pageTranslate=["(0,0)","(".concat(e.windowWidth,"px,0)"),"(0,".concat(e.windowHeight,"px)")]}),50)},goNextPage:function(){var e=this;if(this.nextPage.isEnd)return alery("\u5230\u5934\u4e86"),void uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"});this.currentPage+=1;var i=!1;if(t("log",this.currentPage,this.curChapter.totalPage," at pages/yRead/angbook.vue:2324"),this.currentPage!==this.curChapter.totalPage){var n=[].concat(this.curPage.pageTranslate),a=[].concat(this.nextPage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=n,this.curPage.pageTranslate=a,this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],0===this.turnType&&(this.pageBackRef.before=!1,this.pageBackRef.transition="right .5s ease .15s",this.pageBackRef.right="".concat(this.windowWidth,"px"),this.pageBackRef.left=0,this.pageBackRef.width="100px"),setTimeout((function(){i&&uni.showToast({title:e.curChapter.chapterName,icon:"none"}),e.showAnimation=!1,e.prePage.pageTranslate=["(".concat(-e.windowWidth,"px,0)"),"(".concat(-e.windowWidth,"px,0)"),"(0,".concat(-e.windowHeight,"px)")],e.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],e.nextPage.pageTranslate=["(0,0)","(".concat(e.windowWidth,"px,0)"),"(0,".concat(e.windowHeight,"px)")]}),100)}},chapterRotate:function(e){var i=this;return(0,r.default)(a.default.mark((function n(){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if("next"!==e){n.next=18;break}if(i.preChapter=Object.assign({},i.curChapter),i.curChapter=Object.assign({},i.nextChapter),t("log",i.curChapter.chapterIndex,"chapterIndex"," at pages/yRead/angbook.vue:2405"),y=i.curChapter.text,i.counlSystemInfo(),t("log",y,1111111111," at pages/yRead/angbook.vue:2409"),i.curChapter.chapterIndex===i.directoryList.length-1){n.next=16;break}return i.nextChapter={ready:!1,chapterIndex:i.curChapter.chapterIndex+1,chapterName:i.directoryList[i.curChapter.chapterIndex+1].name},n.next=11,i.getOneChapter(i.directoryList[i.curChapter.chapterIndex+1].chapterId);case 11:i.$set(i.nextChapter,"text",i.tmpChapter.text),i.$set(i.nextChapter,"canRead",i.tmpChapter.canRead),i.calcNextChapter(),n.next=17;break;case 16:i.nextChapter={ready:!0,isEnd:!0};case 17:i.getThreeChapter(i.curChapter.chapterIndex);case 18:if("pre"!==e){n.next=35;break}if(i.nextChapter=Object.assign({},i.curChapter),i.curChapter=Object.assign({},i.preChapter),y=i.curChapter.text,i.counlSystemInfo(),t("log",y,"\u8df3\u8f6c\u5230\u4e0a\u4e00\u7ae0"," at pages/yRead/angbook.vue:2434"),0===i.curChapter.chapterIndex){n.next=33;break}return i.preChapter={ready:!1,chapterIndex:i.curChapter.chapterIndex-1,chapterName:i.directoryList[i.curChapter.chapterIndex-1].name},n.next=28,i.getOneChapter(i.directoryList[i.curChapter.chapterIndex-1].chapterId);case 28:i.$set(i.preChapter,"text",i.tmpChapter.text),i.$set(i.preChapter,"canRead",i.tmpChapter.canRead),i.calcPreChapter(),n.next=34;break;case 33:i.preChapter={ready:!0,isCover:!0};case 34:i.getThreeChapter(i.curChapter.chapterIndex);case 35:case"end":return n.stop()}}),n)})))()},goNextChapter:function(){var t=this;this.curChapter.chapterIndex!==this.directoryList.length-1?this.waitForNext||this.waitForPre||(this.isVertical?this.curChapter.chapterIndex0?(uni.showLoading({title:"\u8bf7\u7a0d\u7b49..."}),setTimeout((function(){i.getThreeChapter(i.curChapter.chapterIndex-1),t("log",y,"\u7ffb\u9875\u540e//////////////"," at pages/yRead/angbook.vue:2532"),uni.hideLoading()}),300)):uni.showToast({icon:"none",title:"\u5df2\u7ecf\u5728\u6700\u5f00\u5934\u4e86"});else{if(this.waitForNext||this.waitForPre)return;this.preChapter.ready?(this.chapterRotate("pre"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0"}),this.waitForPreChapter=!0)}else uni.showToast({title:"\u8fd9\u662f\u7b2c\u4e00\u7ae0",icon:"none"})},goToPage:function(e){this.currentPage=e,this.showAnimation=!1,t("log",e,"======>"," at pages/yRead/angbook.vue:2565"),this.$nextTick((function(){this.curPage={ready:this.curChapter.ready,chapterName:this.curChapter.chapterName,text:y[e],pageNum:this.currentPage,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(0,0)","(0,0)"],canRead:this.curChapter.canRead}})),this.setStorage(),0===this.currentPage?this.preChapter.ready&&this.preChapter.isCover?this.prePage={ready:!0,isCover:!0,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]}:this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text.map((function(t,e){return t.picAndWord})),pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead}:this.prePage={ready:!0,chapterName:this.curChapter.chapterName,text:y[e-1],pageNum:this.currentPage-1,totalPage:this.curChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.curChapter.canRead},this.currentPage>this.curChapter.totalPage-1?this.nextChapter.ready&&this.nextChapter.isEnd?this.nextPage={ready:!0,isEnd:!0,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]}:this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text.map((function(t,e){return t.picAndWord})),pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead}:(this.nextPage={ready:!0,chapterName:this.curChapter.chapterName,text:y[e+1],pageNum:this.currentPage+1,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.curChapter.canRead},t("log",this.domIndex,"domIndex"," at pages/yRead/angbook.vue:2675"))},goToChapter:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.progressTouched=!1,e.closeMenu(),uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=5,e.getThreeChapter(t.id);case 5:e.SimulationTextObj={SimulationText:y,fontSize:e.fontSize,lineHeight:e.lineHeight,oldReadPage:0,background:e.background},e.goToPage(0),e.scrollTop=0,uni.hideLoading();case 9:case"end":return i.stop()}}),i)})))()},bigSize:function(){var t=this;return(0,r.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize+=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),y=t.curChapter.text,t.counlSystemInfo(),e.next=8,t.calcCurChapter();case 8:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.readerSet={fontSize:t.fontSize,page:n},t.oldReadSpeed.readPage=n,t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=16;break}return t.preChapter.ready=!1,e.next=16,t.calcPreChapter();case 16:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=20;break}return t.nextChapter.ready=!1,e.next=20,t.calcNextChapter();case 20:case"end":return e.stop()}}),e)})))()},smallSize:function(){var t=this;return(0,r.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize-=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),y=t.curChapter.text,t.counlSystemInfo(),e.next=8,t.calcCurChapter();case 8:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.readerSet={fontSize:t.fontSize,page:n},t.oldReadSpeed.readPage=n,t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=16;break}return t.preChapter.ready=!1,e.next=16,t.calcPreChapter();case 16:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=20;break}return t.nextChapter.ready=!1,e.next=20,t.calcNextChapter();case 20:case"end":return e.stop()}}),e)})))()},changeLineHeight:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){var n,o;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.progress,t!==e.lineHeight){i.next=5;break}return i.abrupt("return");case 5:return e.lineHeight=t,uni.showToast({title:t,duration:2e3}),uni.setStorageSync("lineHeight",e.lineHeight),e.calcHeight(),y=e.curChapter.text,e.counlSystemInfo(),i.next=13,e.calcCurChapter();case 13:if(o=Math.floor((e.curChapter.totalPage-1)*n),e.readerSet={lineHeight:e.lineHeight,page:o},e.oldReadSpeed.readPage=o,e.goToPage(o),!e.preChapter.ready||e.preChapter.isCover){i.next=21;break}return e.preChapter.ready=!1,i.next=21,e.calcPreChapter();case 21:if(!e.nextChapter.ready||e.nextChapter.isEnd){i.next=25;break}return e.nextChapter.ready=!1,i.next=25,e.calcNextChapter();case 25:case"end":return i.stop()}}),i)})))()},changeTurnType:function(e){e!==this.turnType&&(this.showAnimation=!1,this.turnType=e,uni.setStorageSync("turnType",this.turnType),this.isSimulation=4==e,3==e?(this.isVerticalHua=!0,this.musicPlaying&&(this.music.pause(),this.highlight="null",this.isAudioMenu=!1),uni.showModal({title:"\u63d0\u793a",showCancel:!1,content:"\u5f53\u524d\u9605\u8bfb\u6a21\u5f0f\u4e0b\uff0c\u65e0\u542c\u4e66\u529f\u80fd\uff0c\u5982\u60f3\u4f53\u9a8c\u542c\u4e66\u529f\u80fd\uff0c\u8bf7\u5207\u6362\u5176\u4ed6\u6a21\u5f0f\uff0c\u5e76\u4e14\u9605\u8bfb\u8fdb\u5ea6\u4e0e\u5176\u4ed6\u6a21\u5f0f\u4e0d\u5171\u4eab\u3002",success:function(e){e.confirm&&t("log","\u7528\u6237\u70b9\u51fb\u786e\u5b9a"," at pages/yRead/angbook.vue:2837")}})):this.isVerticalHua=!1)},changeBackground:function(e){e!==this.background&&(this.background=e,uni.setStorageSync("background",this.background),this.SimulationTextObj.background=this.background,this.SimulationTextObj.oldReadPage=this.curPage.pageNum,t("log","\u6539\u53d8\u9875\u9762\u80cc\u666f",this.curPage.pageNum," at pages/yRead/angbook.vue:2859"))},getDirectoryList:function(t){var e=this;return t&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),this.$http.post("book/book/getBookCatalogue",{bookid:this.bookId_mark}).then((function(t){for(var i in 1==e.detail.isBuy&&1,t.bookCatalogue)e.directoryList.push({id:i,chapterId:t.bookCatalogue[i].chapterId,name:t.bookCatalogue[i].chapterName})})).catch((function(){return uni.hideLoading(),new Promise((function(t,i){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var i=(0,r.default)(a.default.mark((function i(n){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(!n.confirm){i.next=6;break}return i.next=3,e.getDirectoryList(!0);case 3:t(),i.next=7;break;case 6:n.cancel&&e.back();case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})}))}))},getOneChapter:function(t,e){var i=this;return e&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),this.$http.post("book/bookchaptercontent/appBooksChapterContent",{userId:this.userInfo.id,bookid:this.bookId_mark,chapterid:t}).then((function(t){i.tmpChapter.text=t.bookCatalogue})).catch((function(){return uni.hideLoading(),new Promise((function(e,n){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var n=(0,r.default)(a.default.mark((function n(o){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!o.confirm){n.next=6;break}return n.next=3,i.getOneChapter(t,!0);case 3:e(),n.next=7;break;case 6:o.cancel&&i.back();case 7:case"end":return n.stop()}}),n)})));return function(t){return n.apply(this,arguments)}}()})}))}))},getThreeChapter:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getOneChapter(e.directoryList[Number(t)].chapterId);case 2:if(e.curChapter={chapterIndex:Number(t),chapterName:e.directoryList[Number(t)].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},e.verticalData={chapterIndex:Number(t),chapterName:e.directoryList[Number(t)].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},y=e.curChapter.text,e.counlSystemInfo(),e.domIndex=0,0===e.curChapter.chapterIndex){i.next=16;break}return i.next=10,e.getOneChapter(e.directoryList[Number(t)-1].chapterId);case 10:e.preChapter={chapterIndex:Number(t)-1,chapterName:e.directoryList[Number(t)-1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},g=e.tmpChapter.text,e.mpcounlSystemInfo(),e.preChapterTotal=Math.floor(g.length/e.NumCol)+1,i.next=17;break;case 16:e.preChapter={ready:!0,isCover:!0};case 17:if(e.curChapter.chapterIndex===e.directoryList.length-1){i.next=26;break}return i.next=20,e.getOneChapter(e.directoryList[Number(t)+1].chapterId);case 20:e.nextChapter={chapterIndex:Number(t)+1,chapterName:e.directoryList[Number(t)+1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},m=e.tmpChapter.text,e.nextmpcounlSystemInfo(),e.nextChapterTotal=Math.floor(m.length/e.NumCol)+1,i.next=27;break;case 26:e.nextChapter={ready:!0,isEnd:!0};case 27:return i.next=29,e.calcCurChapter();case 29:return i.next=31,e.calcPreChapter();case 31:return i.next=33,e.calcNextChapter();case 33:case"end":return i.stop()}}),i)})))()},getReadRateUl:function(){var e=this,i={bookId:this.bookId_mark,userId:this.userInfo.id};f.default.request({url:"book/bookreadrate/getReadRate",method:"POST",data:i,header:{"Content-Type":"application/json"}}).then((function(i){t("log","\u83b7\u53d6",i," at pages/yRead/angbook.vue:3060"),null===i.readRate?e.speedTrue=!1:(e.speedTrue=!0,e.curChapter.chapterIndex=i.readRate.chapterId,e.updateReadId=i.readRate.id,e.oldReadSpeed.precent=i.readRate.precent,e.oldReadSpeed.updateReadId=i.readRate.id,e.getThreeChapter(e.curChapter.chapterIndex))}))},saveReadRateUl:function(){t("log","\u4fdd\u5b58\u6570\u636e",this.speedData," at pages/yRead/angbook.vue:3078");var e={bookId:this.speedData.bookId,chapterId:this.speedData.chapter_id,chapterName:this.speedData.chapter_name,precent:this.progress,contentId:this.speedData.content_id,userId:this.userInfo.id};f.default.request({url:"book/bookreadrate/save",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){t("log","\u4fdd\u5b58\u6210\u529f",e," at pages/yRead/angbook.vue:3096")}))},updateReadRateUl:function(){t("log","\u66f4\u65b0\u6570\u636e",this.speedData," at pages/yRead/angbook.vue:3103");var e={bookId:this.speedData.bookId,chapterId:this.speedData.chapter_id,chapterName:this.speedData.chapter_name,precent:this.speedData.precent,contentId:this.speedData.content_id,userId:this.userInfo.id,id:this.updateReadId};f.default.request({url:"book/bookreadrate/update",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){t("log","\u66f4\u65b0",e," at pages/yRead/angbook.vue:3122")}))},buyBook:function(){uni.showToast({title:"\u8df3\u8f6c\u81f3\u8d2d\u4e70\u9875\u9762\uff0c\u5982\u679c\u672a\u767b\u9646\u5219\u8df3\u8f6c\u767b\u9646",icon:"none"})},onViewClick:function(e){t("log","renderjsCall\u56de\u8c03"," at pages/yRead/angbook.vue:3137"),t("log",e," at pages/yRead/angbook.vue:3138"),"next"==e.chapterid?this.goNextChapter():"prev"==e.chapterid?this.goPreChapter():e.curpage>0?this.goNextPage():e.curpage<0&&this.goPrePage()},showMenuCall:function(t){this.setShow=!0}},beforeDestroy:function(){this.musicPlaying&&this.music.pause()}},"onHide",(function(){this.musicPlaying&&this.music.pause()}));e.default=_}).call(this,i("0de9")["default"])},"48fc":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(1,"v-show",t.menuFlag),expression:"_$s(1,'v-show',menuFlag)"}],staticClass:t._$s(1,"sc","fixed menu"),attrs:{_i:1},on:{touchend:t.hide}},[i("cus-navbar",{style:t._$s(2,"s",{boxShadow:"0 2rpx 8rpx "+t.textColor+"29"}),attrs:{bgColor:t.bgColor,titleColor:t.textColor,_i:2}},[i("template",{slot:"right"},[i("text",{staticClass:t._$s(4,"sc","iconfont icon-gengduo"),attrs:{_i:4},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.moreHandle(e)}}})])],2),i("view",{staticClass:t._$s(5,"sc","bottom"),style:t._$s(5,"s",{backgroundColor:t.bgColor,color:t.textColor,boxShadow:"0 -2rpx 8rpx "+t.textColor+"29"}),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.catalogHandle(e)}}},[i("text",{staticClass:t._$s(7,"sc","iconfont icon-caidan1"),attrs:{_i:7}}),i("text")]),i("view",{staticClass:t._$s(9,"sc","item"),attrs:{_i:9},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.darkHandle(e)}}},[i("text",{staticClass:t._$s(10,"sc","iconfont"),class:t._$s(10,"c",t.isDark?"icon-rijian":"icon-yejian"),attrs:{_i:10}}),i("text",[t._v(t._$s(11,"t0-0",t._s(t.isDark?"\u65e5\u95f4":"\u591c\u95f4")))])]),i("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.cacheHandle(e)}}},[t._$s(13,"i",!t.isCacheing)?i("text",{staticClass:t._$s(13,"sc","iconfont icon-xiazai"),attrs:{_i:13}}):i("text",[t._v(t._$s(14,"t0-0",t._s(t.curCaches.length))+t._$s(14,"t0-1",t._s(t.chapterData.length)))]),i("text",[t._v(t._$s(15,"t0-0",t._s(t.curCaches.length!==t.chapterData.length?"\u7f13\u5b58":"\u5df2\u7f13\u5b58")))])]),i("view",{staticClass:t._$s(16,"sc","item"),attrs:{_i:16},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.settingHandle(e)}}},[i("text",{staticClass:t._$s(17,"sc","iconfont icon-shezhi"),attrs:{_i:17}}),i("text")])]),t._$s(19,"i",!t.settingFlag)?i("view",{staticClass:t._$s(19,"sc","listen"),style:t._$s(19,"s",{color:t.bgColor}),attrs:{_i:19},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.listenHandle(e)}}}):t._e(),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(20,"v-show",t.settingFlag),expression:"_$s(20,'v-show',settingFlag)"}],staticClass:t._$s(20,"sc","setting"),style:t._$s(20,"s",{backgroundColor:t.bgColor,color:t.textColor,boxShadow:"0 -2rpx 8rpx "+t.textColor+"29"}),attrs:{_i:20},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(21,"sc","line"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","title"),attrs:{_i:22}}),i("cus-button",{attrs:{"data-str":"-",bgColor:"rgba(0,0,0,.1)",textColor:t.textColor,width:"60px",fontSize:"14px",disabled:t.fontSize<=t.minFontSize,border:!1,_i:23},on:{click:function(e){return t.changeFontSize(-2)}}},[t._v("")]),i("view",[t._v(t._$s(24,"t0-0",t._s(t.fontSize)))]),i("cus-button",{attrs:{"data-str":"+",bgColor:"rgba(0,0,0,.1)",textColor:t.textColor,width:"60px",fontSize:"14px",disabled:t.fontSize>=t.maxFontSize,border:!1,_i:25},on:{click:function(e){return t.changeFontSize(2)}}},[t._v("")])],1),i("view",{staticClass:t._$s(26,"sc","line"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","title"),attrs:{_i:27}}),t._l(t._$s(28,"f",{forItems:t.bgColorList}),(function(e,n,a,o){return i("cus-button",{key:t._$s(28,"f",{forIndex:a,key:n}),staticClass:t._$s("28-"+o,"sc","background"),attrs:{bgColor:e,border:n===t.colorType,_i:"28-"+o},on:{click:function(e){return t.changeBackground(n)}}})}))],2),i("view",{staticClass:t._$s(29,"sc","line"),attrs:{_i:29}},[i("view",{staticClass:t._$s(30,"sc","title"),attrs:{_i:30}}),t._l(t._$s(31,"f",{forItems:t.turnTypeList}),(function(e,n,a,o){return i("cus-button",{key:t._$s(31,"f",{forIndex:a,key:n}),attrs:{bgColor:t.bgColor,border:!0,textColor:t.textColor,width:"60px",hairLine:n!==t.turnType,_i:"31-"+o},on:{click:function(e){return t.changeTurnType(n)}}},[t._v(t._$s("31-"+o,"t0-0",t._s(e)))])}))],2)])],1),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(32,"v-show",t.catalogFlag),expression:"_$s(32,'v-show',catalogFlag)"}],staticClass:t._$s(32,"sc","fixed catalog"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","mask"),attrs:{_i:33},on:{click:function(e){t.catalogFlag=!1}}}),i("view",{staticClass:t._$s(34,"sc","catalog-content"),style:t._$s(34,"s",{backgroundColor:t.bgColor,color:t.textColor}),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","order iconfont"),class:t._$s(35,"c",t.descFlag?"icon-paixu1":"icon-paixu"),attrs:{_i:35},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.sortHandle(e)}}}),i("scroll-view",{staticClass:t._$s(36,"sc","scroll-view"),attrs:{"scroll-into-view":t._$s(36,"a-scroll-into-view","siv"+t.sivId),_i:36}},[i("view",{class:t._$s(37,"c",{reverse:t.descFlag}),attrs:{_i:37}},t._l(t._$s(38,"f",{forItems:t.chapterData}),(function(e,n,a,o){return i("view",{key:t._$s(38,"f",{forIndex:a,key:e.index}),staticClass:t._$s("38-"+o,"sc","item"),class:t._$s("38-"+o,"c",{"text-gray":t.curCaches.includes(e.index),"text-red":t.chapterIndex===n}),attrs:{id:t._$s("38-"+o,"a-id","siv"+n),_i:"38-"+o},on:{click:function(e){return t.clickCatalog(n)}}},[i("view",{staticClass:t._$s("39-"+o,"sc","chapter-name"),attrs:{_i:"39-"+o}},[t._v(t._$s("39-"+o,"t0-0",t._s(e.title)))]),t._$s("40-"+o,"i",t.curCaches.includes(e.index))?i("view"):t._e()])})),0)])])])])},a=[]},"490b":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("90be")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e300;return{residenceTime:e,overtime:a}}if("page"===t){var o=e>1800;return{residenceTime:e,overtime:o}}return{residenceTime:e}},U=function(t){var e=y.reportInterval;if(0===Number(e))return 0;e=e||t;return/(^[1-9]\d*$)/.test(e)?Number(e):t}(10),q={uuid:function(t){return l.deviceId||C()}(),ak:x.appid,p:"android"===l.platform?"a":"i",ut:k(),mpn:function(){var t="";return"wx"!==k()&&"qq"!==k()||uni.canIUse("getAccountInfoSync")&&(t=uni.getAccountInfoSync().miniProgram.appId||""),k(),t}(),usv:"4.06",v:function(){return"n"===k()?plus.runtime.version:""}(),ch:function(){var t=k(),e="";return"n"===t&&(e=plus.runtime.channel),e}(),cn:"",pn:"",ct:"",t:A(),tt:"",brand:l.brand||"",md:l.model,sv:l.system.replace(/(Android|iOS)\s/,""),mpsdk:l.SDKVersion||"",mpv:l.version||"",lang:l.language,pr:l.pixelRatio,ww:l.windowWidth,wh:l.windowHeight,sw:l.screenWidth,sh:l.screenHeight},W=function(){"use strict";function t(){o(this,t),this.self="",this.__licationShow=!1,this.__licationHide=!1,this.statData=q,this._navigationBarTitle={config:"",page:"",report:"",lt:""},this._query={};var e="function"===typeof uni.addInterceptor;e&&(this.addInterceptorInit(),this.interceptLogin(),this.interceptShare(!0),this.interceptRequestPayment())}return r(t,[{key:"addInterceptorInit",value:function(){var t=this;uni.addInterceptor("setNavigationBarTitle",{invoke:function(e){t._navigationBarTitle.page=e.title}})}},{key:"interceptLogin",value:function(){var t=this;uni.addInterceptor("login",{complete:function(){t._login()}})}},{key:"interceptShare",value:function(t){var e=this;t?uni.addInterceptor("share",{success:function(){e._share()},fail:function(){e._share()}}):e._share()}},{key:"interceptRequestPayment",value:function(){var t=this;uni.addInterceptor("requestPayment",{success:function(){t._payment("pay_success")},fail:function(){t._payment("pay_fail")}})}},{key:"_login",value:function(){this.sendEventRequest({key:"login"},0)}},{key:"_share",value:function(){this.sendEventRequest({key:"share"},0)}},{key:"_payment",value:function(t){this.sendEventRequest({key:t},0)}},{key:"applicationShow",value:function(){if(this.__licationHide){var t=H("app");if(t.overtime){var e=uni.getStorageSync("_STAT_LAST_PAGE_ROUTE"),i={path:e,scene:this.statData.sc,cst:2};this.sendReportRequest(i)}this.__licationHide=!1}}},{key:"applicationHide",value:function(t,e){t||(t=N()),this.__licationHide=!0;var i=H(),n=S(t);uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",n),this.sendHideRequest({urlref:n,urlref_ts:i.residenceTime},e),F()}},{key:"pageShow",value:function(t){this._navigationBarTitle={config:"",page:"",report:"",lt:""};var e=S(t),i=D(t);if(this._navigationBarTitle.config=O(i),this.__licationShow)return F(),uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",e),void(this.__licationShow=!1);var n=H("page");if(n.overtime){var a={path:e,scene:this.statData.sc,cst:3};this.sendReportRequest(a)}F()}},{key:"pageHide",value:function(t){if(!this.__licationHide){var e=H("page"),i=S(t),n=uni.getStorageSync("_STAT_LAST_PAGE_ROUTE");return n||(n=i),uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",i),void this.sendPageRequest({url:i,urlref:n,urlref_ts:e.residenceTime})}}},{key:"sendReportRequest",value:function(t,e){this._navigationBarTitle.lt="1",this._navigationBarTitle.config=O(t.path);var i=t.query&&"{}"!==JSON.stringify(t.query),n=i?"?"+JSON.stringify(t.query):"",a=function(){var t=p("__last__visit__time"),e=0;return t&&(e=t),f("__last__visit__time",A()),e}();if(0!==a||!a){var o=function(t){var e="";if("n"===k()){try{e=plus.device.uuid}catch(i){e=""}return e}return l.deviceId||C()}(),r=function(){var t=p("is_handle_device_id")||"";return f("is_handle_device_id","1"),"1"===t}();r||(this.statData.odid=o)}Object.assign(this.statData,{lt:"1",url:t.path+n||"",t:A(),sc:$(t.scene),fvts:B(),lvts:a,tvc:z(),cst:t.cst||1}),"n"===k()?this.getProperty(e):this.getNetworkInfo(e)}},{key:"sendPageRequest",value:function(t){var e=t.url,i=t.urlref,n=t.urlref_ts;this._navigationBarTitle.lt="11";var a={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"11",ut:this.statData.ut,url:e,tt:this.statData.tt,urlref:i,urlref_ts:n,ch:this.statData.ch,usv:this.statData.usv,t:A()};this.request(a)}},{key:"sendHideRequest",value:function(t,e){var i=t.urlref,n=t.urlref_ts,a={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"3",ut:this.statData.ut,urlref:i,urlref_ts:n,ch:this.statData.ch,usv:this.statData.usv,t:A()};this.request(a,e)}},{key:"sendEventRequest",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.key,i=void 0===e?"":e,n=t.value,a=void 0===n?"":n,o="";try{o=D()}catch(u){var r=p("__launch_options");o=r.path}this._navigationBarTitle.config=O(o),this._navigationBarTitle.lt="21";var c={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"21",ut:this.statData.ut,url:o,ch:this.statData.ch,e_n:i,e_v:"object"===s(a)?JSON.stringify(a):a.toString(),usv:this.statData.usv,t:A()};this.request(c)}},{key:"sendPushRequest",value:function(t,e){var i=this,n=A(),a={lt:"101",cid:e,t:n,ut:this.statData.ut};var o=T({101:[a]}),r={usv:"4.06",t:n,requests:o};"n"!==k()||"a"!==this.statData.p?this.sendRequest(r):setTimeout((function(){i.sendRequest(r)}),200)}},{key:"getProperty",value:function(t){var e=this;plus.runtime.getProperty(plus.runtime.appid,(function(i){e.statData.v=i.version||"",e.getNetworkInfo(t)}))}},{key:"getNetworkInfo",value:function(t){var e=this;uni.getNetworkType({success:function(i){e.statData.net=i.networkType,e.getLocation(t)}})}},{key:"getLocation",value:function(t){var e=this;x.getLocation?uni.getLocation({type:"wgs84",geocode:!0,success:function(i){i.address&&(e.statData.cn=i.address.country,e.statData.pn=i.address.province,e.statData.ct=i.address.city),e.statData.lat=i.latitude,e.statData.lng=i.longitude,e.request(e.statData,t)}}):(this.statData.lat=0,this.statData.lng=0,this.request(this.statData,t))}},{key:"request",value:function(t,e){var i=this,n=A(),a=this._navigationBarTitle;Object.assign(t,{ttn:a.page,ttpj:a.config,ttc:a.report});var o=p("__UNI__STAT__DATA")||{};o[t.lt]||(o[t.lt]=[]),o[t.lt].push(t),f("__UNI__STAT__DATA",o);var r=function(){return E=A(),M=p("__page__residence__time"),E-M}();if(!(r864e5&&L((function(t){var e=t.enable;uni.setStorageSync("Report_Data_Time",n),uni.setStorageSync("Report_Status",e)}))):L((function(e){var i=e.enable;uni.setStorageSync("Report_Data_Time",n),uni.setStorageSync("Report_Status",i),1===i&&t()}))}))}()}},{key:"sendRequest",value:function(t){if(uni.__stat_uniCloud_space){var e=uni.__stat_uniCloud_space.importObject("uni-stat-receiver",{customUI:!0});e.report(t).then((function(){0})).catch((function(t){0}))}else console.error("\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u7edf\u8ba1\u4e0a\u62a5\u5931\u8d25\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4.")}},{key:"imageRequest",value:function(t){this.getIsReportData().then((function(){var e=new Image,i=function(t){var e=Object.keys(t),i=e.sort(),n={},a="";for(var o in i)n[i[o]]=t[i[o]],a+=i[o]+"="+t[i[o]]+"&";return{sign:"",options:a.substr(0,a.length-1)}}(function(t){var e={};for(var i in t)e[i]=encodeURIComponent(t[i]);return e}(t)).options;e.src="https://tongji.dcloud.io/uni/stat.gif?"+i}))}},{key:"sendEvent",value:function(t,e){(function(t,e){return t?"string"!==typeof t?(console.error("uni.report [eventName] Parameter type error, it can only be of type String"),!0):t.length>255?(console.error("uni.report [eventName] Parameter length cannot be greater than 255"),!0):"string"!==typeof e&&"object"!==s(e)?(console.error("uni.report [options] Parameter type error, Only supports String or Object type"),!0):"string"===typeof e&&e.length>255?(console.error("uni.report [options] Parameter length cannot be greater than 255"),!0):"title"===t&&"string"!==typeof e?(console.error("uni.report [eventName] When the parameter is title, the [options] parameter can only be of type String"),!0):void 0:(console.error("uni.report Missing [eventName] parameter"),!0)})(t,e)||("title"!==t?this.sendEventRequest({key:t,value:"object"===s(e)?JSON.stringify(e):e},1):this._navigationBarTitle.report=e)}}]),t}(),V=function(i){"use strict";e(a,i);var n=u(a);function a(){return o(this,a),n.call(this)}return r(a,[{key:"pushEvent",value:function(t){var e=this,i=function(){if(y.collectItems){var t=y.collectItems.uniPushClientID;return"boolean"===typeof t&&t}return!1}();uni.getPushClientId&&i&&uni.getPushClientId({success:function(i){var n=i.cid||!1;n&&e.sendPushRequest(t,n)}})}},{key:"launch",value:function(t,e){R(),this.__licationShow=!0,f("__launch_options",t),t.cst=1,this.sendReportRequest(t,!0)}},{key:"load",value:function(t,e){this.self=e,this._query=t}},{key:"appHide",value:function(t){this.applicationHide(t,!0)}},{key:"appShow",value:function(t){this.applicationShow(t)}},{key:"show",value:function(t){if(this.self=t,"page"===P(t)){var e=j();e&&this.pageShow(t)}"app"===P(t)&&this.appShow()}},{key:"hide",value:function(t){if(this.self=t,"page"===P(t)){var e=j();e&&this.pageHide(t)}"app"===P(t)&&this.appHide()}},{key:"error",value:function(t){var e="";e=t.message?t.stack:JSON.stringify(t);var i="";try{i=get_route()}catch(a){i=""}var n={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"31",url:i,ut:this.statData.ut,ch:this.statData.ch,mpsdk:this.statData.mpsdk,mpv:this.statData.mpv,v:this.statData.v,em:e,usv:this.statData.usv,t:parseInt((new Date).getTime()/1e3)};this.request(n)}}],[{key:"getInstance",value:function(){uni.__stat_instance||(uni.__stat_instance=new a);var e=function(t){var e=function(){return{}||{}}(),i=e.spaceId,n=e.provider,a=e.clientSecret,o=e.secretKey,r=e.secretId,s=-1!==["tcb","tencent","aliyun","alipay"].indexOf(n),c="aliyun"===n&&i&&a,u=("tcb"===n||"tencent"===n)&&i,l="alipay"===n&&i&&o&&r;return s&&(c||u||l)?e:t&&t.spaceId?t:null}(t.config);if(!uni.__stat_uniCloud_space)if(e&&0!==Object.keys(e).length){var i={provider:e.provider,spaceId:e.spaceId,clientSecret:e.clientSecret};e.endpoint&&(i.endpoint=e.endpoint),"alipay"===e.provider&&(i.secretKey=e.secretKey,i.accessKey=e.accessKey||e.secretId,i.spaceAppId=e.spaceAppId||e.appId),uni.__stat_uniCloud_space=t.init(i)}else console.error("\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4");return uni.__stat_instance}}]),a}(W),Q=V,Y=Q.getInstance(),G=!1,J={onLaunch:function(t){Y.launch(t,this),Y.pushEvent(t)},onLoad:function(t){if(Y.load(t,this),this.$scope&&this.$scope.onShareAppMessage){var e=this.$scope.onShareAppMessage;this.$scope.onShareAppMessage=function(t){return Y.interceptShare(!1),e.call(this,t)}}},onShow:function(){G=!1,Y.show(this)},onHide:function(){G=!0,Y.hide(this)},onUnload:function(){G?G=!1:Y.hide(this)},onError:function(t){Y.error(t)}};function X(){var t=i("8bbf");(t.default||t).mixin(J),uni.report=function(t,e){Y.sendEvent(t,e)}}(function(){X()})()}).call(this,i("a9ff")["default"])},"4a3f":function(t,e,i){"use strict";i.r(e);var n=i("5f24"),a=i("de53");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4a4b":function(t,e){function i(e,n){return t.exports=i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e,n)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"4a78":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o=n(i("65fd"));function r(t){var e=new Date(t),i=e.getFullYear(),n=e.getMonth()+1;n=n<10?"0"+n:n;var a=e.getDate();a=a<10?"0"+a:a;var o=e.getHours();o=o<10?"0"+o:o;var r=e.getMinutes(),s=e.getSeconds();return r=r<10?"0"+r:r,s=s<10?"0"+s:s,i+"-"+n+"-"+a+" "+o+":"+r+":"+s}var s={data:function(){return{playData:{},pageWidth:uni.getSystemInfoSync().windowWidth,pageHeight:uni.getSystemInfoSync().windowHeight-200,fiveYunNum:5,date:Date.now(),dateToString:r(new Date),timestamp:Date.now(),wy:{curTime:0,zhuyun:[],keyun:[],nianyun:"",fiveTimes:[]},showCalendar:!1,info:{lunar:!0,range:!0,insert:!1,selected:[]},lq:{curTime:0,zhuqi:[],keqi:[],time:[]},yinli:{year:"",month:"",day:"",hour:""},wYScrollLeft:0,lQScrollLeft:0,wytext:""}},onLoad:function(){var t=(new Date).toISOString().slice(0,10);this.timestamp=new Date(t).getTime(),this.getYun(this.dateToString)},onHide:function(){},methods:{scroll:function(t){},getYun:function(e){var i=this;o.default.request({url:"book/point/WYLQForYear",method:"POST",data:{date:e},header:{"Content-Type":"application/json"}}).then((function(e){0==e.code&&e.wylq&&(t("log","\u83b7\u53d6\u6210\u529f",e.wylq," at pages/luck/luck.vue:207"),i.wy.zhuyun=e.wylq.wy.zhuYun,i.wy.keyun=e.wylq.wy.keYun,i.wy.nianyun=e.wylq.wy.nianYun,i.wy.fiveTimes=e.wylq.wy.time,i.wy.now=e.wylq.wy.now,i.wytext="text"+i.wy.now,i.lq=e.wylq.lq)})).catch((function(e){t("log",e,"e"," at pages/luck/luck.vue:238")}))},changeLog:function(e){t("log","change\u4e8b\u4ef6:",e," at pages/luck/luck.vue:242");var i=e.slice(0,10);this.timestamp=new Date(i).getTime(),this.getYun(e)},formatDateTime:function(t){var e=new Date(t),i=e.getFullYear(),n=e.getMonth()+1;n=n<10?"0"+n:n;var a=e.getDate();a=a<10?"0"+a:a;var o=e.getHours();o=o<10?"0"+o:o;var r=e.getMinutes(),s=e.getSeconds();return r=r<10?"0"+r:r,s=s<10?"0"+s:s,i+"-"+n+"-"+a+" "+o+":"+r+":"+s}},components:{musicPlay:a.default}};e.default=s}).call(this,i("0de9")["default"])},"4ab3":function(t,e,i){t.exports=i.p+"static/icon/home_icon_3.png"},"4b0c":function(t,e,i){"use strict";i.r(e);var n=i("ab12"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4b0e":function(t,e,i){"use strict";i.r(e);var n=i("6433"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4bab":function(t,e,i){"use strict";i.r(e);var n=i("48fc"),a=i("7b68");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4bc2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={battery:i("7c09").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","container hidden"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","chapter"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","content"),attrs:{id:"content",_i:3}},[i("view",{staticClass:t._$s(4,"sc","inner-box"),style:t._$s(4,"s",{height:t.innerHeight+"px"}),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","book-inner"),style:t._$s(5,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"preChapter",_i:5},domProps:{innerHTML:t._s(t._$s(5,"v-html",t.preChapter.text))}})])]),i("view",{staticClass:t._$s(6,"sc","bottom-bar"),attrs:{_i:6}})]),i("view",{staticClass:t._$s(7,"sc","container hidden"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","chapter"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","content"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","inner-box"),style:t._$s(10,"s",{height:t.innerHeight+"px"}),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","book-inner"),style:t._$s(11,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"curChapter",_i:11},domProps:{innerHTML:t._s(t._$s(11,"v-html",t.curChapter.text))}})])]),i("view",{staticClass:t._$s(12,"sc","bottom-bar"),attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","container hidden"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","chapter"),attrs:{_i:14}}),i("view",{staticClass:t._$s(15,"sc","content"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","inner-box"),style:t._$s(16,"s",{height:t.innerHeight+"px"}),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","book-inner"),style:t._$s(17,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"nextChapter",_i:17},domProps:{innerHTML:t._s(t._$s(17,"v-html",t.nextChapter.text))}})])]),i("view",{staticClass:t._$s(18,"sc","bottom-bar"),attrs:{_i:18}})]),i("view",{staticClass:t._$s(19,"sc","cover container"),class:t._$s(19,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(19,"s",{zIndex:201,transform:"translate"+t.cover.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:19},on:{touchstart:t.coverTouchStart,touchend:t.coverTouchEnd,touchmove:t.coverTouchMove,touchcancel:t.coverTouchcancel}},[i("image"),i("view")]),i("view",{staticClass:t._$s(22,"sc","container"),class:t._$s(22,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(22,"s",{zIndex:102,transform:"translate"+t.prePage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:22}},[i("view",{staticClass:t._$s(23,"sc","chapter"),attrs:{_i:23}},[t._v(t._$s(23,"t0-0",t._s(t.prePage.chapterName)))]),i("view",{staticClass:t._$s(24,"sc","content"),attrs:{_i:24}},[t._$s(25,"i",t.prePage.canRead)?i("view",{staticClass:t._$s(25,"sc","inner-box"),style:t._$s(25,"s",{height:t.innerHeight+"px"}),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","book-inner"),style:t._$s(26,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.prePage.pageNum*t.innerHeight+"px)"}),attrs:{_i:26},domProps:{innerHTML:t._s(t._$s(26,"v-html",t.prePage.text))}})]):i("view",[i("view")])]),i("view",{staticClass:t._$s(29,"sc","bottom-bar"),attrs:{_i:29}},[i("view",[t._v(t._$s(30,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.prePage.pageNum+1))+t._$s(31,"t0-1",t._s(t.prePage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:33}})],1)])]),i("view",{staticClass:t._$s(34,"sc","container"),class:t._$s(34,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(34,"s",{zIndex:101,transform:"translate"+t.curPage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:34},on:{touchstart:t.touchStart,touchend:t.touchEnd,touchmove:t.touchMove,touchcancel:t.touchcancel}},[i("view",{staticClass:t._$s(35,"sc","chapter"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.curPage.chapterName)))]),i("view",{staticClass:t._$s(36,"sc","content"),attrs:{_i:36}},[t._$s(37,"i",t.curPage.canRead)?i("view",{staticClass:t._$s(37,"sc","inner-box"),style:t._$s(37,"s",{height:t.innerHeight+"px"}),attrs:{_i:37}},[i("view",{staticClass:t._$s(38,"sc","book-inner"),style:t._$s(38,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.curPage.pageNum*t.innerHeight+"px)"}),attrs:{_i:38},domProps:{innerHTML:t._s(t._$s(38,"v-html",t.curPage.text))}})]):i("view",[i("view",{attrs:{_i:40},on:{touchstart:function(t){t.stopPropagation()},touchmove:function(t){t.stopPropagation()},touchend:function(e){return e.stopPropagation(),t.buyBook(e)}}})])]),i("view",{staticClass:t._$s(41,"sc","bottom-bar"),attrs:{_i:41}},[i("view",[t._v(t._$s(42,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(43,"t0-0",t._s(t.curPage.pageNum+1))+t._$s(43,"t0-1",t._s(t.curPage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:45}})],1)])]),i("view",{staticClass:t._$s(46,"sc","container"),class:t._$s(46,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(46,"s",{zIndex:100,transform:"translate"+t.nextPage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:46}},[i("view",{staticClass:t._$s(47,"sc","chapter"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.nextPage.chapterName)))]),i("view",{staticClass:t._$s(48,"sc","content"),attrs:{_i:48}},[t._$s(49,"i",t.nextPage.canRead)?i("view",{staticClass:t._$s(49,"sc","inner-box"),style:t._$s(49,"s",{height:t.innerHeight+"px"}),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","book-inner"),style:t._$s(50,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.nextPage.pageNum*t.innerHeight+"px)"}),attrs:{_i:50},domProps:{innerHTML:t._s(t._$s(50,"v-html",t.nextPage.text))}})]):i("view",[i("view")])]),i("view",{staticClass:t._$s(53,"sc","bottom-bar"),attrs:{_i:53}},[i("view",[t._v(t._$s(54,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(55,"t0-0",t._s(t.nextPage.pageNum+1))+t._$s(55,"t0-1",t._s(t.nextPage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:57}})],1)])]),t._$s(58,"i",t.menuShow)?i("view",{staticClass:t._$s(58,"sc","menu"),style:t._$s(58,"s",{height:"100%",width:t.windowWidth+"px"}),attrs:{_i:58},on:{touchend:t.closeMenu}},[i("view",{staticClass:t._$s(59,"sc","menu-top"),style:t._$s(59,"s",{height:t.statusBarHeight+40+"px",top:t.itemShow?0:"-100%"}),attrs:{_i:59},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{style:t._$s(60,"s",{height:t.statusBarHeight+"px"}),attrs:{_i:60}}),i("view",{staticClass:t._$s(61,"sc","head"),attrs:{_i:61}},[i("text",{staticClass:t._$s(62,"sc","iconfont back"),attrs:{_i:62},on:{click:t.back}}),i("text",{staticClass:t._$s(63,"sc","iconfont back"),attrs:{_i:63},on:{click:t.back}})])]),i("view",{staticClass:t._$s(64,"sc","menu-bottom"),style:t._$s(64,"s",{bottom:t.itemShow?0:"-100%"}),attrs:{_i:64},on:{touchend:function(t){t.stopPropagation()}}},[t._$s(65,"i",t.progressTouched)?i("view",{staticClass:t._$s(65,"sc","show-chapter"),attrs:{_i:65}},[t._v(t._$s(65,"t0-0",t._s(t.directoryList[t.chapterProgress].name)))]):i("view",{staticClass:t._$s(66,"sc","show-chapter"),attrs:{_i:66}},[t._v(t._$s(66,"t0-0",t._s(t.curChapter.chapterName)))]),i("view",{staticClass:t._$s(67,"sc","progress-box"),attrs:{_i:67}},[i("text",{attrs:{_i:68},on:{click:t.goPreChapter}}),i("view",[i("slider",{attrs:{value:t._$s(70,"a-value",t.curChapter.chapterIndex),max:t._$s(70,"a-max",t.directoryList.length-1),_i:70},on:{changing:t.slideChanging,change:t.slideChange}})]),i("text",{attrs:{_i:71},on:{click:t.goNextChapter}})]),i("view",{staticClass:t._$s(72,"sc","items-box"),attrs:{_i:72}},[i("view",{staticClass:t._$s(73,"sc","item-box"),attrs:{_i:73},on:{click:t.openDirectory}},[i("text",{staticClass:t._$s(74,"sc","iconfont"),attrs:{_i:74}}),i("text")]),t._$s(76,"i",2===t.background)?i("view",{staticClass:t._$s(76,"sc","item-box"),attrs:{_i:76},on:{click:function(e){return t.changeBackground(1)}}},[i("text",{staticClass:t._$s(77,"sc","iconfont"),attrs:{_i:77}}),i("text")]):t._e(),t._$s(79,"i",1===t.background)?i("view",{staticClass:t._$s(79,"sc","item-box"),attrs:{_i:79},on:{click:function(e){return t.changeBackground(2)}}},[i("text",{staticClass:t._$s(80,"sc","iconfont"),attrs:{_i:80}}),i("text")]):t._e(),i("view",{staticClass:t._$s(82,"sc","item-box"),attrs:{_i:82},on:{click:t.openSetting}},[i("text",{staticClass:t._$s(83,"sc","iconfont"),attrs:{_i:83}}),i("text")])])]),i("view",{staticClass:t._$s(85,"sc","setting"),style:t._$s(85,"s",{bottom:t.settingShow?0:"-100%"}),attrs:{_i:85},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(86,"sc","item"),attrs:{_i:86}},[i("view",{staticClass:t._$s(87,"sc","item-name"),attrs:{_i:87}}),t._$s(88,"i",t.fontSizet.minFontSize)?i("view",{staticClass:t._$s(90,"sc","icon"),attrs:{_i:90},on:{click:t.smallSize}}):i("view",{staticClass:t._$s(91,"sc","icon"),attrs:{_i:91}}),t._$s(92,"i",1===t.simplified)?i("view",{staticClass:t._$s(92,"sc","icon"),attrs:{_i:92},on:{click:function(e){return t.changeFont(2)}}}):i("view",{staticClass:t._$s(93,"sc","icon"),attrs:{_i:93},on:{click:function(e){return t.changeFont(1)}}})]),i("view",{staticClass:t._$s(94,"sc","item"),attrs:{_i:94}},[i("view",{staticClass:t._$s(95,"sc","item-name"),attrs:{_i:95}}),i("view",{staticClass:t._$s(96,"sc","type-setting"),class:t._$s(96,"c",{active:1===t.lineHeight}),attrs:{_i:96},on:{click:function(e){return t.changeLineHeight(1)}}},t._l(5,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("97-"+o,"sc","line"),class:t._$s("97-"+o,"c",{lineActive:1===t.lineHeight}),attrs:{_i:"97-"+o}})})),0),i("view",{staticClass:t._$s(98,"sc","type-setting"),class:t._$s(98,"c",{active:1.5===t.lineHeight}),attrs:{_i:98},on:{click:function(e){return t.changeLineHeight(1.5)}}},t._l(4,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("99-"+o,"sc","line"),class:t._$s("99-"+o,"c",{lineActive:1.5===t.lineHeight}),attrs:{_i:"99-"+o}})})),0),i("view",{staticClass:t._$s(100,"sc","type-setting"),class:t._$s(100,"c",{active:2===t.lineHeight}),attrs:{_i:100},on:{click:function(e){return t.changeLineHeight(2)}}},t._l(3,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("101-"+o,"sc","line"),class:t._$s("101-"+o,"c",{lineActive:2===t.lineHeight}),attrs:{_i:"101-"+o}})})),0)]),i("view",{staticClass:t._$s(102,"sc","item"),attrs:{_i:102}},[i("view",{staticClass:t._$s(103,"sc","item-name"),attrs:{_i:103}}),i("view",{staticClass:t._$s(104,"sc","icon"),class:t._$s(104,"c",{active:0===t.turnType}),attrs:{_i:104},on:{click:function(e){return t.changeTurnType(0)}}}),i("view",{staticClass:t._$s(105,"sc","icon"),class:t._$s(105,"c",{active:1===t.turnType}),attrs:{_i:105},on:{click:function(e){return t.changeTurnType(1)}}}),i("view",{staticClass:t._$s(106,"sc","icon"),class:t._$s(106,"c",{active:2===t.turnType}),attrs:{_i:106},on:{click:function(e){return t.changeTurnType(2)}}})]),i("view",{staticClass:t._$s(107,"sc","item"),attrs:{_i:107}},[i("view",{staticClass:t._$s(108,"sc","item-name"),attrs:{_i:108}}),i("view",{staticClass:t._$s(109,"sc","icon"),class:t._$s(109,"c",{active:1===t.background}),attrs:{_i:109},on:{click:function(e){return t.changeBackground(1)}}}),i("view",{staticClass:t._$s(110,"sc","icon"),class:t._$s(110,"c",{active:2===t.background}),attrs:{_i:110},on:{click:function(e){return t.changeBackground(2)}}})])]),t._$s(111,"i",t.directoryShowBefore)?i("view",{staticClass:t._$s(111,"sc","directory"),class:t._$s(111,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(111,"s",{left:t.directoryShow?0:"-100%",color:""+t.colorList[t.background-1],boxShadow:"0 0 10px 0 rgba(0,0,0,.4)"}),attrs:{_i:111},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(112,"sc","bookname"),attrs:{_i:112}}),i("virtual-list",{attrs:{items:t.directoryList,size:40,remain:16,active:t.curChapter.chapterIndex,scrollHeight:t.windowHeight-60,_i:113},scopedSlots:t._u([{key:"default",fn:function(e,n,a){var o=e.item,r=e.active;return[i("view",{staticClass:n._$s("115-"+a,"sc","directory-listItem"),class:n._$s("115-"+a,"c",{active:o.index==r}),attrs:{_i:"115-"+a},on:{click:function(e){return t.goToChapter(o.index)}}},[t._v(n._$s("115-"+a,"t0-0",t._s(o.name)))])]}}],null,!1,3155837679)})],1):t._e()]):t._e()])},o=[]},"4c0a":function(t,e,i){"use strict";i.r(e);var n=i("f8fd"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4c8f":function(t,e,i){"use strict";i.r(e);var n=i("82d7"),a=i("440b");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4cd7":function(t,e,i){"use strict";i.r(e);var n=i("829a"),a=i("ec37");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"503c04d7",null,!1,n["a"],void 0);e["default"]=s.exports},"4d12":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("a028")),o={name:"u-overlay",mixins:[uni.$u.mpMixin,uni.$u.mixin,a.default],computed:{overlayStyle:function(){var t={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":"rgba(0, 0, 0, ".concat(this.opacity,")")};return uni.$u.deepMerge(t,uni.$u.addStyle(this.customStyle))}},methods:{clickHandler:function(){this.$emit("click")}}};e.default=o},"4d6e":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("1108")),o=n(i("7dd9")),r=n(i("b2dc")),s={en:a.default,"zh-Hans":o.default,"zh-Hant":r.default};e.default=s},"4df3":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uPopup:i("1608").default,uToolbar:i("969e").default,uLoadingIcon:i("4466").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("u-popup",{attrs:{show:t.show,_i:0},on:{close:t.closeHandler}},[i("view",{staticClass:t._$s(1,"sc","u-picker"),attrs:{_i:1}},[t._$s(2,"i",t.showToolbar)?i("u-toolbar",{attrs:{cancelColor:t.cancelColor,confirmColor:t.confirmColor,cancelText:t.cancelText,confirmText:t.confirmText,title:t.title,_i:2},on:{cancel:t.cancel,confirm:t.confirm}}):t._e(),i("picker-view",{staticClass:t._$s(3,"sc","u-picker__view"),style:t._$s(3,"s",{height:""+t.$u.addUnit(t.visibleItemCount*t.itemHeight)}),attrs:{indicatorStyle:t._$s(3,"a-indicatorStyle","height: "+t.$u.addUnit(t.itemHeight)),value:t._$s(3,"a-value",t.innerIndex),immediateChange:t._$s(3,"a-immediateChange",t.immediateChange),_i:3},on:{change:t.changeHandler}},t._l(t._$s(4,"f",{forItems:t.innerColumns}),(function(e,n,a,o){return i("picker-view-column",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+o,"sc","u-picker__view__column"),attrs:{_i:"4-"+o}},t._l(t._$s("5-"+o,"f",{forItems:e}),(function(a,r,s,c){return t._$s("5-"+o+"-"+c,"i",t.$u.test.array(e))?i("text",{key:t._$s("5-"+o,"f",{forIndex:s,key:r}),staticClass:t._$s("5-"+o+"-"+c,"sc","u-picker__view__column__item u-line-1"),style:t._$s("5-"+o+"-"+c,"s",{height:t.$u.addUnit(t.itemHeight),lineHeight:t.$u.addUnit(t.itemHeight),fontWeight:r===t.innerIndex[n]?"bold":"normal"}),attrs:{_i:"5-"+o+"-"+c}},[t._v(t._$s("5-"+o+"-"+c,"t0-0",t._s(t.getItemText(a))))]):t._e()})),0)})),0),t._$s(6,"i",t.loading)?i("view",{staticClass:t._$s(6,"sc","u-picker--loading"),attrs:{_i:6}},[i("u-loading-icon",{attrs:{mode:"circle",_i:7}})],1):t._e()],1)])},o=[]},"4e63":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uniDatetimePicker:i("aee8").default,zNavigation:i("183f").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container88"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u65f6\u8fb0\u53d6\u7a74",_i:2}}),i("view",[i("view",{staticClass:t._$s(4,"sc","box1 "),attrs:{_i:4}},[i("view",[i("view",[i("text",[t._v(t._$s(7,"t0-0",t._s(t.dateToString)))])]),i("view",[i("uni-datetime-picker",{attrs:{type:"datetime","clear-icon":!1,_i:9},on:{change:t.changeLog},model:{value:t._$s(9,"v-model",t.date),callback:function(e){t.date=e},expression:"date"}})],1)]),i("view",{staticClass:t._$s(10,"sc","yunqi"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","shu"),attrs:{_i:11}},[i("text",[t._v(t._$s(12,"t0-0",t._s(t.tiangandizhi.hour)))]),i("text",[t._v(t._$s(13,"t0-0",t._s(t.tiangandizhi.day)))]),i("text",[t._v(t._$s(14,"t0-0",t._s(t.tiangandizhi.month)))]),i("text",[t._v(t._$s(15,"t0-0",t._s(t.tiangandizhi.year)))])])])])]),t._$s(16,"i",t.showDetail)?i("view",{staticClass:t._$s(16,"sc","curBox flexbox"),attrs:{_i:16}},[i("table",{attrs:{_i:17}},[i("tr",[i("td",{}),i("td"),i("td",{staticClass:t._$s(21,"sc","curText"),attrs:{_i:21}},[i("text",{staticClass:t._$s(22,"sc","verticalRl"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.quxue[t.curIndex-2].lgbf.KX)))])])]),i("tr",[i("td"),t._$s(25,"i",""!=t.quxue[t.curIndex-2].lgbf.HX)?i("td",{staticClass:t._$s(25,"sc","curText"),attrs:{_i:25}},[i("text",{staticClass:t._$s(26,"sc","verticalRl"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.quxue[t.curIndex-2].lgbf.HX)))])]):i("td",{staticClass:t._$s(27,"sc","curText"),attrs:{_i:27}})])]),i("table",{attrs:{_i:28}},[i("tr",[i("td",{}),i("td"),i("td",{staticClass:t._$s(32,"sc","curText"),attrs:{_i:32}},[i("text",[t._v(t._$s(33,"t0-0",t._s(t.quxue[t.curIndex-2].ftbf.KX)))])])]),i("tr",[i("td"),t._$s(36,"i",""!=t.quxue[t.curIndex-2].ftbf.HX)?i("td",{staticClass:t._$s(36,"sc","curText"),attrs:{_i:36}},[i("text",[t._v(t._$s(37,"t0-0",t._s(t.quxue[t.curIndex-2].ftbf.HX)))])]):i("td",{staticClass:t._$s(38,"sc","curText"),attrs:{_i:38}})])])]):t._e(),t._$s(39,"i",t.showDetail)?i("view",{staticClass:t._$s(39,"sc","curBox"),attrs:{_i:39}},[i("table",{attrs:{_i:40}},[i("tr",[i("td",{}),i("td",{staticClass:t._$s(43,"sc","shuHeight"),attrs:{_i:43}}),t._$s(44,"i",t.quxue[t.curIndex-2].zwlz.ngf.length>0)?i("td",{staticClass:t._$s(44,"sc","curText"),attrs:{_i:44}},t._l(t._$s(45,"f",{forItems:t.quxue[t.curIndex-2].zwlz.ngf}),(function(e,n,a,o){return i("text",{key:t._$s(45,"f",{forIndex:a,key:"45-"+o}),style:t._$s("45-"+o,"s",{color:t.getHightLightColor(e)}),attrs:{_i:"45-"+o}},[t._v(t._$s("45-"+o,"t0-0",t._s(e)))])})),0):i("td",{staticClass:t._$s(46,"sc","curText"),attrs:{_i:46}})]),i("tr",[i("td",{}),i("td"),t._$s(50,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.bf)?i("td",{staticClass:t._$s(50,"sc","curText"),attrs:{_i:50}},[i("text",{staticClass:t._$s(51,"sc","verticalRl"),style:t._$s(51,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.bf)}),attrs:{_i:51}},[t._v(t._$s(51,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.bf)))])]):i("td",{staticClass:t._$s(52,"sc","curText"),attrs:{_i:52}})]),i("tr",[i("td"),t._$s(55,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.xf)?i("td",{staticClass:t._$s(55,"sc","curText"),attrs:{_i:55}},[i("text",{staticClass:t._$s(56,"sc","verticalRl"),style:t._$s(56,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.xf)}),attrs:{_i:56}},[t._v(t._$s(56,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.xf)))])]):i("td",{staticClass:t._$s(57,"sc","curText"),attrs:{_i:57}})]),i("tr",[i("td"),t._$s(60,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.gsxb)?i("td",{staticClass:t._$s(60,"sc","curText"),attrs:{_i:60}},[i("text",{staticClass:t._$s(61,"sc","verticalRl"),style:t._$s(61,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.gsxb)}),attrs:{_i:61}},[t._v(t._$s(61,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.gsxb)))])]):i("td",{staticClass:t._$s(62,"sc","curText"),attrs:{_i:62}})]),i("tr",[i("td"),t._$s(65,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.gsbf)?i("td",{staticClass:t._$s(65,"sc","curText"),attrs:{_i:65}},[i("text",{staticClass:t._$s(66,"sc","verticalRl"),style:t._$s(66,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.gsbf)}),attrs:{_i:66}},[t._v(t._$s(66,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.gsbf)))])]):i("td",{staticClass:t._$s(67,"sc","curText"),attrs:{_i:67}})])])]):t._e(),i("view",{staticClass:t._$s(68,"sc","centerBox"),attrs:{_i:68}}),i("view",{staticClass:t._$s(69,"sc","showBtn"),attrs:{_i:69}},[t._$s(70,"i",!t.showTotal)?i("text",{attrs:{_i:70},on:{click:t.showTotalFun}}):t._e()]),i("music-play",{attrs:{playData:t.playData,_i:71}}),i("z-navigation",{attrs:{_i:72}})],1)},o=[]},"4ea4":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"4ed2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,publicModule:i("3b5e").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","page"),attrs:{_i:0}},[i("z-nav-bar",{attrs:{_i:1}}),i("public-module",{attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","input_box"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","input_tit"),attrs:{_i:5}}),i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})]),i("view",{staticClass:t._$s(7,"sc","input_box"),attrs:{_i:7}},[i("text",{staticClass:t._$s(8,"sc","input_tit"),attrs:{_i:8}}),i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],attrs:{_i:9},domProps:{value:t._$s(9,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{attrs:{_i:10},on:{click:t.getCode}},[t._v(t._$s(10,"t0-0",t._s(t.codeText)))])]),i("view",{staticClass:t._$s(11,"sc","btn_box"),attrs:{_i:11}},[i("button",{attrs:{_i:12},on:{click:t.onSubmit}})]),i("music-play",{attrs:{playData:t.playData,_i:13}})],1)},o=[]},"4eff":function(t,e,i){"use strict";i.r(e);var n=i("34c0"),a=i("2468");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"8ad213de",null,!1,n["a"],void 0);e["default"]=s.exports},"4f2c":function(t,e,i){"use strict";i.r(e);var n=i("6a73"),a=i("49c9");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"047188cf",null,!1,n["a"],void 0);e["default"]=s.exports},"4fa2":function(t,e,i){"use strict";i.r(e);var n=i("709a"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4faf":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{indicatorWidth:{type:[String,Number],default:uni.$u.props.scrollList.indicatorWidth},indicatorBarWidth:{type:[String,Number],default:uni.$u.props.scrollList.indicatorBarWidth},indicator:{type:Boolean,default:uni.$u.props.scrollList.indicator},indicatorColor:{type:String,default:uni.$u.props.scrollList.indicatorColor},indicatorActiveColor:{type:String,default:uni.$u.props.scrollList.indicatorActiveColor},indicatorStyle:{type:[String,Object],default:uni.$u.props.scrollList.indicatorStyle}}};e.default=n},"4fee":function(t,e,i){"use strict";i.r(e);var n=i("1dc4"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5062:function(t,e,i){"use strict";i.r(e);var n=i("fae6"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5067:function(t,e,i){"use strict";i.r(e);var n=i("7962"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"50d7":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uniTransition:i("a499").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.showPopup)?i("view",{staticClass:t._$s(0,"sc","uni-popup"),class:t._$s(0,"c",[t.popupstyle,t.isDesktop?"fixforpc-z-index":""]),attrs:{_i:0}},[i("view",{attrs:{_i:1},on:{touchstart:t.touchstart}},[t._$s(2,"i",t.maskShow)?i("uni-transition",{key:"1",attrs:{name:"mask","mode-class":"fade",styles:t.maskClass,duration:t.duration,show:t.showTrans,_i:2},on:{click:t.onTap}}):t._e(),i("uni-transition",{key:"2",attrs:{"mode-class":t.ani,name:"content",styles:t.transClass,duration:t.duration,show:t.showTrans,_i:3},on:{click:t.onTap}},[i("view",{staticClass:t._$s(4,"sc","uni-popup__wrapper"),class:t._$s(4,"c",[t.popupstyle]),style:t._$s(4,"s",{backgroundColor:t.bg}),attrs:{_i:4},on:{click:t.clear}},[t._t("default",null,{_i:5})],2)])],1)]):t._e()},o=[]},5156:function(t,e,i){"use strict";var n="undefined"!==typeof Symbol&&Symbol,a=i("1696");t.exports=function(){return"function"===typeof n&&("function"===typeof Symbol&&("symbol"===typeof n("foo")&&("symbol"===typeof Symbol("bar")&&a())))}},5176:function(t,e,i){"use strict";i.r(e);var n=i("c619"),a=i("be49");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=i("b5d9"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"35cc61dc",null,!1,n["a"],void 0);"function"===typeof s["a"]&&Object(s["a"])(c),e["default"]=c.exports},"51c5":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.closeShare=void 0,e.default=function(t,e){t=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=r({},t);return e.shareTitle=t.shareTitle||"",e.shareUrl=t.shareUrl||"",e.shareContent=t.shareContent||"\u5206\u4eab\u7684\u63cf\u8ff0",e.shareImg=t.shareImg||"\u5206\u4eab\u7684\u56fe\u7247",e}(t);var i=plus.screen.resolutionWidth,n=Math.floor(i/80),a=(i-80*n-25)/(n+1),o=25+a,l=55+o;s=new plus.nativeObj.View("alphaBg",{top:"0px",left:"0px",height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0.5)"}),s.addEventListener("click",(function(){s&&s.close(),c&&c.close(),u=!1}));var p=function(t){var e=[],i=[];t.type>=0&&t.type<=5&&(i=[["weixin","sinaweibo"],["weixin","sinaweibo","qq"],["weixin","sinaweibo","qq"],["weixin","qq"],["weixin","sinaweibo"],["weixin"]][t.type]);return f.forEach((function(n,a){t.type>=0&&t.type<=5?i.includes(n.provider)&&("weixin"==n.provider?"\u5c0f\u7a0b\u5e8f"==n.text?5==t.type&&e.push(n):5!==t.type&&e.push(n):e.push(n)):"weixin"==n.provider&&"\u5c0f\u7a0b\u5e8f"==n.text?t.appId&&t.appPath&&e.push(n):e.push(n)})),e.concat(d)}(t);return c=new plus.nativeObj.View("shareMenu",{bottom:"0px",left:"0px",height:102*Math.ceil(p.length/n)+25+44+1+"px",width:"100%",backgroundColor:"rgb(255,255,255)"}),c.draw([{tag:"rect",color:"#e7e7e7",position:{top:"0px",height:"1px"}},{tag:"font",id:"sharecancel",text:"\u53d6\u6d88\u5206\u4eab",textStyles:{size:"14px"},position:{bottom:"0px",height:"44px"}},{tag:"rect",color:"#e7e7e7",position:{bottom:"45px",height:"1px"}}]),p.map((function(t,e){var i=(new Date).getTime(),a=Math.floor(e/n),r=e%n,s=[{src:t.icon,id:1e3*Math.random()+i,tag:"img",position:{top:102*a+25,left:r*l+o,width:55,height:55}},{text:t.text,id:1e3*Math.random()+i,tag:"font",textStyles:{size:12},position:{top:102*a+65,left:r*l+o,width:55,height:55}}];c.draw(s)})),c.addEventListener("click",(function(a){if(a.screenY>plus.screen.resolutionHeight-44)s&&s.close(),c&&c.close(),u=!1;else if(a.clientX<5||a.clientX>i-5||a.clientY<5);else{var o=a.clientX,r=a.clientY,d=Math.floor(o/l),f=Math.floor(r/102),h=d+f*n;p[h].onClick(p[h],t,e)}})),s.show(),c.show(),u=!0,{close:function(){return s&&s.close(),s&&c.close(),u?(u=!1,!0):(u=!1,!1)}}};var a=n(i("9523"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function r(t){for(var e=1;e0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:245")})),1==this.curOneCateIndex&&o.default.request({url:"book/medicaldes/inheritListByPage",method:"POST",data:{dictType:e,limit:1e3,current:1},header:{"Content-Type":"application/json"}}).then((function(e){if(t("log",e,"\u5185\u5bb9\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:262"),0==e.code&&e.result.records.length>0){i.titleList=e.result.records;for(var n=0;n0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:298")})),3==this.curOneCateIndex&&o.default.request({url:"book/medicaldes/recordByType?type="+e,method:"POST",data:{limit:1e3,page:1},header:{"Content-Type":"application/json"}}).then((function(e){t("log",e,"\u5185\u5bb9\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:314"),0==e.code&&e.result.length>0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:322")}))},setTwoCateIndex:function(t,e){var i=t.dictType;this.curTwoCateIndex=e,this.getTitles(i)},setOneCateIndex:function(t,e){var i=t.type;this.curOneCateIndex=e,this.curTwoCateIndex=0,this.searchValue="",this.searchList=[],this.showSearchList=!1,this.getTowCateList(i)},getTowCateList:function(e){var i=this;o.default.request({url:"book/medicaldes/typeList?label="+e,method:"POST",data:{loadAnimate:"none"}}).then((function(e){t("log",e,"\u4e8c\u7ea7\u5206\u7c7b\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:377"),0==e.code&&e.result.length>=0?(i.twoCateList=e.result,2==i.curOneCateIndex&&(i.twoCateList=[{dictType:"1",dictValue:"\u5434\u95e8\u4e4b\u6b4c"},{dictType:"2",dictValue:"\u5df4\u5c71\u591c\u8bed"},{dictType:"3",dictValue:"\u5434\u95e8\u4e4b\u5fbd"}]),3==i.curOneCateIndex&&(i.twoCateList=[{dictType:"1",dictValue:"\u5b66\u672f\u8d21\u732e"},{dictType:"2",dictValue:"\u6297\u75ab\u7eaa\u5b9e"},{dictType:"3",dictValue:"\u5434\u95e8\u516c\u76ca"}]),i.getTitles(i.twoCateList[0].dictType)):(i.twoCateList=[],i.titleList=[])})).catch((function(e){i.twoCateList=[],i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:412")}))},transformData:function(t){var e={};return t.forEach((function(t){var i=t.letter;e[i]||(e[i]=[]),e[i].push(t)})),e},getCateList:function(t){!t&&(t=0),this.twoCateList=[],this.curTwoCateIndex=0,this.getTowCateList(this.oneCateList[0].type)},previewImage:function(e){t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:486"),uni.previewImage({urls:[e],longPressActions:{itemList:["\u5f88\u62b1\u6b49\uff0c\u6682\u4e0d\u652f\u6301\u4fdd\u5b58\u56fe\u7247\u5230\u672c\u5730"],success:function(t){}}})}},onBackPress:function(){plus.key.hideSoftKeybord()},components:{}};e.default=c}).call(this,i("0de9")["default"])},5322:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uIcon:i("3836").default,uNumberBox:i("c827").default,uRadioGroup:i("2dd4").default,uRadio:i("6a6c").default,uPopup:i("1608").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u5546\u54c1\u7ed3\u7b97",_i:2}}),t._$s(3,"i",void 0==t.adressMoRen.consigneeName)?i("view",{staticClass:t._$s(3,"sc","addShouhuo"),attrs:{_i:3},on:{click:function(e){return t.toAddress()}}},[i("u-icon",{attrs:{name:"plus",size:"20",_i:4}})],1):t._e(),t._$s(5,"i",void 0!=t.adressMoRen.consigneeName)?i("view",{staticClass:t._$s(5,"sc","adDefault"),attrs:{_i:5},on:{click:function(e){t.dizhiShow=!0}}},[i("view",{staticClass:t._$s(6,"sc","defalTop"),attrs:{_i:6}},[i("text",{staticClass:t._$s(7,"sc","userName"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.adressMoRen.consigneeName)))]),i("text",{staticClass:t._$s(8,"sc","userTel"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.adressMoRen.consigneePhone)))]),t._$s(9,"i",1==t.adressMoRen.isDefault)?i("text",{staticClass:t._$s(9,"sc","userMoren"),attrs:{_i:9}}):t._e()]),i("view",{staticClass:t._$s(10,"sc","defalBottom"),attrs:{_i:10}},[i("text",{staticClass:t._$s(11,"sc","userAddress"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.adressMoRen.province))+t._$s(11,"t0-1",t._s(t.adressMoRen.city))+t._$s(11,"t0-2",t._s(t.adressMoRen.county))+t._$s(11,"t0-3",t._s(t.adressMoRen.detailAddress)))])]),i("u-icon",{staticClass:t._$s(12,"sc","defalLeft"),attrs:{name:"map",color:"#aaa",size:"25",_i:12}}),i("u-icon",{staticClass:t._$s(13,"sc","defalRight"),attrs:{name:"arrow-right",color:"#aaa",size:"22",_i:13}})],1):t._e(),t._l(t._$s(14,"f",{forItems:t.cartList}),(function(e,n,a,o){return i("view",{key:t._$s(14,"f",{forIndex:a,key:n}),staticClass:t._$s("14-"+o,"sc","cartItem"),attrs:{_i:"14-"+o}},[i("view",{staticClass:t._$s("15-"+o,"sc","cartContent"),attrs:{_i:"15-"+o}},[i("image",{attrs:{src:t._$s("16-"+o,"a-src",e.image),_i:"16-"+o}}),i("view",{staticClass:t._$s("17-"+o,"sc","itemCenter"),attrs:{_i:"17-"+o}},[i("view",{staticClass:t._$s("18-"+o,"sc","cartTitle"),attrs:{_i:"18-"+o}},[i("text",[t._v(t._$s("19-"+o,"t0-0",t._s(e.productName)))])]),i("view",{staticClass:t._$s("20-"+o,"sc","itemPrice"),attrs:{_i:"20-"+o}},[t._$s("21-"+o,"i",e.activityPrice&&e.activityPrice>0)?i("text",[t._v(t._$s("21-"+o,"t0-0",t._s(e.activityPrice*e.productAmount)))]):i("text",[t._v(t._$s("22-"+o,"t0-0",t._s(e.price*e.productAmount)))]),i("u-number-box",{attrs:{"input-width":50,"input-height":20,min:1,max:e.productStock,integer:!0,_i:"23-"+o},on:{change:function(i){return t.valChange(i,e)}},model:{value:t._$s("23-"+o,"v-model",e.productAmount),callback:function(i){t.$set(e,"productAmount",i)},expression:"item.productAmount"}})],1)])])])})),i("view",{staticClass:t._$s(24,"sc","youhui_quan"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","yq_alljia"),attrs:{_i:25}},[i("text",[t._v(t._$s(26,"t0-0",t._s(t.totalPrice)))])]),i("view",{staticClass:t._$s(27,"sc","yq_youhui"),attrs:{_i:27},on:{click:function(e){t.youhuiShow=!0}}},[i("u-icon",{staticClass:t._$s(28,"sc","yqLeft"),attrs:{name:"red-packet-fill",color:"#e74141",size:"18",_i:28}}),i("u-icon",{staticClass:t._$s(29,"sc","yqRight"),attrs:{name:"arrow-right",color:"#aaa",size:"18",_i:29}}),t._$s(30,"i",t.youhuiList.length>0)?i("text",{staticClass:t._$s(30,"sc","dagnqian"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(this.youhuiList.length)))]):i("text",{staticClass:t._$s(31,"sc","dagnqian"),attrs:{_i:31}}),t._$s(32,"i",void 0!=t.youhuiContent.id)?i("text",{staticClass:t._$s(32,"sc","dagnqian"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.youhuiContent.coupons.couponAmount)))]):t._e()],1),i("view",{staticClass:t._$s(33,"sc","yq_yunfei"),attrs:{_i:33}},[i("u-icon",{staticClass:t._$s(34,"sc","yqLeft"),attrs:{name:"car-fill",color:"#e0880c",size:"18",_i:34}}),i("text",[t._v(t._$s(35,"t0-0",t._s(t.farePrice)))])],1),i("view",{staticClass:t._$s(36,"sc","yq_beizhu"),attrs:{_i:36}},[i("u-icon",{attrs:{name:"info-circle",color:"#ffb529",size:"12",_i:37}})],1)]),t._$s(38,"i",t.isAndorid)?i("view",{staticClass:t._$s(38,"sc","zhif_fangsh"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","zhif_radio"),attrs:{_i:39}},[i("u-radio-group",{attrs:{_i:40},model:{value:t._$s(40,"v-model",t.payType),callback:function(e){t.payType=e},expression:"payType"}},[i("view",t._l(t._$s(42,"f",{forItems:t.paylist}),(function(e,n,a,o){return i("view",{key:t._$s(42,"f",{forIndex:a,key:"42-"+o}),staticClass:t._$s("42-"+o,"sc","zhif_xuanx"),attrs:{_i:"42-"+o}},[i("image",{attrs:{src:t._$s("43-"+o,"a-src",e.img),_i:"43-"+o}}),t._v(t._$s("42-"+o,"t1-0",t._s(e.title))),t._$s("44-"+o,"i",4==e.id)?i("span",[t._v(t._$s("44-"+o,"t0-0",t._s(t.userMes.peanutCoin)))]):t._e(),t._$s("45-"+o,"i",4==e.id)?i("span",{staticClass:t._$s("45-"+o,"sc","chongBtn"),attrs:{_i:"45-"+o},on:{click:function(e){return e.stopPropagation(),t.buPoint(e)}}}):t._e(),i("u-radio",{key:t._$s("46-"+o,"a-key",n),attrs:{activeColor:"#fe6e09",name:e.id,_i:"46-"+o}})],1)})),0)])],1)]):i("view",{staticClass:t._$s(47,"sc","zhif_fangsh"),attrs:{_i:47}},[i("view",{staticClass:t._$s(48,"sc","zhif_radio"),attrs:{_i:48}},[i("u-radio-group",{attrs:{_i:49},model:{value:t._$s(49,"v-model",t.payType),callback:function(e){t.payType=e},expression:"payType"}},[i("view",t._l(t._$s(51,"f",{forItems:t.paylistIos}),(function(e,n,a,o){return i("view",{key:t._$s(51,"f",{forIndex:a,key:"51-"+o}),staticClass:t._$s("51-"+o,"sc","zhif_xuanx"),attrs:{_i:"51-"+o}},[i("image",{attrs:{src:t._$s("52-"+o,"a-src",e.img),_i:"52-"+o}}),t._v(t._$s("51-"+o,"t1-0",t._s(e.title))),t._$s("53-"+o,"i",4==e.id)?i("span",[t._v(t._$s("53-"+o,"t0-0",t._s(t.userMes.peanutCoin)))]):t._e(),t._$s("54-"+o,"i",4==e.id)?i("span",{staticClass:t._$s("54-"+o,"sc","chongBtn"),attrs:{_i:"54-"+o},on:{click:function(e){return e.stopPropagation(),t.buPoint(e)}}}):t._e(),i("u-radio",{key:t._$s("55-"+o,"a-key",n),attrs:{activeColor:"#fe6e09",name:e.id,_i:"55-"+o}})],1)})),0)])],1)]),i("view",{staticClass:t._$s(56,"sc","footer"),attrs:{_i:56}},[t._$s(57,"i",4!=t.payType)?i("view",{staticClass:t._$s(57,"sc","commodityPrice"),attrs:{_i:57}},[i("span"),i("span"),t._v(t._$s(57,"t2-0",t._s(t.realPrice)))]):t._e(),t._$s(60,"i",4==t.payType)?i("view",{staticClass:t._$s(60,"sc","commodityPrice"),attrs:{_i:60}},[i("span"),t._v(t._$s(60,"t1-0",t._s(t.realPrice))),i("span")]):t._e(),t._$s(63,"i",4!=t.payType)?i("view",{staticClass:t._$s(63,"sc","operate"),attrs:{_i:63},on:{click:t.goBuyJie}},[i("view",{staticClass:t._$s(64,"sc","goBuy"),attrs:{_i:64}})]):t._e(),t._$s(65,"i",4==t.payType)?i("view",{staticClass:t._$s(65,"sc","operate"),attrs:{_i:65},on:{click:t.goPoinBuy}},[i("view",{staticClass:t._$s(66,"sc","goBuy"),attrs:{_i:66}})]):t._e()]),i("u-popup",{attrs:{show:t.dizhiShow,round:10,_i:67},on:{close:function(e){t.dizhiShow=!1}}},[i("view",{staticClass:t._$s(68,"sc","tanchu"),attrs:{_i:68}},[i("view",{staticClass:t._$s(69,"sc","dp_title"),attrs:{_i:69}}),i("view",{staticClass:t._$s(70,"sc","dp_add"),attrs:{_i:70},on:{click:function(e){return t.toAddress()}}},[i("u-icon",{attrs:{name:"plus",color:"#fff",size:"12",_i:71}})],1),i("view",t._l(t._$s(73,"f",{forItems:t.addressList}),(function(e,n,a,o){return i("view",{key:t._$s(73,"f",{forIndex:a,key:n}),class:t._$s("73-"+o,"c",t.adressMoRIndex==n?"addressItem addItem_style":"addressItem"),attrs:{_i:"73-"+o},on:{click:function(e){return t.choseDizhi(n)}}},[i("view",{staticClass:t._$s("74-"+o,"sc","addrContent"),attrs:{_i:"74-"+o}},[i("view",{staticClass:t._$s("75-"+o,"sc","addrContentTop"),attrs:{_i:"75-"+o}},[i("view",{staticClass:t._$s("76-"+o,"sc","userName"),attrs:{_i:"76-"+o}},[t._v(t._$s("76-"+o,"t0-0",t._s(e.consigneeName)))]),i("view",{staticClass:t._$s("77-"+o,"sc","userTel"),attrs:{_i:"77-"+o}},[t._v(t._$s("77-"+o,"t0-0",t._s(e.consigneePhone)))]),t._$s("78-"+o,"i",1==e.isDefault)?i("view",{staticClass:t._$s("78-"+o,"sc","userMoren"),attrs:{_i:"78-"+o}}):t._e(),t._$s("79-"+o,"i",t.adressMoRIndex==n)?i("u-icon",{staticClass:t._$s("79-"+o,"sc","chooseCheck"),attrs:{name:"checkmark-circle-fill",size:"20",color:"#fd6004",_i:"79-"+o}}):t._e()],1),i("view",{staticClass:t._$s("80-"+o,"sc","addrContentBottom"),attrs:{_i:"80-"+o}},[i("view",{staticClass:t._$s("81-"+o,"sc","userAddress"),attrs:{_i:"81-"+o}},[t._v(t._$s("81-"+o,"t0-0",t._s(e.province))+t._$s("81-"+o,"t0-1",t._s(e.city))+t._$s("81-"+o,"t0-2",t._s(e.county))+t._$s("81-"+o,"t0-3",t._s(e.detailAddress)))])])])])})),0)])]),i("u-popup",{attrs:{show:t.youhuiShow,round:10,_i:82},on:{close:function(e){t.youhuiShow=!1}}},[i("view",{staticClass:t._$s(83,"sc","tanchu"),attrs:{_i:83}},[i("view",{staticClass:t._$s(84,"sc","dp_title"),attrs:{_i:84}}),t._$s(85,"i",t.youhuiList.length>0)?i("view",[t._l(t._$s(86,"f",{forItems:t.youhuiList}),(function(e,n,a,o){return i("view",{key:t._$s(86,"f",{forIndex:a,key:n}),class:t._$s("86-"+o,"c",t.youhuiIndex===n?"youhuiItem youItem_style":"youhuiItem"),attrs:{_i:"86-"+o},on:{click:function(e){return t.choseYouhui(n)}}},[i("view",[i("text"),i("b",[t._v(t._$s("89-"+o,"t0-0",t._s(e.coupons.couponAmount)))]),i("text",[t._v(t._$s("90-"+o,"t0-0",t._s(e.coupons.useLevel)))])]),i("view",[i("text",[t._v(t._$s("92-"+o,"t0-0",t._s(e.coupons.couponName)))]),i("text",[t._v(t._$s("93-"+o,"t0-0",t._s(e.coupons.expirationDate)))])]),i("view",[t._$s("95-"+o,"i",t.youhuiIndex!==n)?i("text"):t._e(),t._$s("96-"+o,"i",t.youhuiIndex===n)?i("u-icon",{attrs:{name:"checkmark-circle-fill",color:"#fd6004",size:"20",_i:"96-"+o}}):t._e()],1),i("br",{})])})),i("view")],2):i("view",[i("u-divider",{attrs:{text:"\u6682\u65e0\u53ef\u7528\u4f18\u60e0\u5238\u54e6",_i:100}})],1)])]),i("music-play",{attrs:{playData:t.playData,_i:101}})],2)},o=[]},5375:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={datetimePicker:{show:!1,showToolbar:!0,value:"",title:"",mode:"datetime",maxDate:new Date((new Date).getFullYear()+10,0,1).getTime(),minDate:new Date((new Date).getFullYear()-10,0,1).getTime(),minHour:0,maxHour:23,minMinute:0,maxMinute:59,filter:null,formatter:null,loading:!1,itemHeight:44,cancelText:"\u53d6\u6d88",confirmText:"\u786e\u8ba4",cancelColor:"#909193",confirmColor:"#3c9cff",visibleItemCount:5,closeOnClickOverlay:!1,defaultIndex:function(){return[]}}};e.default=n},"539b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={popup:{show:!1,overlay:!0,mode:"bottom",duration:300,closeable:!1,overlayStyle:function(){},closeOnClickOverlay:!0,zIndex:10075,safeAreaInsetBottom:!0,safeAreaInsetTop:!1,closeIconPos:"top-right",round:0,zoom:!0,bgColor:"",overlayOpacity:.5}}},"53e8":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={circleProgress:{percentage:30}}},"53f5":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o=(n(i("65fd")),{data:function(){return{monHeight:0,monmarleft:0,sunHeight:0,sunmarleft:0,sunmartop:0,sunmarbot:0,playData:{},MonList:{title:"\u9634\u7ecf",vlue:"\u5c5e\u6027",attribute:["\u9634\u7ecf","\u5c5e\u6027","\u80ba\u7ecf(\u91d1)","\u813e\u7ecf(\u58eb)","\u5fc3(\u706b)","\u80be\u7ecf(\u6c34)","\u5fc3\u5305\u7ecf(\u51ac\u81f3\u524d\u76f8\u706b\uff0c\u51ac\u81f3\u540e\u76f8\u6c34)","\u809d\u7ecf(\u6728)"],arry:[["\u4e95","\u6728","\u5c11\u5546","\u9690\u767d","\u5c11\u51b2(\u6bcd\u7a74)","\u6d8c\u6cc9(\u5b50\u7a74)","\u4e2d\u51b2(\u51ac\u81f3\u524d\u6bcd\u7a74\u51ac\u81f3\u540e\u5b50\u7a74)","\u5927\u6566(\u672c\u7a74)"],["\u8365","\u706b","\u9c7c\u9645","\u5927\u90fd(\u6bcd\u7a74)","\u5c11\u5e9c(\u672c\u7a74)","\u7136\u8c37(\u6cc4\u4e95\u5f53\u6cc4\u8365)","\u52b3\u5bab(\u51ac\u81f3\u524d\u672c\u7a74)","\u884c\u95f4(\u5b50\u7a74)"],["\u4fde","\u571f","\u592a\u6e0a(\u6bcd\u7a74)","\u592a\u767d(\u672c\u7a74)","\u795e\u95e8(\u5b50\u7a74)","\u592a\u6eaa","\u5927\u9675(\u51ac\u81f3\u524d\u5b50\u7a74)","\u592a\u51b2"],["\u7ecf","\u91d1","\u7ecf\u6e20(\u672c\u7a74)","\u5546\u4e18(\u5b50\u7a74)","\u7075\u9053","\u590d\u6e9c(\u6bcd\u7a74)","\u95f4\u4f7f(\u51ac\u81f3\u540e\u6bcd\u7a74)","\u4e2d\u5c01"],["\u5408","\u6c34","\u5c3a\u6cfd(\u5b50\u7a74)","\u9634\u9675\u6cc9","\u5c11\u6d77(\u8865\u4e95\u5f53\u8865\u5408)","\u9634\u8c37(\u672c\u7a74)","\u66f2\u6cfd(\u51ac\u81f3\u540e\u672c\u7a74)","\u66f2\u6cc9(\u6bcd\u7a74)"],["\u90c4","","\u5b54\u6700","\u5730\u673a","\u9634\u90c4","\u6c34\u6cc9","\u90c4\u95e8","\u4e2d\u90fd"],["\u7edc","","\u5217\u7f3a","\u516c\u5b59","\u901a\u91cc","\u5927\u949f","\u5185\u5173","\u8821\u6c9f"],["\u52df\u7a74","","\u4e2d\u5e9c","\u7ae0\u95e8","\u5de8\u9619","\u4eac\u95e8","\u81bb\u4e2d","\u671f\u95e8"]]},SunList:{title:"\u9633\u7ecf",vlue:"\u5c5e\u6027",attribute:["\u9633\u7ecf","\u5c5e\u6027","\u5927\u80a0\u7ecf(\u91d1)","\u813e\u7ecf(\u58eb)","\u5fc3(\u706b)","\u8180\u80f1\u7ecf(\u6c34)","\u4e09\u7126\u7ecf(\u51ac\u81f3\u524d\u76f8\u706b,\u51ac\u81f3\u540e\u76f8\u6c34)","\u80c6\u7ecf(\u6728)"],arry:[["\u4e95","\u91d1","\u5546\u9633(\u672c\u7a74)","\u5389\u5151(\u5b50\u7a74)","\u5c11\u6cfd","\u81f3\u9634(\u6bcd\u7a74)","\u5173\u51b2(\u51ac\u81f3\u540e\u6bcd\u7a74)","\u7a8d\u9634"],["\u8365","\u6c34","\u4e8c\u95f4(\u5b50\u7a74)","\u5185\u5ead(\u6cc4\u4e95\u5f53\u6cc4\u8365)","\u524d\u8c37","\u901a\u8c37(\u672c\u7a74)","\u6db2\u95e8(\u51ac\u81f3\u540e\u672c\u7a74)","\u4fa0\u6eaa(\u6bcd\u7a74)"],["\u4fde","\u6728","\u4e09\u95f4","\u9677\u8c37","\u540e\u533e(\u6bcd\u7a74)","\u675f\u9aa8(\u5b50\u7a74)","\u4e2d\u6e1a(\u51ac\u81f3\u524d\u56de\u7a74\uff0c\u51ac\u81f3\u540e\u5b50\u7a74)","\u4e34\u6ce3(\u672c\u7a74)"],["\u7ecf","\u6c34","\u9633\u6eaa","\u89e3\u6eaa(\u6bcd\u7a74)","\u9633\u8c37(\u672c\u7a74)","\u6606\u4ed1","\u652f\u6c9f(\u51ac\u81f3\u524d\u672c\u7a74)","\u9633\u8f85(\u5b50\u7a74)"],["\u5408","\u571f","\u66f2\u6c60(\u6bcd\u7a74)","\u8db3\u4e09\u91cc(\u672c\u7a74)","\u5c0f\u6d77(\u5b50\u7a74)","\u59d4\u4e2d(\u8865\u4e95\u5f53\u8865\u5408)","\u5929\u4e95(\u51ac\u81f3\u524d\u5b50\u7a74)","\u9633\u9675\u6cc9"],["\u539f","","\u5408\u8c37","\u51b2\u9633","\u8155\u9aa8","\u4eac\u9aa8","\u9633\u6c60","\u4e18\u589f"],["\u90c4","","\u6e29\u6e9c","\u6881\u4e18","\u517b\u8001","\u91d1\u95e8","\u4f1a\u5b97","\u5916\u4e18"],["\u7edc","","\u504f\u5386","\u4e30\u9686","\u652f\u6b63","\u98de\u626c","\u5916\u5173","\u5149\u660e"],["\u52df\u7a74","","\u5929\u67a2","\u4e2d\u8118","\u5173\u5143","\u4e2d\u6781","\u77f3\u95e8","\u65e5\u6708"]]}}},onLoad:function(){this.getData()},onShow:function(){},onHide:function(){},methods:{getData:function(){this.monHeight=uni.getSystemInfoSync().windowWidth-20,this.monmarleft=uni.getSystemInfoSync().windowWidth-10,this.monmartop=25,this.sunHeight=uni.getSystemInfoSync().windowWidth-20,this.sunmarleft=uni.getSystemInfoSync().windowWidth-10,this.sunmartop=1e3,this.sunmarbot=1e3}},components:{musicPlay:a.default}});e.default=o},5402:function(t,e,i){"use strict";var n=i("00ce"),a=i("545e"),o=i("2714"),r=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),d=a("WeakMap.prototype.has",!0),f=a("Map.prototype.get",!0),p=a("Map.prototype.set",!0),h=a("Map.prototype.has",!0),y=function(t,e){for(var i,n=t;null!==(i=n.next);n=i)if(i.key===e)return n.next=i.next,i.next=t.next,t.next=i,i};t.exports=function(){var t,e,i,n={assert:function(t){if(!n.has(t))throw new r("Side channel does not contain "+o(t))},get:function(n){if(s&&n&&("object"===typeof n||"function"===typeof n)){if(t)return u(t,n)}else if(c){if(e)return f(e,n)}else if(i)return function(t,e){var i=y(t,e);return i&&i.value}(i,n)},has:function(n){if(s&&n&&("object"===typeof n||"function"===typeof n)){if(t)return d(t,n)}else if(c){if(e)return h(e,n)}else if(i)return function(t,e){return!!y(t,e)}(i,n);return!1},set:function(n,a){s&&n&&("object"===typeof n||"function"===typeof n)?(t||(t=new s),l(t,n,a)):c?(e||(e=new c),p(e,n,a)):(i||(i={key:{},next:null}),function(t,e,i){var n=y(t,e);n?n.value=i:t.next={key:e,next:t.next,value:i}}(i,n,a))}};return n}},"541e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uIcon:i("3836").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(1,"v-show",t.userInfo.playVisible),expression:"_$s(1,'v-show',userInfo.playVisible)"}],class:t._$s(1,"c",["fuchuang",t.showBig?"bigMode":"miniMode"]),attrs:{_i:1}},[i("view",[i("view",{staticClass:t._$s(3,"sc","audo-video"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","audo-top"),attrs:{_i:4}},[i("image",{class:t._$s(5,"c",["fengImg","fengmianBox","defaultBg",t.userInfo.playFlag?"playAnimate":""]),attrs:{src:t._$s(5,"a-src",t.userInfo.fengImg),_i:5},on:{click:t.changeShow}}),i("image",{staticClass:t._$s(6,"sc","plays"),attrs:{src:t._$s(6,"a-src",t.userInfo.playFlag?"/static/zantigBtn.png":"/static/bofangBtn.png"),_i:6},on:{click:function(e){return e.stopPropagation(),t.plays()}}}),t._$s(7,"i",!t.showBig)?i("u-icon",{attrs:{name:"close",color:"#61e781",size:"20",_i:7},on:{click:t.closePlayer}}):t._e()],1)])])]),i("view",{staticClass:t._$s(8,"sc","h-100"),attrs:{_i:8}})])},o=[]},"545e":function(t,e,i){"use strict";var n=i("00ce"),a=i("3eb1"),o=a(n("String.prototype.indexOf"));t.exports=function(t,e){var i=n(t,!!e);return"function"===typeof i&&o(t,".prototype.")>-1?a(i):i}},5500:function(t,e,i){"use strict";i.r(e);var n=i("a24f"),a=i("2682");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"70f92092",null,!1,n["a"],void 0);e["default"]=s.exports},"554e":function(t,e,i){"use strict";i.r(e);var n=i("2c63"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5568:function(t,e,i){t.exports=i.p+"uni_modules/z-nav-bar/static/icon_back_white.png"},5581:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("a4a7").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-goods-nav"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-tab__seat"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","uni-tab__cart-box flex"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","flex uni-tab__cart-sub-left"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.options}),(function(e,n,a,o){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+o,"sc","flex uni-tab__cart-button-left uni-tab__shop-cart"),attrs:{_i:"4-"+o},on:{click:function(i){return t.onClick(n,e)}}},[i("view",{staticClass:t._$s("5-"+o,"sc","uni-tab__icon"),attrs:{_i:"5-"+o}},[i("uni-icons",{attrs:{type:e.icon,size:"20",color:"#646566",_i:"6-"+o}})],1),i("text",{staticClass:t._$s("7-"+o,"sc","uni-tab__text"),attrs:{_i:"7-"+o}},[t._v(t._$s("7-"+o,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("8-"+o,"sc","flex uni-tab__dot-box"),attrs:{_i:"8-"+o}},[t._$s("9-"+o,"i",e.info)?i("text",{staticClass:t._$s("9-"+o,"sc","uni-tab__dot "),class:t._$s("9-"+o,"c",{"uni-tab__dots":e.info>9}),style:t._$s("9-"+o,"s",{backgroundColor:e.infoBackgroundColor?e.infoBackgroundColor:"#ff0000",color:e.infoColor?e.infoColor:"#fff"}),attrs:{_i:"9-"+o}},[t._v(t._$s("9-"+o,"t0-0",t._s(e.info)))]):t._e()])])})),0),i("view",{staticClass:t._$s(10,"sc","flex uni-tab__cart-sub-right "),class:t._$s(10,"c",{"uni-tab__right":t.fill}),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.buttonGroup}),(function(e,n,a,o){return i("view",{key:t._$s(11,"f",{forIndex:a,key:n}),staticClass:t._$s("11-"+o,"sc","flex uni-tab__cart-button-right"),style:t._$s("11-"+o,"s",{background:e.backgroundColor,color:e.color}),attrs:{_i:"11-"+o},on:{click:function(i){return t.buttonClick(n,e)}}},[i("text",{staticClass:t._$s("12-"+o,"sc","uni-tab__cart-button-right-text"),style:t._$s("12-"+o,"s",{color:e.color}),attrs:{_i:"12-"+o}},[t._v(t._$s("12-"+o,"t0-0",t._s(e.text)))])])})),0)])])},o=[]},"558a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,uPopup:i("1608").default,uButton:i("ec98").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[n("z-nav-bar",{attrs:{title:"\u4e66\u8bc4\u8be6\u60c5",_i:2}})],1),n("view",{staticClass:t._$s(3,"sc","bookInfo"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","item"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","title"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.commentInfo.title)))]),n("view",[t._$s(7,"i",""!=t.productInfo.images)?n("image",{staticClass:t._$s(7,"sc","feng"),attrs:{src:t._$s(7,"a-src",t.productInfo.images),_i:7},on:{click:function(e){return t.previewImage(t.productInfo.images)}}}):t._e(),t._$s(8,"i",""!=t.commentInfo.image)?n("image",{staticClass:t._$s(8,"sc","feng"),attrs:{src:t._$s(8,"a-src",t.commentInfo.image),_i:8},on:{click:function(e){return t.previewImage(t.commentInfo.image)}}}):t._e()]),n("view",{staticClass:t._$s(9,"sc","btns flexbox"),attrs:{_i:9}},[n("span",{staticClass:t._$s(10,"sc","flexbox opbtns"),attrs:{_i:10}})]),n("view",{staticClass:t._$s(11,"sc","zhengwen"),attrs:{_i:11},domProps:{innerHTML:t._s(t._$s(11,"v-html",t.commentInfo.content))}}),n("view",{staticClass:t._$s(12,"sc","btns flexbox"),attrs:{_i:12}},[n("span",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),n("span",{staticClass:t._$s(14,"sc","right flexbox opbtns"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.formatTimeDifferenceFromT(t.commentInfo.createTime))))])]),n("view",{staticClass:t._$s(15,"sc","btns flexbox"),attrs:{_i:15}},[n("span",{staticClass:t._$s(16,"sc","left"),attrs:{_i:16}}),n("span",{staticClass:t._$s(17,"sc","right flexbox opbtns"),attrs:{_i:17}},[t._$s(18,"i",t.commentInfo.ilike)?n("image",{staticClass:t._$s(18,"sc","gzicon"),attrs:{src:t._$s(18,"a-src",i("5d76")),_i:18},on:{click:function(e){return e.stopPropagation(),t.clickLikeshuping(t.commentInfo)}}}):n("image",{staticClass:t._$s(19,"sc","gzicon"),attrs:{src:t._$s(19,"a-src",i("5215")),_i:19},on:{click:function(e){return e.stopPropagation(),t.clickLikeshuping(t.commentInfo)}}}),n("view",[t._v(t._$s(20,"t0-0",t._s(t.commentInfo.contlike)))]),n("image",{staticClass:t._$s(21,"sc","gzicon"),attrs:{src:t._$s(21,"a-src",i("399c")),_i:21},on:{click:function(e){return t.pinglun()}}}),n("view",{attrs:{_i:22},on:{click:function(e){return t.pinglun()}}},[t._v(t._$s(22,"t0-0",t._s(t.commentInfo.commentNum)))])])])])]),n("view",{staticClass:t._$s(23,"sc","mainContent"),attrs:{_i:23}}),n("view",{staticClass:t._$s(24,"sc","pinglunMain"),attrs:{_i:24}},[t._$s(25,"i",t.plList.length>0)?n("view",t._l(t._$s(26,"f",{forItems:t.plList}),(function(e,a,o,r){return n("view",{key:t._$s(26,"f",{forIndex:o,key:e.id}),staticClass:t._$s("26-"+r,"sc","pl-item"),attrs:{_i:"26-"+r}},[n("view",{staticClass:t._$s("27-"+r,"sc","plusername"),attrs:{_i:"27-"+r}},[t._v(t._$s("27-"+r,"t0-0",t._s(e.user.name)))]),n("view",{staticClass:t._$s("28-"+r,"sc","content"),attrs:{_i:"28-"+r},domProps:{innerHTML:t._s(t._$s("28-"+r,"v-html",e.content))}}),n("view",{staticClass:t._$s("29-"+r,"sc","btns flexbox"),attrs:{_i:"29-"+r}},[n("span",{staticClass:t._$s("30-"+r,"sc","left"),attrs:{_i:"30-"+r}},[t._v(t._$s("30-"+r,"t0-0",t._s(t.formatTimeDifferenceFromT(e.createTime))))]),n("span",{staticClass:t._$s("31-"+r,"sc","right flexbox opbtns"),attrs:{_i:"31-"+r}},[t._$s("32-"+r,"i",e.ilike)?n("image",{staticClass:t._$s("32-"+r,"sc","gzicon"),attrs:{src:t._$s("32-"+r,"a-src",i("5d76")),_i:"32-"+r},on:{click:function(i){return i.stopPropagation(),t.clickLikehuifu(e)}}}):n("image",{staticClass:t._$s("33-"+r,"sc","gzicon"),attrs:{src:t._$s("33-"+r,"a-src",i("5215")),_i:"33-"+r},on:{click:function(i){return i.stopPropagation(),t.clickLikehuifu(e)}}}),n("view",[t._v(t._$s("34-"+r,"t0-0",t._s(e.contlike)))]),n("image",{staticClass:t._$s("35-"+r,"sc","gzicon"),attrs:{src:t._$s("35-"+r,"a-src",i("399c")),_i:"35-"+r},on:{click:function(i){return t.pinglun(e)}}}),n("view",{attrs:{_i:"36-"+r},on:{click:function(i){return t.pinglun(e)}}},[t._v(t._$s("36-"+r,"t0-0",t._s(e.commentsNum)))])])]),t._$s("37-"+r,"i",e.comments.length>0)?n("view",{staticClass:t._$s("37-"+r,"sc","pl-son"),attrs:{_i:"37-"+r}},t._l(t._$s("38-"+r,"f",{forItems:e.comments}),(function(a,o,s,c){return n("view",{key:t._$s("38-"+r,"f",{forIndex:s,key:o}),staticClass:t._$s("38-"+r+"-"+c,"sc","pl-son-item"),attrs:{_i:"38-"+r+"-"+c}},[n("view",{staticClass:t._$s("39-"+r+"-"+c,"sc","pl-son-item-content"),attrs:{_i:"39-"+r+"-"+c}},[n("text",{staticClass:t._$s("40-"+r+"-"+c,"sc","pl-son-atob"),attrs:{_i:"40-"+r+"-"+c}},[t._v(t._$s("40-"+r+"-"+c,"t0-0",t._s(a.user.name+" \u56de\u590d "+a.puser.name)))]),n("text",{attrs:{_i:"41-"+r+"-"+c},domProps:{innerHTML:t._s(t._$s("41-"+r+"-"+c,"v-html",a.content))}})]),n("view",{staticClass:t._$s("42-"+r+"-"+c,"sc","btns flexbox"),attrs:{_i:"42-"+r+"-"+c}},[n("span",{staticClass:t._$s("43-"+r+"-"+c,"sc","left"),attrs:{_i:"43-"+r+"-"+c}},[t._v(t._$s("43-"+r+"-"+c,"t0-0",t._s(t.formatTimeDifferenceFromT(a.createTime))))]),n("span",{staticClass:t._$s("44-"+r+"-"+c,"sc","right flexbox opbtns"),attrs:{_i:"44-"+r+"-"+c}},[t._$s("45-"+r+"-"+c,"i",a.ilike)?n("image",{staticClass:t._$s("45-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("45-"+r+"-"+c,"a-src",i("5d76")),_i:"45-"+r+"-"+c},on:{click:function(e){return e.stopPropagation(),t.clickLikehuifu(a)}}}):n("image",{staticClass:t._$s("46-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("46-"+r+"-"+c,"a-src",i("5215")),_i:"46-"+r+"-"+c},on:{click:function(e){return e.stopPropagation(),t.clickLikehuifu(a)}}}),n("view",[t._v(t._$s("47-"+r+"-"+c,"t0-0",t._s(a.contlike)))]),n("image",{staticClass:t._$s("48-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("48-"+r+"-"+c,"a-src",i("399c")),_i:"48-"+r+"-"+c},on:{click:function(e){return t.pinglun(a)}}})])]),t._$s("49-"+r+"-"+c,"i",o=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(l))}f.state.get=function(){return this._vm._data.$$state},f.state.set=function(t){0},d.prototype.commit=function(t,e,i){var n=this,a=_(t,e,i),o=a.type,r=a.payload,s=(a.options,{type:o,payload:r}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(s,n.state)})))},d.prototype.dispatch=function(t,e){var i=this,n=_(t,e),a=n.type,o=n.payload,r={type:a,payload:o},s=this._actions[a];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(r,i.state)}))}catch(u){0}var c=s.length>1?Promise.all(s.map((function(t){return t(o)}))):s[0](o);return new Promise((function(t,e){c.then((function(e){try{i._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(r,i.state)}))}catch(u){0}t(e)}),(function(t){try{i._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(r,i.state,t)}))}catch(u){0}e(t)}))}))}},d.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},d.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},d.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},d.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},d.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),g(this,this.state,t,this._modules.get(t),i.preserveState),y(this,this.state)},d.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));l.delete(i,t[t.length-1])})),h(this)},d.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},d.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),h(this,!0)},d.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(d.prototype,f);var I=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=$(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof a?a.call(this,e,i):e[a]},i[n].vuex=!0})),i})),b=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var o=$(this.$store,"mapMutations",t);if(!o)return;n=o.context.commit}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i})),w=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;a=t+a,i[n]=function(){if(!t||$(this.$store,"mapGetters",t))return this.$store.getters[a]},i[n].vuex=!0})),i})),C=k((function(t,e){var i={};return x(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var o=$(this.$store,"mapActions",t);if(!o)return;n=o.context.dispatch}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i}));function x(t){return function(t){return Array.isArray(t)||r(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function k(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function $(t,e,i){var n=t._modulesNamespaceMap[i];return n}function D(t,e,i){var n=i?t.groupCollapsed:t.group;try{n.call(t,e)}catch(a){t.log(e)}}function S(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function N(){var t=new Date;return" @ "+P(t.getHours(),2)+":"+P(t.getMinutes(),2)+":"+P(t.getSeconds(),2)+"."+P(t.getMilliseconds(),3)}function P(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var T={Store:d,install:v,version:"3.6.2",mapState:I,mapMutations:b,mapGetters:w,mapActions:C,createNamespacedHelpers:function(t){return{mapState:I.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var o=t.mutationTransformer;void 0===o&&(o=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var d=a(t.state);"undefined"!==typeof l&&(c&&t.subscribe((function(t,r){var s=a(r);if(i(t,d,s)){var c=N(),u=o(t),f="mutation "+t.type+c;D(l,f,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",n(s)),S(l)}d=s})),u&&t.subscribeAction((function(t,i){if(r(t,i)){var n=N(),a=s(t),o="action "+t.type+n;D(l,o,e),l.log("%c action","color: #03A9F4; font-weight: bold",a),S(l)}})))}}};t.exports=T}).call(this,i("c8ba"))},2714:function(t,e,i){var n="function"===typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=n&&a&&"function"===typeof a.get?a.get:null,r=n&&Map.prototype.forEach,s="function"===typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"===typeof c.get?c.get:null,l=s&&Set.prototype.forEach,d="function"===typeof WeakMap&&WeakMap.prototype,f=d?WeakMap.prototype.has:null,p="function"===typeof WeakSet&&WeakSet.prototype,h=p?WeakSet.prototype.has:null,y="function"===typeof WeakRef&&WeakRef.prototype,g=y?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,_=Object.prototype.toString,v=Function.prototype.toString,I=String.prototype.match,b=String.prototype.slice,w=String.prototype.replace,C=String.prototype.toUpperCase,x=String.prototype.toLowerCase,k=RegExp.prototype.test,$=Array.prototype.concat,D=Array.prototype.join,S=Array.prototype.slice,N=Math.floor,P="function"===typeof BigInt?BigInt.prototype.valueOf:null,T=Object.getOwnPropertySymbols,O="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,L="function"===typeof Symbol&&"object"===typeof Symbol.iterator,j="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===L||"symbol")?Symbol.toStringTag:null,A=Object.prototype.propertyIsEnumerable,B=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function M(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||k.call(/e/,e))return e;var i=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof t){var n=t<0?-N(-t):N(t);if(n!==t){var a=String(n),o=b.call(e,a.length+1);return w.call(a,i,"$&_")+"."+w.call(w.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return w.call(e,i,"$&_")}var E=i(0),R=E.custom,z=W(R)?R:null;function F(t,e,i){var n="double"===(i.quoteStyle||e)?'"':"'";return n+t+n}function H(t){return w.call(String(t),/"/g,""")}function U(t){return"[object Array]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}function q(t){return"[object RegExp]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}function W(t){if(L)return t&&"object"===typeof t&&t instanceof Symbol;if("symbol"===typeof t)return!0;if(!t||"object"!==typeof t||!O)return!1;try{return O.call(t),!0}catch(e){}return!1}t.exports=function t(e,i,n,a){var s=i||{};if(Q(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Q(s,"maxStringLength")&&("number"===typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!Q(s,"customInspect")||s.customInspect;if("boolean"!==typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Q(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Q(s,"numericSeparator")&&"boolean"!==typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var d=s.numericSeparator;if("undefined"===typeof e)return"undefined";if(null===e)return"null";if("boolean"===typeof e)return e?"true":"false";if("string"===typeof e)return function t(e,i){if(e.length>i.maxStringLength){var n=e.length-i.maxStringLength,a="... "+n+" more character"+(n>1?"s":"");return t(b.call(e,0,i.maxStringLength),i)+a}var o=w.call(w.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,J);return F(o,"single",i)}(e,s);if("number"===typeof e){if(0===e)return 1/0/e>0?"0":"-0";var p=String(e);return d?M(e,p):p}if("bigint"===typeof e){var y=String(e)+"n";return d?M(e,y):y}var _="undefined"===typeof s.depth?5:s.depth;if("undefined"===typeof n&&(n=0),n>=_&&_>0&&"object"===typeof e)return U(e)?"[Array]":"[Object]";var C=function(t,e){var i;if("\t"===t.indent)i="\t";else{if(!("number"===typeof t.indent&&t.indent>0))return null;i=D.call(Array(t.indent+1)," ")}return{base:i,prev:D.call(Array(e+1),i)}}(s,n);if("undefined"===typeof a)a=[];else if(G(a,e)>=0)return"[Circular]";function k(e,i,o){if(i&&(a=S.call(a),a.push(i)),o){var r={depth:s.depth};return Q(s,"quoteStyle")&&(r.quoteStyle=s.quoteStyle),t(e,r,n+1,a)}return t(e,s,n+1,a)}if("function"===typeof e&&!q(e)){var N=function(t){if(t.name)return t.name;var e=I.call(v.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(e),T=et(e,k);return"[Function"+(N?": "+N:" (anonymous)")+"]"+(T.length>0?" { "+D.call(T,", ")+" }":"")}if(W(e)){var R=L?w.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):O.call(e);return"object"!==typeof e||L?R:X(R)}if(function(t){if(!t||"object"!==typeof t)return!1;if("undefined"!==typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"===typeof t.nodeName&&"function"===typeof t.getAttribute}(e)){for(var V="<"+x.call(String(e.nodeName)),it=e.attributes||[],nt=0;nt",V}if(U(e)){if(0===e.length)return"[]";var at=et(e,k);return C&&!function(t){for(var e=0;e=0)return!1;return!0}(at)?"["+tt(at,C)+"]":"[ "+D.call(at,", ")+" ]"}if(function(t){return"[object Error]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e)){var ot=et(e,k);return"cause"in Error.prototype||!("cause"in e)||A.call(e,"cause")?0===ot.length?"["+String(e)+"]":"{ ["+String(e)+"] "+D.call(ot,", ")+" }":"{ ["+String(e)+"] "+D.call($.call("[cause]: "+k(e.cause),ot),", ")+" }"}if("object"===typeof e&&c){if(z&&"function"===typeof e[z]&&E)return E(e,{depth:_-n});if("symbol"!==c&&"function"===typeof e.inspect)return e.inspect()}if(function(t){if(!o||!t||"object"!==typeof t)return!1;try{o.call(t);try{u.call(t)}catch(V){return!0}return t instanceof Map}catch(e){}return!1}(e)){var rt=[];return r.call(e,(function(t,i){rt.push(k(i,e,!0)+" => "+k(t,e))})),Z("Map",o.call(e),rt,C)}if(function(t){if(!u||!t||"object"!==typeof t)return!1;try{u.call(t);try{o.call(t)}catch(e){return!0}return t instanceof Set}catch(i){}return!1}(e)){var st=[];return l.call(e,(function(t){st.push(k(t,e))})),Z("Set",u.call(e),st,C)}if(function(t){if(!f||!t||"object"!==typeof t)return!1;try{f.call(t,f);try{h.call(t,h)}catch(V){return!0}return t instanceof WeakMap}catch(e){}return!1}(e))return K("WeakMap");if(function(t){if(!h||!t||"object"!==typeof t)return!1;try{h.call(t,h);try{f.call(t,f)}catch(V){return!0}return t instanceof WeakSet}catch(e){}return!1}(e))return K("WeakSet");if(function(t){if(!g||!t||"object"!==typeof t)return!1;try{return g.call(t),!0}catch(e){}return!1}(e))return K("WeakRef");if(function(t){return"[object Number]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(k(Number(e)));if(function(t){if(!t||"object"!==typeof t||!P)return!1;try{return P.call(t),!0}catch(e){}return!1}(e))return X(k(P.call(e)));if(function(t){return"[object Boolean]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(m.call(e));if(function(t){return"[object String]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e))return X(k(String(e)));if(!function(t){return"[object Date]"===Y(t)&&(!j||!("object"===typeof t&&j in t))}(e)&&!q(e)){var ct=et(e,k),ut=B?B(e)===Object.prototype:e instanceof Object||e.constructor===Object,lt=e instanceof Object?"":"null prototype",dt=!ut&&j&&Object(e)===e&&j in e?b.call(Y(e),8,-1):lt?"Object":"",ft=ut||"function"!==typeof e.constructor?"":e.constructor.name?e.constructor.name+" ":"",pt=ft+(dt||lt?"["+D.call($.call([],dt||[],lt||[]),": ")+"] ":"");return 0===ct.length?pt+"{}":C?pt+"{"+tt(ct,C)+"}":pt+"{ "+D.call(ct,", ")+" }"}return String(e)};var V=Object.prototype.hasOwnProperty||function(t){return t in this};function Q(t,e){return V.call(t,e)}function Y(t){return _.call(t)}function G(t,e){if(t.indexOf)return t.indexOf(e);for(var i=0,n=t.length;i=0},range:function(t,e){return t>=e[0]&&t<=e[1]},rangeLength:function(t,e){return t.length>=e[0]&&t.length<=e[1]},empty:r,isEmpty:r,jsonString:function(t){if("string"===typeof t)try{var e=JSON.parse(t);return!("object"!==(0,a.default)(e)||!e)}catch(i){return!1}return!1},landline:function(t){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(t)},object:s,array:function(t){return"function"===typeof Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)},code:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(e,"}$")).test(t)},func:c,promise:function(t){return s(t)&&c(t.then)&&c(t.catch)},video:function(t){return/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i.test(t)},image:function(t){var e=t.split("?")[0];return/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i.test(e)},regExp:function(t){return t&&"[object RegExp]"===Object.prototype.toString.call(t)},string:function(t){return"string"===typeof t}};e.default=u},"277e":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{col:{type:[String,Number],default:uni.$u.props.grid.col},border:{type:Boolean,default:uni.$u.props.grid.border},align:{type:String,default:uni.$u.props.grid.align}}};e.default=n},"278c":function(t,e,i){var n=i("c135"),a=i("9b42"),o=i("6613"),r=i("c240");t.exports=function(t,e){return n(t)||a(t,e)||o(t,e)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"283e":function(t,e,i){"use strict";i.r(e);var n=i("6247"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"28a6":function(t,e,i){"use strict";function n(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(t=String(t).toLowerCase(),t&&i.test(t)){if(4===t.length){for(var n="#",a=1;a<4;a+=1)n+=t.slice(a,a+1).concat(t.slice(a,a+1));t=n}for(var o=[],r=1;r<7;r+=2)o.push(parseInt("0x".concat(t.slice(r,r+2))));return e?"rgb(".concat(o[0],",").concat(o[1],",").concat(o[2],")"):o}if(/^(rgb|RGB)/.test(t)){var s=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return s.map((function(t){return Number(t)}))}return t}function a(t){var e=t;if(/^(rgb|RGB)/.test(e)){for(var i=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),n="#",a=0;a0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,o=n(t,!1),r=o[0],s=o[1],c=o[2],u=n(e,!1),l=u[0],d=u[1],f=u[2],p=(l-r)/i,h=(d-s)/i,y=(f-c)/i,g=[],m=0;m0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=this.$.$refs["ani"].ref;if(i)return new Promise((function(n,a){nvueAnimation.transition(i,c({styles:t},e),(function(t){n()}))}))}},{key:"_nvueNextAnimate",value:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2?arguments[2]:void 0,a=t[i];if(a){var o=a.styles,r=a.config;this._animateRun(o,r).then((function(){i+=1,e._nvueNextAnimate(t,i,n)}))}else this.currentStepAnimates={},"function"===typeof n&&n(),this.isEnd=!0}},{key:"step",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.animation.step(t),this}},{key:"run",value:function(t){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((function(){"function"===typeof t&&t()}),this.$.durationTime)}}]),t}(),l=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];l.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach((function(t){u.prototype[t]=function(){var e;return(e=this.animation)[t].apply(e,arguments),this}}))},"2b07":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={modal:{show:!1,title:"",content:"",confirmText:"\u786e\u8ba4",cancelText:"\u53d6\u6d88",showConfirmButton:!0,showCancelButton:!1,confirmColor:"#2979ff",cancelColor:"#606266",buttonReverse:!1,zoom:!0,asyncClose:!1,closeOnClickOverlay:!1,negativeTop:0,width:"650rpx",confirmButtonShape:""}}},"2b96":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniPopup",components:{},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"}},watch:{type:{handler:function(t){this.config[t]&&this[this.config[t]](!0)},immediate:!0},isDesktop:{handler:function(t){this.config[t]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(t){this.mkclick=t},immediate:!0},isMaskClick:{handler:function(t){this.mkclick=t},immediate:!0},showPopup:function(t){}},data:function(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:this.isDesktop?"fixforpc-top":"top"}},computed:{isDesktop:function(){return this.popupWidth>=500&&this.popupHeight>=500},bg:function(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted:function(){var t=this;(function(){var e=uni.getSystemInfoSync(),i=e.windowWidth,n=e.windowHeight,a=e.windowTop,o=e.safeArea,r=(e.screenHeight,e.safeAreaInsets);t.popupWidth=i,t.popupHeight=n+(a||0),o&&t.safeArea?t.safeAreaInsets=r.bottom:t.safeAreaInsets=0})()},destroyed:function(){this.setH5Visible()},created:function(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible:function(){},closeMask:function(){this.maskShow=!1},disableMask:function(){this.mkclick=!1},clear:function(t){t.stopPropagation(),this.clearPropagation=!0},open:function(e){if(!this.showPopup){e&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(e)||(e=this.type),this.config[e]?(this[this.config[e]](),this.$emit("change",{show:!0,type:e})):t("error","\u7f3a\u5c11\u7c7b\u578b\uff1a",e," at uni_modules/uni-popup/components/uni-popup/uni-popup.vue:279")}},close:function(t){var e=this;this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout((function(){e.showPopup=!1}),300)},touchstart:function(){this.clearPropagation=!1},onTap:function(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top:function(t){var e=this;this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0,this.$nextTick((function(){e.messageChild&&"message"===e.type&&e.messageChild.timerClose()})))},bottom:function(t){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0)},center:function(t){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center"},t||(this.showPopup=!0,this.showTrans=!0)},left:function(t){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)},right:function(t){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)}}};e.default=i}).call(this,i("0de9")["default"])},"2c48":function(t,e,i){"use strict";i.r(e);var n=i("e115"),a=i("db11");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"2c63":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("6f8d")),o=n(i("aeb9")),r={name:"u--input",mixins:[uni.$u.mpMixin,o.default,uni.$u.mixin],components:{uvInput:a.default}};e.default=r},"2cb7":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("65fd")),o=n(i("ab7c"));i("26cb");var r={data:function(){return{selected:1,pageNum:1,newBookList:[],tjProList:[],tagList:[],loadingNow:!1,pageSize:10,page:1,totalPage:0,status:3,path:"",youkeShow:!1,contentShow:0,swiperlist:[],productInfo:{},listenList:[],linkProducts:[],commentsList:[],options:[],buttonGroup:[{text:"\u52a0\u5165\u8d2d\u7269\u8f66",backgroundColor:"linear-gradient(90deg, #FFCD1E, #FF8A18)",color:"#fff"},{text:"\u7acb\u5373\u8d2d\u4e70",backgroundColor:"linear-gradient(90deg, #FE6035, #EF1224)",color:"#fff"}],contentButtonList:[{name:"\u5546\u54c1\u8be6\u60c5"},{name:"\u5546\u54c1\u8bc4\u4ef7"}]}},onLoad:function(t){},onHide:function(){this.page=1,this.tjProList=[]},onShow:function(){this.tjProList=[],this.getData(),this.getTags()},onReady:function(){},onPullDownRefresh:function(){this.page=1,this.tjProList=[],this.getData(),this.getTags(),uni.stopPullDownRefresh()},onReachBottom:function(){this.loadingNow=!0,t("log","\u5230\u5e95\u4e86"," at pages/user/visitor.vue:426"),this.page+1<=this.totalPage?(this.status=0,this.page++,this.getJtData()):this.status=1},filters:{formatRichText:function(t){var e=t.replace(/]*>/gi,(function(t,e){return t=t.replace(/style="[^"]+"/gi,"").replace(/style='[^']+'/gi,""),t=t.replace(/width="[^"]+"/gi,"").replace(/width='[^']+'/gi,""),t=t.replace(/height="[^"]+"/gi,"").replace(/height='[^']+'/gi,""),t}));return e=e.replace(/style="[^"]+"/gi,(function(t,e){return t=t.replace(/width:[^;]+;/gi,"max-width:100%;").replace(/width:[^;]+;/gi,"max-width:100%;"),t})),e=e.replace(/]*\/>/gi,""),e=e.replace(/\0&&(e.tagList=i.result.labels,e.tabsid=e.tagList[0].splId,e.getJtData())})).catch((function(e){t("log",e,"e"," at pages/user/visitor.vue:493")}))},tabsChange:function(t){this.tjProList=[],this.tabsid=t.splId,this.page=1,this.getJtData()},getJtData:function(){var e=this;this.$http.post("visitor/getProductsByLabel",{splId:this.tabsid,limit:this.pageSize,page:this.page}).then((function(i){0==i.code&&i.page.records.length>0?(e.tjProList=e.tjProList.concat(i.page.records),e.totalPage=i.page.pages,e.status=3,t("log",e.tjProList,"\u6309\u6807\u7b7e\u68c0\u7d22\u7ed3\u679c"," at pages/user/visitor.vue:516")):(e.tjProList=[],e.totalPage=0)})).catch((function(e){t("log",e,"\u6807\u7b7e\u68c0\u7d22\u62a5\u9519"," at pages/user/visitor.vue:522")}))},onPageJump:function(t){uni.navigateTo({url:t})},goDetail:function(t){var e=this;this.pageNum=2,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),this.swiperlist=[],this.$http.post("/visitor/info/"+t).then((function(t){if(e.productInfo=t.shopProduct,e.listenList=t.shopProduct.bookidsimages,null==e.productInfo.productImageList||""==e.productInfo.productImageList)e.swiperlist.push(e.productInfo.productImages);else for(var i=e.productInfo.productImageList.split(","),n=0;n'}));return e.replace(/(\r\n)|(\n)/g,"
")},formatRichText:function(t){var e=t.replace(/]*>/gi,(function(t,e){return t=t.replace(/style="[^"]+"/gi,"").replace(/style='[^']+'/gi,""),t=t.replace(/width="[^"]+"/gi,"").replace(/width='[^']+'/gi,""),t=t.replace(/height="[^"]+"/gi,"").replace(/height='[^']+'/gi,""),t}));return e=e.replace(/style="[^"]+"/gi,(function(t,e){return t=t.replace(/width:[^;]+;/gi,"max-width:100%;").replace(/width:[^;]+;/gi,"max-width:100%;"),t})),e=e.replace(/]*\/>/gi,""),e=e.replace(/\=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,s=!0,c=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return s=t.done,t},e:function(t){c=!0,r=t},f:function(){try{s||null==i.return||i.return()}finally{if(c)throw r}}}}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i0)){for(var n=0;n3)?i("view",{staticClass:t._$s(24,"sc","item flexbox"),attrs:{_i:24}},[i("view",[i("view",{staticClass:t._$s(26,"sc","img"),attrs:{_i:26}},[i("image",{attrs:{_i:27},on:{click:function(t){}}})]),i("view",{staticClass:t._$s(28,"sc","txt"),attrs:{_i:28}},[i("text")]),i("view",[i("text"),i("text"),i("text",{staticClass:t._$s(33,"sc","price"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.orderDetail.orderPrice)))])])])]):t._e(),i("view",{staticClass:t._$s(34,"sc","leve2"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","times"),attrs:{_i:35}},[i("view",{staticClass:t._$s(36,"sc","flexbox"),attrs:{_i:36}},[i("text"),i("text",[t._v(t._$s(38,"t0-0",t._s(t.orderDetail.orderSn)))])]),i("view",{staticClass:t._$s(39,"sc","flexbox"),attrs:{_i:39}},[i("text"),i("text",[t._v(t._$s(41,"t0-0",t._s(t.orderDetail.createTime)))])]),t._$s(42,"i",t.orderDetail.orderStatus>0)?i("view",{staticClass:t._$s(42,"sc","flexbox"),attrs:{_i:42}},[i("text"),i("text",[t._v(t._$s(44,"t0-0",t._s(t.orderDetail.createTime)))])]):t._e()])]),i("view",{staticClass:t._$s(45,"sc","leve3 flexbox"),attrs:{_i:45}},[i("view",{staticClass:t._$s(46,"sc","item"),attrs:{_i:46}},[t._$s(47,"i",3==t.orderDetail.orderStatus)?i("button",{staticClass:t._$s(47,"sc","mini-btn"),attrs:{_i:47},on:{click:t.goHome}}):t._e(),t._$s(48,"i",0==t.orderDetail.orderStatus)?i("button",{staticClass:t._$s(48,"sc","mini-btn"),attrs:{_i:48},on:{click:t.goPay}}):t._e()]),t._$s(49,"i",3==t.orderDetail.orderStatus)?i("view",{staticClass:t._$s(49,"sc","item"),attrs:{_i:49}},[i("button",{staticClass:t._$s(50,"sc","mini-btn"),attrs:{_i:50},on:{click:t.goCharge}})]):t._e()])]),i("z-navigation",{attrs:{_i:51}}),i("music-play",{attrs:{playData:t.playData,_i:52}})],1)},o=[]},"2fc0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={noNetwork:{tips:"\u54ce\u5440\uff0c\u7f51\u7edc\u4fe1\u53f7\u4e22\u5931",zIndex:"",image:"data:image/png;base64,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"}}},3007:function(t,e,i){"use strict";i.r(e);var n=i("2388"),a=i("a31b");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"2d9877f6",null,!1,n["a"],void 0);e["default"]=s.exports},3107:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("94bc")),o=a.default.color,r={loadingIcon:{show:!0,color:o["u-tips-color"],textColor:o["u-tips-color"],vertical:!1,mode:"spinner",size:24,textSize:15,text:"",timingFunction:"ease-in-out",duration:1200,inactiveColor:""}};e.default=r},3131:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e,i){var n=i.config.validateStatus,a=i.statusCode;!a||n&&!n(a)?e(i):t(i)}},"31c1":function(t,e,i){"use strict";i.r(e);var n=i("dee9"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"31de":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={scrollList:{indicatorWidth:50,indicatorBarWidth:20,indicator:!0,indicatorColor:"#f2f2f2",indicatorActiveColor:"#3c9cff",indicatorStyle:""}}},"325a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u4e13\u8457\u51fa\u7248",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(4,"v-show",!t.showSearchList),expression:"_$s(4,'v-show',!showSearchList)"}],attrs:{_i:4}},[t._$s(5,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(5,"sc","grid twoCateList"),attrs:{_i:5}},[i("u-grid",{staticClass:t._$s(6,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:6}},t._l(t._$s(7,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(7,"f",{forIndex:a,key:e.dictType}),attrs:{_i:"7-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("8-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"8-"+o}},[t._v(t._$s("8-"+o,"t0-0",t._s(e.dictValue)))])])})),1)],1):t._e(),t._$s(9,"i",2==t.curOneCateIndex&&2==t.curTwoCateIndex)?i("view",{staticClass:t._$s(9,"sc","titleList"),attrs:{_i:9}},[t._$s(10,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:3,_i:10}},t._l(t._$s(11,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(11,"f",{forIndex:a,key:e.id}),attrs:{_i:"11-"+o},on:{click:function(i){return t.previewImage(e.url)}}},[i("img",{staticClass:t._$s("12-"+o,"sc","wmzhimg"),attrs:{src:t._$s("12-"+o,"a-src",e.url),_i:"12-"+o}})])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:13}})],1):i("view",{staticClass:t._$s(14,"sc","titleList"),attrs:{_i:14}},[t._$s(15,"i",t.titleList.length>0&&(0==t.curOneCateIndex||2==t.curOneCateIndex))?i("u-grid",{attrs:{col:1,_i:15}},t._l(t._$s(16,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(16,"f",{forIndex:a,key:e.id}),attrs:{_i:"16-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("17-"+o,"c",["titleItem"]),attrs:{_i:"17-"+o}},[t._v(t._$s("17-"+o,"t0-0",t._s(e.name)))])])})),1):t._e(),t._$s(18,"i",t.titleList.length>0&&3==t.curOneCateIndex)?i("u-grid",{attrs:{col:1,_i:18}},t._l(t._$s(19,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(19,"f",{forIndex:a,key:e.id}),attrs:{_i:"19-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("20-"+o,"c",["titleItem"]),attrs:{_i:"20-"+o}},[t._v(t._$s("20-"+o,"t0-0",t._s(e.title)))])])})),1):t._e(),t._$s(21,"i",t.titleList.length>0&&1==t.curOneCateIndex)?i("view",{attrs:{_i:21}},t._l(t._$s(22,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("view",{key:t._$s(22,"f",{forIndex:a,key:e.id}),attrs:{_i:"22-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",[t._$s("24-"+o,"i",e.imageslist&&0==e.imageslist.length)?i("img",{staticClass:t._$s("24-"+o,"sc","chImage"),attrs:{_i:"24-"+o}}):i("img",{staticClass:t._$s("25-"+o,"sc","chImage"),attrs:{src:t._$s("25-"+o,"a-src",e.imageslist&&e.imageslist[0]),_i:"25-"+o}})]),i("view",{class:t._$s("26-"+o,"c",["titleItem"]),attrs:{_i:"26-"+o}},[t._v(t._$s("26-"+o,"t0-0",t._s(e.name)))])])})),0):t._e(),t._$s(27,"i",0==t.titleList.length)?i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:27}}):t._e()],1)])])],1)},o=[]},"325b":function(t,e,i){"use strict";i.r(e);var n=i("1ab3"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"327d":function(t,e,i){"use strict";i.r(e);var n=i("b31e"),a=i("d0b5");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"358f0a0c",null,!1,n["a"],void 0);e["default"]=s.exports},"329b":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("bfa5")),o={name:"u-divider",mixins:[uni.$u.mpMixin,uni.$u.mixin,a.default],computed:{textStyle:function(){var t={};return t.fontSize=uni.$u.addUnit(this.textSize),t.color=this.textColor,t},leftLineStyle:function(){var t={};return"left"===this.textPosition?t.width="80rpx":t.flex=1,t},rightLineStyle:function(){var t={};return"right"===this.textPosition?t.width="80rpx":t.flex=1,t}},methods:{click:function(){this.$emit("click")}}};e.default=o},"32cf":function(t,e,i){"use strict";i.r(e);var n=i("329b"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},3390:function(t,e,i){"use strict";i.r(e);var n=i("b293"),a=i("9511");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"33a0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={line:{color:"#d6d7d9",length:"100%",direction:"row",hairline:!0,margin:0,dashed:!1}}},"33b7":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={radio:{name:"",shape:"",disabled:"",labelDisabled:"",activeColor:"",inactiveColor:"",iconSize:"",labelSize:"",label:"",labelColor:"",size:"",iconColor:"",placement:""}}},"33da":function(t,e,i){"use strict";i.r(e);var n=i("9890"),a=i("ac13");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f084c250",null,!1,n["a"],void 0);e["default"]=s.exports},"340f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uniLink:i("69bd").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",[n("public-module",{attrs:{_i:1}}),n("z-nav-bar",{attrs:{title:"\u5173\u4e8e\u6211\u4eec",_i:2}}),n("view",{staticClass:t._$s(3,"sc","APPinfo"),attrs:{_i:3}},[n("image",{attrs:{src:t._$s(4,"a-src",i("f473")),_i:4}}),n("br"),n("p",[t._v(t._$s(6,"t0-0",t._s(t.versionName))+t._$s(6,"t0-1",t._s(t.versionCode)))])]),n("view",{staticClass:t._$s(7,"sc","telInfo"),attrs:{_i:7}},[n("view",{staticClass:t._$s(8,"sc","nav_list flexbox"),attrs:{_i:8}},[n("text"),n("view",{staticClass:t._$s(10,"sc","view1"),attrs:{_i:10}},[n("text"),n("image",{attrs:{src:t._$s(12,"a-src",i("cd1c")),_i:12},on:{click:t.makeTel}})])])]),n("view",{staticClass:t._$s(13,"sc","prof"),attrs:{_i:13}},[n("p")]),n("view",[n("uni-link",{attrs:{href:"https://www.nuttyreading.com/privacy.html",text:"\u9690\u79c1\u653f\u7b56",_i:16}})],1),n("music-play",{attrs:{playData:t.playData,_i:17}})],1)},o=[]},"341d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uDivider:i("381d").default,zNavigation:i("183f").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u5434\u95e8\u533b\u8ff0",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","oneCateList flexbox"),attrs:{_i:4}},t._l(t._$s(5,"f",{forItems:t.oneCateList}),(function(e,n,a,o){return i("text",{key:t._$s(5,"f",{forIndex:a,key:e.type}),class:t._$s("5-"+o,"c",[t.curOneCateIndex==n?"cur":""]),attrs:{_i:"5-"+o},on:{click:function(i){return t.setOneCateIndex(e,n)}}},[t._v(t._$s("5-"+o,"t0-0",t._s(e.title)))])})),0),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(6,"v-show",!t.showSearchList),expression:"_$s(6,'v-show',!showSearchList)"}],attrs:{_i:6}},[t._$s(7,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(7,"sc","grid twoCateList"),attrs:{_i:7}},[i("u-grid",{staticClass:t._$s(8,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:8}},t._l(t._$s(9,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(9,"f",{forIndex:a,key:e.dictType}),attrs:{_i:"9-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("10-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"10-"+o}},[t._v(t._$s("10-"+o,"t0-0",t._s(e.dictValue)))])])})),1)],1):t._e(),t._$s(11,"i",2==t.curOneCateIndex&&2==t.curTwoCateIndex)?i("view",{staticClass:t._$s(11,"sc","titleList"),attrs:{_i:11}},[t._$s(12,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:3,_i:12}},t._l(t._$s(13,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(13,"f",{forIndex:a,key:e.id}),attrs:{_i:"13-"+o},on:{click:function(i){return t.previewImage(e.url)}}},[i("img",{staticClass:t._$s("14-"+o,"sc","wmzhimg"),attrs:{src:t._$s("14-"+o,"a-src",e.url),_i:"14-"+o}})])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:15}})],1):t._$s(16,"e",0==t.curOneCateIndex&&(0==t.curTwoCateIndex||2==t.curTwoCateIndex))?i("view",{staticClass:t._$s(16,"sc","titleList"),attrs:{_i:16}},[t._$s(17,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:1,_i:17}},t._l(t._$s(18,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(18,"f",{forIndex:a,key:e.id}),attrs:{_i:"18-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("19-"+o,"c",["titleItem"]),attrs:{_i:"19-"+o}},[t._v(t._$s("19-"+o,"t0-0",t._s(e.title)))])])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:20}})],1):t._$s(21,"e",0==t.curOneCateIndex&&1==t.curTwoCateIndex)?i("view",{staticClass:t._$s(21,"sc","titleList"),attrs:{_i:21}},[i("u-divider",{attrs:{text:"\u70b9\u51fb\u6807\u7b7e\u8fdb\u5165\u51fa\u7248\u4e13\u8457",_i:22}})],1):i("view",{staticClass:t._$s(23,"sc","titleList"),attrs:{_i:23}},[t._$s(24,"i",t.titleList.length>0&&(0==t.curOneCateIndex||2==t.curOneCateIndex))?i("u-grid",{attrs:{col:1,_i:24}},t._l(t._$s(25,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(25,"f",{forIndex:a,key:e.id}),attrs:{_i:"25-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("26-"+o,"c",["titleItem"]),attrs:{_i:"26-"+o}},[t._v(t._$s("26-"+o,"t0-0",t._s(e.name)))])])})),1):t._e(),t._$s(27,"i",t.titleList.length>0&&3==t.curOneCateIndex)?i("u-grid",{attrs:{col:1,_i:27}},t._l(t._$s(28,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(28,"f",{forIndex:a,key:e.id}),attrs:{_i:"28-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("29-"+o,"c",["titleItem"]),attrs:{_i:"29-"+o}},[t._v(t._$s("29-"+o,"t0-0",t._s(e.title)))])])})),1):t._e(),t._$s(30,"i",t.titleList.length>0&&1==t.curOneCateIndex)?i("view",{attrs:{_i:30}},t._l(t._$s(31,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("view",{key:t._$s(31,"f",{forIndex:a,key:e.id}),attrs:{_i:"31-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",[t._$s("33-"+o,"i",e.imageslist&&0==e.imageslist.length)?i("img",{staticClass:t._$s("33-"+o,"sc","chImage"),attrs:{_i:"33-"+o}}):i("img",{staticClass:t._$s("34-"+o,"sc","chImage"),attrs:{src:t._$s("34-"+o,"a-src",e.imageslist&&e.imageslist[0]),_i:"34-"+o}})]),i("view",{class:t._$s("35-"+o,"c",["titleItem"]),attrs:{_i:"35-"+o}},[t._v(t._$s("35-"+o,"t0-0",t._s(e.name)))])])})),0):t._e(),t._$s(36,"i",0==t.titleList.length)?i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e\u54e6~",_i:36}}):t._e()],1)])]),i("z-navigation",{attrs:{_i:37}})],1)},o=[]},"34af":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("d9ec")),r=n(i("f524")),s=n(i("3131")),c=i("47a2");function u(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;ethis.playlist.length-1&&(this.playIndex=0),n=this.playlist[this.playIndex],this.audioMannager.title=n.musicName,this.audioMannager.coverImgUrl=n.musicAlbumURl,this.audioMannager.src=n.musicPath,this.playOrPause(!0);case 11:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}(),createNotification:function(){var t=this;return new Promise((function(e,i){t.musicNotification.createNotification((function(){t.isCreateNotification=!0,e()}))}))},playOrPause:function(t){this.playing="boolean"===typeof t?t:!this.playing,this.musicNotification.playOrPause(this.playing),this.musicNotification.setPosition(1e3*this.audioMannager.currentTime),this.playing?this.audioMannager.play():this.audioMannager.pause()},lockActivity:function(){var t=this;this.checkOverlayDisplayPermission()?(this.musicNotification.openLockActivity(!this.isLockActivity),this.isLockActivity=!this.isLockActivity):this.showLockActivityModal((function(){return t.lockActivity()}))},showLockActivityModal:function(t){var e=this;uni.showModal({content:"\u8be5\u529f\u80fd\u9700\u8981\u5f00\u542f\u60ac\u6d6e\u7a97\u6743\u9650",success:function(i){var n=i.confirm;n&&(plus.globalEvent.addEventListener("openLockActivity",(function(e){var i=e.type;i&&t(),plus.globalEvent.removeEventListener("openLockActivity")})),e.musicNotification.openOverlaySetting())}})},switchNotification:function(){this.systemNotification=!this.systemNotification,this.musicNotification.switchNotification(this.systemNotification)},logout:function(){this.isCreateNotification=!1,t("log","logout"," at pages/listen/bgMusix.vue:335"),this.musicNotification.cancel(),this.audioMannager.stop()}}};e.default=r}).call(this,i("0de9")["default"])},"34c78":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=i("26cb"),r=n(i("90be"));function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{playData:{},bookList:[],page:1,contentShow:1}},onLoad:function(){this.getfreeBook()},methods:{setData:function(t){this.contentShow=t,this.getfreeBook()},goToClock:function(e){t("log",e,"val"," at pages/clock/index.vue:62"),1==this.contentShow?this.onPageJump("../clock/clock?bookid="+e.id):uni.navigateTo({url:"../eBook/bookContent?Id="+e.id})},getfreeBook:function(){var e=this;1==this.contentShow?this.$http.post("book/clock/getUserClockBooks",{userId:this.userInfo.id,limit:100,page:1}).then((function(i){0==i.code&&(e.bookList=i.page.records,t("log",e.bookList,"\u6253\u5361\u5217\u8868"," at pages/clock/index.vue:85"))})):this.$http.post("book/clock/getUserClockBestBooks",{userId:this.userInfo.id,limit:100,page:1}).then((function(i){0==i.code&&(e.bookList=i.page.records,t("log",e.bookList,"\u6253\u5361\u5217\u8868"," at pages/clock/index.vue:99"))}))},onPageJump:function(t){uni.navigateTo({url:t})}},computed:function(t){for(var e=1;e\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u3002

\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\uff0c\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5

',directoryList:[],currentPage:0,innerHeight:0,preChapter:{ready:!1,chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},curChapter:{chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},nextChapter:{ready:!1,chapterIndex:"",chapterName:"",text:"",totalPage:"",canRead:!0},tmpChapter:{text:"",canRead:!0},cover:{pageTranslate:["","",""]},prePage:{ready:!1,chapterName:"",text:"",pageNum:"",totalPage:1,pageTranslate:["","",""],canRead:!0},curPage:{ready:!1,chapterName:"",text:"",pageNum:1,totalPage:1,pageTranslate:["","",""],canRead:!0},nextPage:{ready:!1,chapterName:"",text:"",pageNum:"",totalPage:"",pageTranslate:["","",""],canRead:!0},next:!1,pre:!1,waitForNext:!1,waitForPre:!1,waitForNextChapter:!1,waitForPreChapter:!1,showAnimation:!1,showShadow:!1,windowWidth:0,windowHeight:0,contentHeight:0,platform:"",batteryState:"",batteryLevel:100,systemTime:"",systemTimeStr:"",statusBarHeight:0,pixelRatio:"",touchStartX:0,touchX:0,delta:0,touchStartY:0,touchY:0,menuShow:!1,itemShow:!1,settingShow:!1,directoryShow:!1,directoryShowBefore:!1,turnPageTime:.5,maxFontSize:30,minFontSize:14,turnType:0,fontSize:"",simplified:"",lineHeight:"",background:"",colorList:["#000","#666"],chapterProgress:0,progressTouched:!1}},onLoad:function(){this.getSystemInfo()},onUnload:function(){plus.navigator.setFullscreen(!1),this.setStorage()},onHide:function(){this.setStorage()},mounted:function(){this.initPage()},computed:{progress:function(){return 1===this.curChapter.totalPage?0:this.currentPage/(this.curChapter.totalPage-1)}},methods:{setStorage:function(){var t=this,e=uni.getStorageSync("history");"object"!==(0,r.default)(e)&&(e=[]);var i=!1;e.forEach((function(e){e.bookId===t.bookId&&(i=!0,e.chapterIndex=t.curChapter.chapterIndex,e.progress=t.progress)})),i||e.push({bookId:this.bookId,chapterIndex:this.curChapter.chapterIndex,progress:this.progress}),uni.setStorageSync("history",e)},back:function(){uni.navigateBack()},getSystemInfo:function(){var t=this,e=uni.getSystemInfoSync(),i=e.windowWidth,n=e.windowHeight,a=e.statusBarHeight,o=e.platform,s=e.pixelRatio;this.statusBarHeight=a,this.windowWidth=i,this.windowHeight=n,this.pixelRatio=s,this.platform=o,plus.navigator.setFullscreen(!0);var c=this.$mp.page.$getAppWebview();if(c.setStyle({popGesture:"none"}),"ios"===this.platform){var l=plus.ios.import("UIDevice"),d=l.currentDevice();d.isBatteryMonitoringEnabled()||d.setBatteryMonitoringEnabled(!0),setInterval((function(){t.batteryState=d.batteryState(),t.batteryLevel=100*d.batteryLevel()}),1e3)}else{var f=plus.android.runtimeMainActivity(),p=plus.android.importClass("android.content.Intent"),h=plus.android.implements("io.dcloud.feature.internal.reflect.BroadcastReceiver",{onReceive:function(e,i){var n=i.getAction();n==p.ACTION_BATTERY_CHANGED&&(t.batteryState=i.getIntExtra("status",0),t.batteryLevel=i.getIntExtra("level",0))}}),y=plus.android.importClass("android.content.IntentFilter"),g=new y(p.ACTION_BATTERY_CHANGED);f.registerReceiver(h,g)}var m=new Date;this.systemTime=Date.parse(m),this.systemTimeStr=(0,u.dateToStr)(this.systemTime),setInterval((function(){t.systemTime+=6e4,t.systemTimeStr=(0,u.dateToStr)(t.systemTime)}),6e4),this.fontSize=uni.getStorageSync("fontSize"),"number"!==typeof this.fontSize&&(this.fontSize=16),this.simplified=uni.getStorageSync("simplified"),"number"!==typeof this.simplified&&(this.simplified=1),this.lineHeight=uni.getStorageSync("lineHeight"),"number"!==typeof this.lineHeight&&(this.lineHeight=1.5),this.background=uni.getStorageSync("background"),"number"!==typeof this.background&&(this.background=1),this.turnType=uni.getStorageSync("turnType"),"number"!==typeof this.turnType&&(this.turnType=0);var _=uni.getStorageSync("history");"object"!==(0,r.default)(_)&&(_=[]),_.forEach((function(e){e.bookId===t.bookId&&(t.history=e)}))},initPage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),t.cover.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],e.next=4,t.calcHeight();case 4:return e.next=6,t.getDirectoryList();case 6:return(t.history.chapterIndex>t.directoryList.length-1||!t.history.chapterIndex)&&(t.history.chapterIndex=0),e.next=9,t.getThreeChapter(t.history.chapterIndex);case 9:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.goToPage(i),uni.hideLoading();case 12:case"end":return e.stop()}}),e)})))()},calcHeight:function(){var t=this;if(!this.contentHeight)return new Promise((function(e,i){t.$nextTick((function(){var i=uni.createSelectorQuery().in(t);i.select("#content").boundingClientRect((function(i){var n=i.height;t.contentHeight=n;var a=t.fontSize*t.lineHeight;a=Math.floor(a*t.pixelRatio)/t.pixelRatio;var o=Math.floor((n+Math.floor((a-t.fontSize)/2))/a);t.innerHeight=o*a,e()})).exec()}))}));var e=this.fontSize*this.lineHeight;e=Math.floor(e*this.pixelRatio)/this.pixelRatio;var i=Math.floor((this.contentHeight+Math.floor((e-this.fontSize)/2))/e);this.innerHeight=i*e},calcCurChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#curChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.curChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.curChapter.ready=!0,e()})).exec()}),100)}))},calcPreChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#preChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.preChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.preChapter.ready=!0,t.waitForPre&&(uni.hideLoading(),t.waitForPre=!1,t.goPrePage()),t.waitForPreChapter&&(uni.hideLoading(),t.waitForPreChapter=!1,t.goPreChapter()),e()})).exec()}),100)}))},calcNextChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#nextChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.nextChapter.totalPage=Math.ceil(n/t.innerHeight)||1,t.nextChapter.ready=!0,t.waitForNext&&(uni.hideLoading(),t.waitForNext=!1,t.goNextPage()),t.waitForNextChapter&&(uni.hideLoading(),t.waitForNextChapter=!1,t.goNextChapter()),e()})).exec()}),100)}))},coverTouchStart:function(t){this.showAnimation=!1,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY},coverTouchMove:function(t){this.showShadow=!0;var e=0;0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&(e>0&&(e=0),this.cover.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]),!this.pre&&!this.next&&e<0&&(this.next=!0,this.cover.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px,)")]),this.pre||!this.pre&&!this.next&&e>0&&(this.pre=!0,uni.showToast({title:"\u5df2\u7ecf\u662f\u7b2c\u4e00\u9875\u4e86",icon:"none"}))},coverTouchEnd:function(t){this.showAnimation=!0,this.showShadow=!1;var e=0;e=0===this.turnType||1===this.turnType?t.changedTouches[0].clientX-this.touchStartX:t.changedTouches[0].clientY-this.touchStartY,0===e?t.changedTouches[0].clientXthis.windowWidth/3*2?(this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"]):t.changedTouches[0].clientX<=this.windowWidth/3*2&&t.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?(this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"]):this.next&&this.delta>0&&(this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]),this.next=!1,this.pre=!1},coverTouchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.next=!1,this.pre=!1},touchStart:function(t){this.showAnimation=!1,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY},touchMove:function(t){this.showShadow=!0;var e=0;if(0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&this.nextPage.ready){if(this.nextPage.isEnd)return;e>0&&(e=0),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]}!this.pre&&!this.next&&e<0&&(this.next=!0,this.nextPage.ready?this.nextPage.isEnd?uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"}):(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.nextChapter.ready&&(this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.pre&&this.prePage.ready&&(e<0&&(e=0),this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),!this.pre&&!this.next&&e>0&&(this.pre=!0,this.prePage.ready?this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.preChapter.ready&&(this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]))},touchEnd:function(t){this.showAnimation=!0,this.showShadow=!1;var e=0;e=0===this.turnType||1===this.turnType?t.changedTouches[0].clientX-this.touchStartX:t.changedTouches[0].clientY-this.touchStartY,e<.8&&e>-.8?t.changedTouches[0].clientXthis.windowWidth/3*2?this.goNextPage():t.changedTouches[0].clientX<=this.windowWidth/3*2&&t.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?this.goNextPage():this.next&&this.delta>0?(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]):this.pre&&this.delta>=0?this.goPrePage():this.pre&&this.delta<0&&(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]),this.next=!1,this.pre=!1},touchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.next=!1,this.pre=!1},showMenu:function(){var t=this;plus.navigator.setFullscreen(!1),this.menuShow=!0,setTimeout((function(){t.itemShow=!0}),100)},closeMenu:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.settingShow=!1,this.directoryShow=!1,setTimeout((function(){t.directoryShowBefore=!1,t.menuShow=!1}),300)},openSetting:function(){var t=this;this.itemShow=!1,setTimeout((function(){t.settingShow=!0}),300)},openDirectory:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.directoryShowBefore=!0,setTimeout((function(){t.directoryShow=!0}),300)},slideChanging:function(t){this.progressTouched=!0,this.chapterProgress=t.detail.value},slideChange:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.chapterProgress=t.detail.value,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=4,e.getThreeChapter(t.detail.value);case 4:e.progressTouched=!1,e.goToPage(0),uni.hideLoading();case 7:case"end":return i.stop()}}),i)})))()},goPrePage:function(){var t=this;if(this.prePage.isCover)return this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],void(this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]);if(!this.prePage.ready&&!this.preChapter.ready)return this.waitForPre=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0",mask:!0});var e=!1;this.currentPage-=1,-1===this.currentPage&&(e=!0,this.currentPage=this.preChapter.totalPage-1,this.chapterRotate("pre"));var i=[].concat(this.curPage.pageTranslate),n=[].concat(this.prePage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=n,this.nextPage.pageTranslate=i,setTimeout((function(){e&&uni.showToast({title:t.curChapter.chapterName,icon:"none"}),t.showAnimation=!0,t.prePage.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],t.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],t.nextPage.pageTranslate=["(0,0)","(".concat(t.windowWidth,"px,0)"),"(0,".concat(t.windowHeight,"px)")]}),50)},goNextPage:function(){var t=this;if(this.nextPage.isEnd)uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"});else{if(!this.nextPage.ready&&!this.nextChapter.ready)return this.waitForNext=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0b\u4e00\u7ae0",mask:!0});this.currentPage+=1;var e=!1;this.currentPage===this.curChapter.totalPage&&(e=!0,this.currentPage=0,this.chapterRotate("next"));var i=[].concat(this.curPage.pageTranslate),n=[].concat(this.nextPage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=i,this.curPage.pageTranslate=n,this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],setTimeout((function(){e&&uni.showToast({title:t.curChapter.chapterName,icon:"none"}),t.showAnimation=!0,t.prePage.pageTranslate=["(".concat(-t.windowWidth,"px,0)"),"(".concat(-t.windowWidth,"px,0)"),"(0,".concat(-t.windowHeight,"px)")],t.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],t.nextPage.pageTranslate=["(0,0)","(".concat(t.windowWidth,"px,0)"),"(0,".concat(t.windowHeight,"px)")]}),50)}},chapterRotate:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if("next"!==t){i.next=13;break}if(e.preChapter=Object.assign({},e.curChapter),e.curChapter=Object.assign({},e.nextChapter),e.curChapter.chapterIndex===e.directoryList.length-1){i.next=12;break}return e.nextChapter={ready:!1,chapterIndex:e.curChapter.chapterIndex+1,chapterName:e.directoryList[e.curChapter.chapterIndex+1].name},i.next=7,e.getOneChapter(e.directoryList[e.curChapter.chapterIndex+1].chapterId);case 7:e.$set(e.nextChapter,"text",e.tmpChapter.text),e.$set(e.nextChapter,"canRead",e.tmpChapter.canRead),e.calcNextChapter(),i.next=13;break;case 12:e.nextChapter={ready:!0,isEnd:!0};case 13:if("pre"!==t){i.next=26;break}if(e.nextChapter=Object.assign({},e.curChapter),e.curChapter=Object.assign({},e.preChapter),0===e.curChapter.chapterIndex){i.next=25;break}return e.preChapter={ready:!1,chapterIndex:e.curChapter.chapterIndex-1,chapterName:e.directoryList[e.curChapter.chapterIndex-1].name},i.next=20,e.getOneChapter(e.directoryList[e.curChapter.chapterIndex-1].chapterId);case 20:e.$set(e.preChapter,"text",e.tmpChapter.text),e.$set(e.preChapter,"canRead",e.tmpChapter.canRead),e.calcPreChapter(),i.next=26;break;case 25:e.preChapter={ready:!0,isCover:!0};case 26:case"end":return i.stop()}}),i)})))()},goNextChapter:function(){this.curChapter.chapterIndex!==this.directoryList.length-1?this.waitForNext||this.waitForPre||(this.nextChapter.ready?(this.chapterRotate("next"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0b\u4e00\u7ae0"}),this.waitForNextChapter=!0)):uni.showToast({title:"\u5df2\u7ecf\u662f\u6700\u540e\u4e00\u7ae0\u4e86",icon:"none"})},goPreChapter:function(t){0!==this.curChapter.chapterIndex?this.waitForNext||this.waitForPre||(this.preChapter.ready?(this.chapterRotate("pre"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0"}),this.waitForPreChapter=!0)):uni.showToast({title:"\u8fd9\u662f\u7b2c\u4e00\u7ae0",icon:"none"})},goToPage:function(t){this.currentPage=t,this.showAnimation=!1,this.curPage={ready:this.curChapter.ready,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(0,0)","(0,0)"],canRead:this.curChapter.canRead},0===this.currentPage?this.preChapter.ready&&this.preChapter.isCover?this.prePage={ready:!0,isCover:!0,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]}:this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead}:this.prePage={ready:!0,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage-1,totalPage:this.curChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.curChapter.canRead},this.currentPage>=this.curChapter.totalPage-1?this.nextChapter.ready&&this.nextChapter.isEnd?this.nextPage={ready:!0,isEnd:!0,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]}:this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead}:this.nextPage={ready:!0,chapterName:this.curChapter.chapterName,text:this.curChapter.text,pageNum:this.currentPage+1,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.curChapter.canRead}},goToChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.progressTouched=!1,e.closeMenu(),uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=5,e.getThreeChapter(t);case 5:e.goToPage(0),uni.hideLoading();case 7:case"end":return i.stop()}}),i)})))()},bigSize:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize+=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),e.next=6,t.calcCurChapter();case 6:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=12;break}return t.preChapter.ready=!1,e.next=12,t.calcPreChapter();case 12:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=16;break}return t.nextChapter.ready=!1,e.next=16,t.calcNextChapter();case 16:case"end":return e.stop()}}),e)})))()},smallSize:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize-=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),e.next=6,t.calcCurChapter();case 6:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=12;break}return t.preChapter.ready=!1,e.next=12,t.calcPreChapter();case 12:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=16;break}return t.nextChapter.ready=!1,e.next=16,t.calcNextChapter();case 16:case"end":return e.stop()}}),e)})))()},changeFont:function(t){2===t?(this.preChapter.text=(0,u.traditionalized)(this.preChapter.text),this.curChapter.text=(0,u.traditionalized)(this.curChapter.text),this.nextChapter.text=(0,u.traditionalized)(this.nextChapter.text),this.prePage.text=(0,u.traditionalized)(this.prePage.text),this.curPage.text=(0,u.traditionalized)(this.curPage.text),this.nextPage.text=(0,u.traditionalized)(this.nextPage.text),this.simplified=2,uni.setStorageSync("simplified",2)):(this.preChapter.text=(0,u.simplized)(this.preChapter.text),this.curChapter.text=(0,u.simplized)(this.curChapter.text),this.nextChapter.text=(0,u.simplized)(this.nextChapter.text),this.prePage.text=(0,u.simplized)(this.prePage.text),this.curPage.text=(0,u.simplized)(this.curPage.text),this.nextPage.text=(0,u.simplized)(this.nextPage.text),this.simplified=1,uni.setStorageSync("simplified",1))},changeLineHeight:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n,o;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.progress,t!==e.lineHeight){i.next=5;break}return i.abrupt("return");case 5:return e.lineHeight=t,uni.setStorageSync("lineHeight",e.lineHeight),e.calcHeight(),i.next=10,e.calcCurChapter();case 10:if(o=Math.floor((e.curChapter.totalPage-1)*n),e.goToPage(o),!e.preChapter.ready||e.preChapter.isCover){i.next=16;break}return e.preChapter.ready=!1,i.next=16,e.calcPreChapter();case 16:if(!e.nextChapter.ready||e.nextChapter.isEnd){i.next=20;break}return e.nextChapter.ready=!1,i.next=20,e.calcNextChapter();case 20:case"end":return i.stop()}}),i)})))()},changeTurnType:function(t){t!==this.turnType&&(this.showAnimation=!1,this.turnType=t,uni.setStorageSync("turnType",this.turnType))},changeBackground:function(t){t!==this.background&&(this.background=t,uni.setStorageSync("background",this.background))},getDirectoryList:function(t){var e=this;return t&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),new Promise((function(i,n){setTimeout((function(){t&&uni.hideLoading();for(var n=1;n<=1e3;n++)e.directoryList.push({index:n-1,chapterId:n,name:"\u7b2c".concat(n,"\u7ae0 \u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u6d4b")});i()}),300)})).then((function(){}),(function(){return uni.hideLoading(),new Promise((function(t,i){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var i=(0,o.default)(a.default.mark((function i(n){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(!n.confirm){i.next=6;break}return i.next=3,e.getDirectoryList(!0);case 3:t(),i.next=7;break;case 6:n.cancel&&e.back();case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})}))}))},getOneChapter:function(t,e){var i=this;return e&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),new Promise((function(n,a){setTimeout((function(){e&&uni.hideLoading(),t<500?(i.tmpChapter.text="

".concat(t,"

")+i.text,i.tmpChapter.canRead=!0):(i.tmpChapter.text="",i.tmpChapter.canRead=!1),2===i.simplified&&(i.tmpChapter.text=(0,u.traditionalized)(i.tmpChapter.text)),n()}),300)})).then((function(){}),(function(){return uni.hideLoading(),new Promise((function(e,n){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var n=(0,o.default)(a.default.mark((function n(o){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!o.confirm){n.next=6;break}return n.next=3,i.getOneChapter(t,!0);case 3:e(),n.next=7;break;case 6:o.cancel&&i.back();case 7:case"end":return n.stop()}}),n)})));return function(t){return n.apply(this,arguments)}}()})}))}))},getThreeChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getOneChapter(e.directoryList[t].chapterId);case 2:if(e.curChapter={chapterIndex:t,chapterName:e.directoryList[t].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},0===e.curChapter.chapterIndex){i.next=9;break}return i.next=6,e.getOneChapter(e.directoryList[t-1].chapterId);case 6:e.preChapter={chapterIndex:t-1,chapterName:e.directoryList[t-1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},i.next=10;break;case 9:e.preChapter={ready:!0,isCover:!0};case 10:if(e.curChapter.chapterIndex===e.directoryList.length-1){i.next=16;break}return i.next=13,e.getOneChapter(e.directoryList[t+1].chapterId);case 13:e.nextChapter={chapterIndex:t+1,chapterName:e.directoryList[t+1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},i.next=17;break;case 16:e.nextChapter={ready:!0,isEnd:!0};case 17:return i.next=19,e.calcCurChapter();case 19:return i.next=21,e.calcPreChapter();case 21:return i.next=23,e.calcNextChapter();case 23:case"end":return i.stop()}}),i)})))()},buyBook:function(){uni.showToast({title:"\u8df3\u8f6c\u81f3\u8d2d\u4e70\u9875\u9762\uff0c\u5982\u679c\u672a\u767b\u9646\u5219\u8df3\u8f6c\u767b\u9646",icon:"none"})}}};e.default=l},3597:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uniTag:i("8209").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",[n("z-nav-bar",{attrs:{title:"\u60a6\u8033\u542c\u4e66",_i:2}}),n("view",{staticClass:t._$s(3,"sc","book_neir"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","flexbox info"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","item"),attrs:{_i:5}},[n("view",[t._$s(7,"i",""!=t.bookInfo.images)?n("image",{staticClass:t._$s(7,"sc","bn_img"),attrs:{src:t._$s(7,"a-src",t.bookInfo.images),_i:7}}):n("image",{staticClass:t._$s(8,"sc","bn_img"),attrs:{src:t._$s(8,"a-src",i("f6ce")),_i:8}})])]),n("view",{staticClass:t._$s(9,"sc","item"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","bn_nes"),attrs:{_i:10}},[n("view",[t._v(t._$s(11,"t0-0",t._s(t.bookInfo.name)))]),n("view"),n("view",{staticClass:t._$s(13,"sc","tags"),attrs:{_i:13}},[n("uni-tag",{staticClass:t._$s(14,"sc","tag"),attrs:{inverted:!0,text:"\u4e66\u8bc4",type:"success",_i:14},on:{click:function(e){return t.toMore()}}}),t._$s(15,"i",t.bookInfo.canListen)?n("uni-tag",{staticClass:t._$s(15,"sc","tag"),attrs:{inverted:!0,text:"\u542c\u4e66",type:"primary",_i:15},on:{click:function(e){return t.gotoListen()}}}):t._e(),t._$s(16,"i",1==t.bookInfo.clockIn)?n("uni-tag",{staticClass:t._$s(16,"sc","tag"),attrs:{inverted:!0,text:"\u6253\u5361",type:"warning",_i:16},on:{click:function(e){return t.gotoclock()}}}):t._e(),t._$s(17,"i",1==t.bookInfo.teachIn)?n("uni-tag",{staticClass:t._$s(17,"sc","tag"),attrs:{inverted:!0,text:"\u8bb2\u4e66",type:"error",_i:17},on:{click:function(e){return t.goJiangShu()}}}):t._e()],1)])])]),n("view",{staticClass:t._$s(18,"sc","btns"),attrs:{_i:18}},[t._$s(19,"i",t.isBuy)?n("view",{staticClass:t._$s(19,"sc","home_nar flexbox"),attrs:{_i:19}},[n("view",{staticClass:t._$s(20,"sc","hn_cl_tit yigoumai"),attrs:{_i:20}},[n("image",{attrs:{src:t._$s(21,"a-src",i("fc65")),_i:21}}),n("text")]),n("view",{staticClass:t._$s(23,"sc","hn_cl_tit chaoshi"),attrs:{_i:23},on:{click:t.addMusicList}},[n("image",{attrs:{src:t._$s(24,"a-src",i("1929")),_i:24}}),n("text")])]):n("view",{staticClass:t._$s(26,"sc","home_nar flexbox"),attrs:{_i:26}},[t._$s(27,"i",null!=t.bookInfo.productId)?n("view",{staticClass:t._$s(27,"sc","hn_cl_tit shiting"),attrs:{_i:27},on:{click:t.buyBook}},[n("image",{attrs:{src:t._$s(28,"a-src",i("afb0")),_i:28}}),n("text")]):t._e(),n("view",{staticClass:t._$s(30,"sc","hn_cl_tit chaoshi"),attrs:{_i:30},on:{click:t.addMusicList}},[n("image",{attrs:{src:t._$s(31,"a-src",i("1929")),_i:31}}),n("text")])])])]),t._$s(33,"i",t.libLIst.length>0)?n("view",{staticClass:t._$s(33,"sc","playList"),attrs:{_i:33}},t._l(t._$s(34,"f",{forItems:t.libLIst}),(function(e,i,a,o){return n("view",{key:t._$s(34,"f",{forIndex:a,key:i}),staticClass:t._$s("34-"+o,"sc","item"),attrs:{_i:"34-"+o}},[n("view",[n("view",{class:t._$s("36-"+o,"c",["flexbox",t.userInfo.playingInfo.bookId==e.bookId&&t.userInfo.playingInfo.id==e.id?"playing":""]),attrs:{_i:"36-"+o},on:{click:function(n){return t.listenOne(e,i)}}},[n("span",{class:t._$s("37-"+o,"c",["graytitle","muluspan"]),attrs:{_i:"37-"+o}},[t._v(t._$s("37-"+o,"t0-0",t._s(e.chapter)))]),n("view",[t._$s("39-"+o,"i",1==e.isFree)?n("uni-tag",{staticClass:t._$s("39-"+o,"sc","tag"),attrs:{size:"small",inverted:!0,text:"\u8bd5\u542c",type:"success",_i:"39-"+o}}):t._e()],1)])])])})),0):n("u-divider",{attrs:{text:"\u6682\u65e0\u542c\u4e66\u76ee\u5f55",_i:40}}),n("music-play",{attrs:{playData:t.playData,_i:41}})],1)])},o=[]},"35b9":function(t,e,i){"use strict";i.r(e);var n=i("5322"),a=i("a5d3");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"43c12088",null,!1,n["a"],void 0);e["default"]=s.exports},"35ed":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("a34a")),o=n(i("c973")),r=n(i("9523")),s=n(i("4bab")),c=i("26cb");function u(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e-1){var n=l(l({},this.readHistorys[i]),{},{index:this.curPage.chapterIndex,progress:e||0,readChapter:this.chapterData[this.curPage.chapterIndex].title,readHistory:!0});this.updateReadHistory(n)}},methods:l(l(l({},(0,c.mapMutations)(["set_setting"])),(0,c.mapActions)(["updateReadHistory"])),{},{initPage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return uni.hideLoading(),uni.showLoading({mask:!0,title:"\u7ae0\u8282\u51c6\u5907\u4e2d"}),t.getChapterInfo(),e.next=5,t.getChapterList();case 5:return e.next=7,t.getThreeChapter(t.history.chapterIndex);case 7:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.goToPage(i),uni.hideLoading();case 10:case"end":return e.stop()}}),e)})))()},getChapterInfo:function(){var t=this,e=this.readHistorys.filter((function(e){return e._id===t.id}));e&&e.length&&(this.history={chapterIndex:e[0].index,progress:e[0].progress})},getSystemInfo:function(){var t=uni.getSystemInfoSync();this.windowWidth=t.windowWidth,this.windowHeight=t.windowHeight,this.statusBarHeight=t.statusBarHeight},setPageInfo:function(){this.contentHeight=this.windowHeight-30-30-10-this.statusBarHeight;var t=this.setting;this.turnType=t.hasOwnProperty("turnType")?t.turnType:this.turnType,this.fontSize=t.hasOwnProperty("fontSize")?t.fontSize:this.fontSize,this.simplified=t.hasOwnProperty("simplified")?t.simplified:this.simplified,this.lineHeight=t.hasOwnProperty("lineHeight")?t.lineHeight:this.lineHeight,this.isDark=t.hasOwnProperty("isDark")?t.isDark:this.isDark,this.colorType=t.hasOwnProperty("colorType")?t.colorType:this.colorType,this.$nextTick((function(){this.$refs.contentSetting.changeBackground(this.colorType,this.isDark)}))},getChapterList:function(){var t=this;return(0,o.default)(a.default.mark((function e(){var i;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$store.dispatch("getChapterList",t.id);case 2:i=e.sent,i&&(t.chapterData=i);case 4:case"end":return e.stop()}}),e)})))()},getBookContent:function(t,e){var i=this;return(0,o.default)(a.default.mark((function n(){var o,r;return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return o=i.chapterData[t],n.next=3,i.$store.dispatch("getBookContent",o);case 3:if(r=n.sent,!r){n.next=8;break}return i[e]={chapterIndex:t,chapterName:i.chapterData[t].title,content:r},n.next=8,i.calcChapter(e);case 8:case"end":return n.stop()}}),n)})))()},calcChapter:function(t){var e=this,i=this;return new Promise((function(n,a){var o=uni.createSelectorQuery().in(e);e.$nextTick((function(){o.select("#".concat(t," .book-inner")).boundingClientRect((function(e){if(e.height){var a=Math.ceil(e.height/i.innerHeight);i[t].totalPage=a||1,i[t].ready=!0,n(!0)}else n(!1)})).exec()}))}))},getThreeChapter:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getBookContent(t,"curChapter");case 2:if(!(t>0)){i.next=7;break}return i.next=5,e.getBookContent(t-1,"preChapter");case 5:i.next=8;break;case 7:e.preChapter={ready:!0,isOver:!0};case 8:if(!(t=this.curChapter.totalPage-1&&this.nextChapter.isOver?this.nextPage=l({ready:!0,isOver:!0},a):t>=this.curChapter.totalPage-1&&!this.nextChapter.isOver?this.nextPage=l(l({},this.nextChapter),{},{pageNum:0},a):this.nextPage=l(l({},this.curPage),{},{pageNum:t+1},a)},chapterRotate:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:uni.showLoading({mask:!0,title:"\u7ae0\u8282\u51c6\u5907\u4e2d"}),n=0,i.t0=t,i.next="pre"===i.t0?5:"next"===i.t0?15:25;break;case 5:if(e.nextChapter=JSON.parse(JSON.stringify(e.curChapter)),e.curChapter=JSON.parse(JSON.stringify(e.preChapter)),n=e.curChapter.chapterIndex,!(n>0)){i.next=13;break}return i.next=11,e.getBookContent(n-1,"preChapter");case 11:i.next=14;break;case 13:e.preChapter={ready:!0,isOver:!0};case 14:return i.abrupt("break",25);case 15:if(e.preChapter=JSON.parse(JSON.stringify(e.curChapter)),e.curChapter=JSON.parse(JSON.stringify(e.nextChapter)),n=e.curChapter.chapterIndex,!(n0?"prePage":"nextPage";if(this[r].ready&&this[r].isOver)return this.deltaX=0,void(this.deltaY=0);this.deltaX=e,this.deltaY=i;var s=this.over;if(this.turnDirect<0){if(2===this.turnType){var c=Math.abs(i),u=i/c,l=n+e-(1===u?c:0),d=n+e-(1===u?0:c);if(l<=0||d<=0)return;var f=180*Math.atan2(.5*a,c)/Math.PI;f=(90-f).toFixed(0);var p=1-(l+d)/(2*n);p=p<.4?.4:p,this.curPage.clipPath="polygon(0px 0px, ".concat(l,"px 0px, ").concat(d,"px ").concat(a,"px, 0px ").concat(a,"px)"),this.curPage.bgStyle={filter:"drop-shadow(0px 0px ".concat(40*p,"px rgba(0, 0, 0, 0.8))"),transform:"rotateY(180deg) rotateZ(".concat(f*u,"deg)"),transformOrigin:"".concat(n+e-.5*c,"px 50%"),display:"block"},this.curPage.subBgStyle={clipPath:"polygon(".concat(l,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(a+s,"px, ").concat(d,"px ").concat(a+s,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}this.curPage.pageTransform=["translate(".concat(e,"px,0)"),"translate(".concat(e,"px,0)"),"translate(0,0)","translate(0,".concat(i,"px)")],this.nextPage.pageTransform=["translate(0,0)","translate(".concat(n+e,"px,0)"),"translate(0,0)","translate(0,0)"]}else{if(2===this.turnType){var h=t.clientX;if(h<=0)return;var y=1-h/n;y=y<.4?.4:y,this.prePage.clipPath="polygon(0px 0px, ".concat(h,"px 0px, ").concat(h,"px ").concat(a,"px, 0px ").concat(a,"px)"),this.prePage.bgStyle={filter:"drop-shadow(0px 0px ".concat(40*y,"px rgba(0, 0, 0, 0.8))"),transform:"rotateY(180deg) rotateZ(0deg)",transformOrigin:"".concat(h,"px 50%"),display:"block"},this.prePage.subBgStyle={clipPath:"polygon(".concat(h,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(-s,"px, ").concat(n+s,"px ").concat(a+s,"px, ").concat(h,"px ").concat(a+s,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}this.prePage.pageTransform=["translate(".concat(-n+e,"px,0)"),"translate(".concat(-n+e,"px,0)"),"translate(0,0)","translate(0,".concat(-a+i,"px)")],this.curPage.pageTransform=["translate(0,0)","translate(".concat(e,"px,0)"),"translate(0,0)","translate(0,0)"]}}},touchEnd:function(t){var e=this;return(0,o.default)(a.default.mark((function i(){var n,o,r,s,c;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.windowWidth,e.windowHeight,o=e.getTouche(e.touchStartX,e.touchStartY),r=e.getTouche(t.clientX,t.clientY),s=r-o,!(Math.abs(s)<.8)){i.next=9;break}t.clientXn/3*2?(e.showAnimation=!0,e.showShadow=!1,e.goNextPage(e.curPage.pageNum+1)):0===e.turnDirect&&e.showMenu(),i.next=15;break;case 9:if(c=s/Math.abs(s),!(Math.abs(s)0&&void 0!==arguments[0]?arguments[0]:"next",i=this.over;this.turnDirect=0,this.showAnimation=!0,this.showShadow=!1;var n=this.windowWidth,a=this.windowHeight;if(this.prePage.pageTransform=["translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(".concat("next"===e?0:-n,"px,0)"),"translate(0,".concat(-a,"px)")],this.curPage.pageTransform=["translate(0,0)","translate(0,0)","translate(0,0)","translate(0,0)"],this.nextPage.pageTransform=["translate(0,0)","translate(".concat(n,"px,0)"),"translate(0,0)","translate(0,0)"],2===this.turnType){var o="next"===e?0:n,r="next"===e?"prePage":"curPage";this[r].clipPath="polygon(0px 0px, ".concat(o,"px 0px, ").concat(o,"px ").concat(a,"px, 0px ").concat(a,"px)"),this[r].bgStyle={transform:"rotateY(180deg) rotateZ(0deg)",transformOrigin:"".concat(o,"px 50%"),display:"block"},this[r].subBgStyle={clipPath:"polygon(".concat(o,"px ").concat(-i,"px, ").concat(n+i,"px ").concat(-i,"px, ").concat(n+i,"px ").concat(a+i,"px, ").concat(o,"px ").concat(a+i,"px)"),boxShadow:"inset -10px 0 20px 0px rgba(0,0,0,0.1)"}}setTimeout((function(){t.prePage.pageTransform=["translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(".concat(-n,"px,0)"),"translate(0,".concat(-a,"px)")]}),100)},getTouche:function(t,e){var i=0;switch(this.turnType){case 0:i=t;break;case 1:i=t;break;case 2:i=t;break;case 3:i=e;break}return i},showMenu:function(){this.$refs.curChapter.setFullscreen(!1),this.$refs.contentSetting.show()},hideMenu:function(){this.$refs.curChapter.setFullscreen(!0)},updateProps:function(t){var e=this;t.forEach((function(t){e[t[0]]=t[1],(2===t.length||t.length>2&&!t[2])&&e.updateSetting(t[0])}))},updatePage:function(){var t=this;return(0,o.default)(a.default.mark((function e(){return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.calcChapter("preChapter");case 2:return e.next=4,t.calcChapter("curChapter");case 4:return e.next=6,t.calcChapter("nextChapter");case 6:t.goToPage(t.curPage.pageNum);case 7:case"end":return e.stop()}}),e)})))()},updateSetting:function(t){var e=Object.assign({},this.setting||{});e[t]=this[t],this.set_setting(e)},updateCatalog:function(t){var e=this,i=this.readHistorys.findIndex((function(t){return t._id=e.id}));if(i>-1){var n=l(l({},this.readHistorys[i]),{},{index:t,progress:0,readChapter:this.chapterData[t].title});this.updateReadHistory(n)}this.initPage()},moreHandle:function(){uni.redirectTo({url:"/pages/public/bookDetail?id="+this.id})},listenHandle:function(){this.$refs.audioPlay.show()},getAudioPlayShow:function(t){this.show=t}})};e.default=d},"35f9":function(t,e,i){"use strict";i.r(e);var n=i("7169"),a=i("d395");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"3d6fdf72",null,!1,n["a"],void 0);e["default"]=s.exports},3604:function(t,e,i){"use strict";i.r(e);var n=i("f708"),a=i("df5d");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},3607:function(t,e,i){"use strict";var n=i("4ea4"),a=(n(i("41a9")),n(i("65fd")),new Date);a.hourNumber=a.getHours(),a.minuteNumber=a.getMinutes();t.exports={nowHour:a}},"36c6":function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},3778:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={empty:{icon:"",text:"",textColor:"#c0c4cc",textSize:14,iconColor:"#c0c4cc",iconSize:90,mode:"data",width:160,height:160,show:!0,marginTop:0}}},"37a5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={checkboxGroup:{name:"",value:function(){return[]},shape:"square",disabled:!1,activeColor:"#2979ff",inactiveColor:"#c8c9cc",size:18,placement:"row",labelSize:14,labelColor:"#303133",labelDisabled:!1,iconColor:"#ffffff",iconSize:12,iconPlacement:"left",borderBottom:!1}}},"37dc":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.LOCALE_ZH_HANT=e.LOCALE_ZH_HANS=e.LOCALE_FR=e.LOCALE_ES=e.LOCALE_EN=e.I18n=e.Formatter=void 0,e.compileI18nJsonStr=function(t,e){var i=e.locale,n=e.locales,a=e.delimiters;if(!x(t,a))return t;w||(w=new l);var o=[];Object.keys(n).forEach((function(t){t!==i&&o.push({locale:t,values:n[t]})})),o.unshift({locale:i,values:n[i]});try{return JSON.stringify($(JSON.parse(t),o,a),null,2)}catch(r){}return t},e.hasI18nJson=function t(e,i){w||(w=new l);return D(e,(function(e,n){var a=e[n];return C(a)?!!x(a,i)||void 0:t(a,i)}))},e.initVueI18n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var a=[e,t];t=a[0],e=a[1]}"string"!==typeof t&&(t=b());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var o=new v({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return o.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,I(n,o))),o.t(t,e)}}return r(t,e)};return{i18n:o,f:function(t,e,i){return o.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return o.add(t,e,i)},watch:function(t){return o.watchLocale(t)},getLocale:function(){return o.getLocale()},setLocale:function(t){return o.setLocale(t)}}},e.isI18nStr=x,e.isString=void 0,e.normalizeLocale=_,e.parseI18nJson=function t(e,i,n){w||(w=new l);return D(e,(function(e,a){var o=e[a];C(o)?x(o,n)&&(e[a]=k(o,i,n)):t(o,i,n)})),e},e.resolveLocale=function(t){return function(e){return e?(e=_(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var a=n(i("278c")),o=n(i("970b")),r=n(i("5bc3")),s=n(i("7037")),c=function(t){return null!==t&&"object"===(0,s.default)(t)},u=["{","}"],l=function(){function t(){(0,o.default)(this,t),this._caches=Object.create(null)}return(0,r.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),h(n,e)}}]),t}();e.Formatter=l;var d=/^(?:\d)+/,f=/^(?:\w)+/;function p(t,e){var i=(0,a.default)(e,2),n=i[0],o=i[1],r=[],s=0,c="";while(s-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var v=function(){function t(e){var i=e.locale,n=e.fallbackLocale,a=e.messages,r=e.watcher,s=e.formater;(0,o.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=s||m,this.messages=a||{},this.setLocale(i||"en"),r&&this.watchLocale(r)}return(0,r.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=_(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){g(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=_(e,this.messages),e&&(n=this.messages[e])):i=e,g(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function I(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function b(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}e.I18n=v;var w,C=function(t){return"string"===typeof t};function x(t,e){return t.indexOf(e[0])>-1}function k(t,e,i){return w.interpolate(t,e,i).join("")}function $(t,e,i){return D(t,(function(t,n){(function(t,e,i,n){var a=t[e];if(C(a)){if(x(a,n)&&(t[e]=k(a,i[0].values,n),i.length>1)){var o=t[e+"Locales"]={};i.forEach((function(t){o[t.locale]=k(a,t.values,n)}))}}else $(a,i,n)})(t,n,e,i)})),t}function D(t,e){if(Array.isArray(t)){for(var i=0;iNumber(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}}}};e.default=o},"3bd3":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o={data:function(){return{playData:{},oneLevel:[]}},onLoad:function(t){var e=this;this.$http.post("book/shopcategory/getOneLevel").then((function(t){var i=[];for(var n in t.list)i.push({icon:"../../static/icon/shop_bar_"+(Number(n)+Number(1))+".png",name:t.list[n].name,catId:t.list[n].catId});e.oneLevel=i}))},components:{musicPlay:a.default},methods:{getTowLevel:function(t){uni.navigateTo({url:"./classify?type=".concat(t)})}}};e.default=o},"3c89":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("z-nav-bar",{attrs:{title:"\u5168\u90e8\u5206\u7c7b",_i:1}}),i("view",{staticClass:t._$s(2,"sc","oneLevel"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.oneLevel}),(function(e,n,a,o){return i("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+o}),staticClass:t._$s("3-"+o,"sc","oneItem"),attrs:{_i:"3-"+o},on:{click:function(e){return t.getTowLevel(n)}}},[i("image",{attrs:{src:t._$s("4-"+o,"a-src",e.icon),_i:"4-"+o}}),i("text",[t._v(t._$s("5-"+o,"t0-0",t._s(e.name)))])])})),0),i("music-play",{attrs:{playData:t.playData,_i:6}})],1)},o=[]},"3c96":function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"3cdc":function(t,e,i){"use strict";i.r(e);var n=i("c62c"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"3d2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-calendar-item__weeks-box"),class:t._$s(0,"c",{"uni-calendar-item--disable":t.weeks.disable,"uni-calendar-item--before-checked-x":t.weeks.beforeMultiple,"uni-calendar-item--multiple":t.weeks.multiple,"uni-calendar-item--after-checked-x":t.weeks.afterMultiple}),attrs:{_i:0},on:{click:function(e){return t.choiceDate(t.weeks)},mouseenter:function(e){return t.handleMousemove(t.weeks)}}},[i("view",{staticClass:t._$s(1,"sc","uni-calendar-item__weeks-box-item"),class:t._$s(1,"c",{"uni-calendar-item--checked":t.calendar.fullDate===t.weeks.fullDate&&(t.calendar.userChecked||!t.checkHover),"uni-calendar-item--checked-range-text":t.checkHover,"uni-calendar-item--before-checked":t.weeks.beforeMultiple,"uni-calendar-item--multiple":t.weeks.multiple,"uni-calendar-item--after-checked":t.weeks.afterMultiple,"uni-calendar-item--disable":t.weeks.disable}),attrs:{_i:1}},[t._$s(2,"i",t.selected&&t.weeks.extraInfo)?i("text",{staticClass:t._$s(2,"sc","uni-calendar-item__weeks-box-circle"),attrs:{_i:2}}):t._e(),i("text",{staticClass:t._$s(3,"sc","uni-calendar-item__weeks-box-text uni-calendar-item__weeks-box-text-disable uni-calendar-item--checked-text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.weeks.date)))])]),i("view",{class:t._$s(4,"c",{"uni-calendar-item--today":t.weeks.isToday}),attrs:{_i:4}})])},a=[]},"3d3c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uSearch:i("416d").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,uBackTop:i("a936").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("z-nav-bar",{attrs:{_i:1}},[i("u-search",{attrs:{clearabled:!0,bgColor:"#fff",borderColor:"#54a966",focus:!0,_i:2},on:{custom:t.souBook,clear:t.clear},model:{value:t._$s(2,"v-model",t.bookScreen.bookName),callback:function(e){t.$set(t.bookScreen,"bookName",e)},expression:"bookScreen.bookName"}})],1),t._$s(3,"i",0==this.show)?i("view",{staticClass:t._$s(3,"sc","sear_ch"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","sear_ch_tit"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","sear_ch_tag"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.historyList}),(function(e,n,a,o){return i("text",{key:t._$s(6,"f",{forIndex:a,key:"6-"+o}),attrs:{_i:"6-"+o},on:{click:function(i){return t.serkeyWord(e)}}},[t._v(t._$s("6-"+o,"t0-0",t._s(e)))])})),0)]):t._e(),t._$s(7,"i",1==this.show)?i("view",{staticClass:t._$s(7,"sc","sear_list"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","flexbox"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.bookList}),(function(e,n,a,o){return i("view",{key:t._$s(9,"f",{forIndex:a,key:"9-"+o}),staticClass:t._$s("9-"+o,"sc","bl_tioa"),attrs:{_i:"9-"+o},on:{click:function(i){return t.onBookJump(e)}}},[i("image",{attrs:{src:t._$s("10-"+o,"a-src",e.productImages),_i:"10-"+o}}),i("view",[i("text",{staticClass:t._$s("12-"+o,"sc","bok_name"),attrs:{_i:"12-"+o}},[t._v(t._$s("12-"+o,"t0-0",t._s(e.productName)))])])])})),0),i("view"),i("view",[t._$s(15,"i",0==t.status)?i("view",[i("u-loading-icon",{attrs:{_i:16}}),i("font",{attrs:{_i:17}},[t._v("")])],1):t._e(),t._$s(18,"i",1==t.status)?i("view",[i("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:19}})],1):t._e()]),i("view",[i("u-back-top",{attrs:{"scroll-top":t.scrollTop,_i:21}})],1)]):t._e(),t._$s(22,"i",1==this.show&&""==this.bookList)?i("view",[i("u-divider",{attrs:{text:"\u6682\u65e0\u6570\u636e",_i:23}})],1):t._e(),i("music-play",{attrs:{playData:t.playData,_i:24}})],1)},o=[]},"3d70":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uRow:i("dd40").default,uCol:i("8df0").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",[n("public-module",{attrs:{_i:1}}),n("z-nav-bar",{attrs:{title:"\u6211\u7684\u542c\u4e66",_i:2}}),n("view",{staticClass:t._$s(3,"sc","home_bg"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","icon_hua_1"),attrs:{_i:4}},[n("image",{attrs:{src:t._$s(5,"a-src",i("1f6b")),_i:5}})])]),n("view",[n("view",{staticClass:t._$s(7,"sc","mytabs flexbox"),attrs:{_i:7}},[n("view",{class:t._$s(8,"c",["item","item1",1==t.contentShow?"active":""]),attrs:{_i:8},on:{click:function(e){return t.setData(1)}}}),n("view",{class:t._$s(9,"c",["item","item2",2==t.contentShow?"active":""]),attrs:{_i:9},on:{click:function(e){return t.setData(2)}}})])]),t._$s(10,"i",t.bookList.length>0||t.tjBookLIst.length>0)?n("view",{staticClass:t._$s(10,"sc","listenList"),attrs:{_i:10}},[t._$s(11,"i",1==t.contentShow)?n("view",{staticClass:t._$s(11,"sc","wrap"),attrs:{_i:11}},[t._$s(12,"i",t.bookList.length>0)?n("view",[n("u-row",{attrs:{gutter:"16",justify:"flex-start",_i:13}},t._l(t._$s(14,"f",{forItems:t.bookList}),(function(e,a,o,r){return n("u-col",{key:t._$s(14,"f",{forIndex:o,key:a}),attrs:{span:"4",_i:"14-"+r}},[n("view",[n("view",{staticClass:t._$s("16-"+r,"sc","videoBox demo-layout bg-purple"),attrs:{_i:"16-"+r},on:{click:function(i){return t.goToListenFree(e)}}},[t._$s("17-"+r,"i",""!=e.images)?n("image",{attrs:{src:t._$s("17-"+r,"a-src",e.images),_i:"17-"+r}}):n("image",{attrs:{src:t._$s("18-"+r,"a-src",i("f6ce")),_i:"18-"+r}})]),n("text",{staticClass:t._$s("19-"+r,"sc","bookName"),attrs:{_i:"19-"+r}},[t._v(t._$s("19-"+r,"t0-0",t._s(e.name)))])])])})),1),n("view",[t._$s(21,"i",0==t.freeStatus)?n("view",[n("u-loading-icon",{attrs:{_i:22}}),n("font",{attrs:{_i:23}},[t._v("")])],1):t._e(),t._$s(24,"i",1==t.freeStatus)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:25}})],1):t._e()])],1):n("u-divider",{attrs:{text:"\u6682\u65e0\u5df2\u8d2d\u4e70\u4e66\u7c4d~",_i:26}})],1):t._e(),t._$s(27,"i",2==t.contentShow)?n("view",{staticClass:t._$s(27,"sc","wrap"),attrs:{_i:27}},[t._$s(28,"i",t.tjBookLIst.length>0)?n("u-row",{attrs:{gutter:"16",justify:"flex-start",_i:28}},[t._l(t._$s(29,"f",{forItems:t.tjBookLIst}),(function(e,a,o,r){return n("u-col",{key:t._$s(29,"f",{forIndex:o,key:a}),attrs:{span:"4",_i:"29-"+r}},[n("view",{staticClass:t._$s("30-"+r,"sc","videoBox demo-layout bg-purple"),attrs:{_i:"30-"+r},on:{click:function(i){return t.goDetail(e)}}},[t._$s("31-"+r,"i",""!=e.images)?n("image",{attrs:{src:t._$s("31-"+r,"a-src",e.images),_i:"31-"+r}}):n("image",{attrs:{src:t._$s("32-"+r,"a-src",i("f6ce")),_i:"32-"+r}})]),n("text",{staticClass:t._$s("33-"+r,"sc","bookName"),attrs:{_i:"33-"+r}},[t._v(t._$s("33-"+r,"t0-0",t._s(e.name)))])])})),n("view",[t._$s(35,"i",0==t.status)?n("view",[n("u-loading-icon",{attrs:{_i:36}}),n("font",{attrs:{_i:37}},[t._v("")])],1):t._e(),t._$s(38,"i",1==t.status)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:39}})],1):t._e()])],2):n("u-divider",{attrs:{text:"\u6682\u65e0\u63a8\u8350\u4e66\u7c4d~",_i:40}})],1):t._e()]):n("u-divider",{attrs:{text:"\u6682\u65e0\u4e66\u7c4d\u6570\u636e~",_i:41}}),n("music-play",{attrs:{playData:t.playData,_i:42}})],1)},o=[]},"3daf":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uSearch:i("416d").default,uDivider:i("381d").default,uGrid:i("c30f").default,uGridItem:i("5d06").default,uModal:i("9fee").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u65b9\u836f\u68c0\u7d22",_i:2}}),i("view",{staticClass:t._$s(3,"sc","contentBox"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","oneCateList flexbox firstTab"),attrs:{_i:4}},t._l(t._$s(5,"f",{forItems:t.firstTabList}),(function(e,n,a,o){return i("text",{key:t._$s(5,"f",{forIndex:a,key:e.firstTabId}),class:t._$s("5-"+o,"c",[t.curFirstTabIndex==n?"cur":""]),attrs:{_i:"5-"+o},on:{click:function(i){return t.setFirstTabIndex(e,n)}}},[t._v(t._$s("5-"+o,"t0-0",t._s(e.title)))])})),0),t._$s(6,"i",0==t.curFirstTabIndex)?i("view",[i("view",{staticClass:t._$s(7,"sc","oneCateBot flexbox"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.oneCateList}),(function(e,n,a,o){return i("text",{directives:[{name:"show",rawName:"v-show",value:t._$s("8-"+o,"v-show",t.iosHide),expression:"_$s((\"8-\"+$31),'v-show',iosHide)"}],key:t._$s(8,"f",{forIndex:a,key:e.prescriptCategoryId}),class:t._$s("8-"+o,"c",[t.curOneCateIndex==n?"cur":""]),attrs:{_i:"8-"+o},on:{click:function(i){return t.setOneCateIndex(e,n)}}},[t._v(t._$s("8-"+o,"t0-0",t._s(e.title)))])})),0),t._$s(9,"i",t.oneCateList.length>0)?i("view",{staticClass:t._$s(9,"sc","search_box"),attrs:{_i:9}},[i("u-search",{attrs:{placeholder:"\u8bf7\u8f93\u5165\u65b9\u5242\u540d",_i:10},on:{click:t.checkDisable,focus:t.focus,clear:t.clear,input:t.input,blur:t.blur,search:t.search,custom:t.search},model:{value:t._$s(10,"v-model",t.searchValue),callback:function(e){t.searchValue=e},expression:"searchValue"}})],1):t._e(),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(11,"v-show",t.showSearchList),expression:"_$s(11,'v-show',showSearchList)"}],staticClass:t._$s(11,"sc","searchList"),attrs:{_i:11}},[t._$s(12,"i",t.searchList.length>0)?i("view",{staticClass:t._$s(12,"sc","itemBox"),attrs:{_i:12}},t._l(t._$s(13,"f",{forItems:t.searchList}),(function(e,n,a,o){return i("view",{key:t._$s(13,"f",{forIndex:a,key:n}),staticClass:t._$s("13-"+o,"sc","item"),attrs:{_i:"13-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[t._v(t._$s("13-"+o,"t0-0",t._s(e.title)))])})),0):i("view",[i("u-divider",{attrs:{text:"\u672a\u627e\u5230\u76f8\u5173\u65b9\u5242\u54e6~",_i:15}})],1)]),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(16,"v-show",!t.showSearchList&&t.iosHide),expression:"_$s(16,'v-show',!showSearchList&&iosHide)"}],attrs:{_i:16}},[t._$s(17,"i",t.twoCateList.length>0)?i("view",{staticClass:t._$s(17,"sc","grid twoCateList"),attrs:{_i:17}},[i("u-grid",{staticClass:t._$s(18,"sc","u-grid-list"),attrs:{col:3,border:!0,_i:18}},t._l(t._$s(19,"f",{forItems:t.twoCateList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(19,"f",{forIndex:a,key:e.prescriptCategoryId}),attrs:{_i:"19-"+o},on:{click:function(i){return t.setTwoCateIndex(e,n)}}},[i("view",{class:t._$s("20-"+o,"c",["grid-text",t.curTwoCateIndex==n?"cur":""]),attrs:{_i:"20-"+o}},[t._v(t._$s("20-"+o,"t0-0",t._s(e.title)))])])})),1)],1):t._e(),t._$s(21,"i",2!=t.curOneCateIndex)?i("view",{staticClass:t._$s(21,"sc","titleList"),attrs:{_i:21}},[t._$s(22,"i",t.titleList.length>0)?i("u-grid",{attrs:{col:1,_i:22}},t._l(t._$s(23,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(23,"f",{forIndex:a,key:e.prescriptId}),attrs:{_i:"23-"+o},on:{click:function(i){return t.gotoDetail(e)}}},[i("view",{class:t._$s("24-"+o,"c",["titleItem"]),attrs:{_i:"24-"+o}},[t._v(t._$s("24-"+o,"t0-0",t._s(e.title)))])])})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u65b9\u5242\u6570\u636e\u54e6~",_i:25}})],1):i("view",{staticClass:t._$s(26,"sc","titleList"),attrs:{_i:26}},[t._$s(27,"i",t.titleList)?i("u-grid",{attrs:{col:1,_i:27}},t._l(t._$s(28,"f",{forItems:t.titleList}),(function(e,n,a,o){return i("u-grid-item",{key:t._$s(28,"f",{forIndex:a,key:n}),attrs:{_i:"28-"+o}},[i("view",{class:t._$s("29-"+o,"c",["titleItem"]),attrs:{_i:"29-"+o}},[t._v(t._$s("29-"+o,"t0-0",t._s(n)))]),t._l(t._$s("30-"+o,"f",{forItems:e}),(function(e,n,a,r){return i("u-grid-item",{key:t._$s("30-"+o,"f",{forIndex:a,key:e.prescriptId}),attrs:{_i:"30-"+o+"-"+r}},[i("view",{class:t._$s("31-"+o+"-"+r,"c",["JFtitleItem"]),attrs:{_i:"31-"+o+"-"+r},on:{click:function(i){return t.gotoDetail(e)}}},[t._v(t._$s("31-"+o+"-"+r,"t0-0",t._s(e.title)))])])}))],2)})),1):i("u-divider",{attrs:{text:"\u6682\u65e0\u65b9\u5242\u6570\u636e\u54e6~",_i:32}})],1)])]):t._e(),t._$s(33,"i",1==t.curFirstTabIndex)?i("view",[i("medicineSearch",{ref:"mSearch",attrs:{_i:34}})],1):t._e()]),i("u-modal",{attrs:{show:t.limitShow,title:t.limitTitle,content:t.limitContent,_i:35},on:{confirm:function(e){t.limitShow=!1}}},[i("view",{staticClass:t._$s(36,"sc","limiTy"),attrs:{_i:36}},[t._$s(37,"i",0==t.curOneCateIndex)?i("view",[i("br"),i("br"),i("b")]):t._e(),t._$s(41,"i",3==t.curOneCateIndex)?i("view",[i("br"),i("br"),i("b")]):t._e()])])],1)},o=[]},"3def":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uIcon:i("3836").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","u-number-box"),attrs:{_i:0}},[t._$s(1,"i",t.showMinus&&t.$slots.minus)?i("view",{staticClass:t._$s(1,"sc","u-number-box__slot"),attrs:{_i:1},on:{touchstart:function(e){return t.onTouchStart("minus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("minus")}}},[t._t("minus",null,{_i:2})],2):t._$s(3,"e",t.showMinus)?i("view",{staticClass:t._$s(3,"sc","u-number-box__minus"),class:t._$s(3,"c",{"u-number-box__minus--disabled":t.isDisabled("minus")}),style:t._$s(3,"s",[t.buttonStyle("minus")]),attrs:{_i:3},on:{touchstart:function(e){return t.onTouchStart("minus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("minus")}}},[i("u-icon",{attrs:{name:"minus",color:t.isDisabled("minus")?"#c8c9cc":"#323233",size:"15",bold:!0,customStyle:t.iconStyle,_i:4}})],1):t._e(),t._t("input",[i("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],staticClass:t._$s(6,"sc","u-number-box__input"),class:t._$s(6,"c",{"u-number-box__input--disabled":t.disabled||t.disabledInput}),style:t._$s(6,"s",[t.inputStyle]),attrs:{disabled:t._$s(6,"a-disabled",t.disabledInput||t.disabled),"cursor-spacing":t._$s(6,"a-cursor-spacing",t.getCursorSpacing),_i:6},domProps:{value:t._$s(6,"v-model",t.currentValue)},on:{blur:t.onBlur,focus:t.onFocus,input:[function(e){e.target.composing||(t.currentValue=e.target.value)},t.onInput]}})],{_i:5}),t._$s(7,"i",t.showPlus&&t.$slots.plus)?i("view",{staticClass:t._$s(7,"sc","u-number-box__slot"),attrs:{_i:7},on:{touchstart:function(e){return t.onTouchStart("plus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("plus")}}},[t._t("plus",null,{_i:8})],2):t._$s(9,"e",t.showPlus)?i("view",{staticClass:t._$s(9,"sc","u-number-box__plus"),class:t._$s(9,"c",{"u-number-box__minus--disabled":t.isDisabled("plus")}),style:t._$s(9,"s",[t.buttonStyle("plus")]),attrs:{_i:9},on:{touchstart:function(e){return t.onTouchStart("plus")},touchend:function(e){return e.stopPropagation(),t.clearTimeout(e)},click:function(e){return e.stopPropagation(),t.clickHandler("plus")}}},[i("u-icon",{attrs:{name:"plus",color:t.isDisabled("plus")?"#c8c9cc":"#323233",size:"15",bold:!0,customStyle:t.iconStyle,_i:10}})],1):t._e()],2)},o=[]},"3e78":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={numberBox:{name:"",value:0,min:1,max:Number.MAX_SAFE_INTEGER,step:1,integer:!1,disabled:!1,disabledInput:!1,asyncChange:!1,inputWidth:35,showMinus:!0,showPlus:!0,decimalLength:null,longPress:!0,color:"#323233",buttonSize:30,bgColor:"#EBECEE",cursorSpacing:100,disableMinus:!1,disablePlus:!1,iconStyle:""}};e.default=n},"3e85":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uLoadingIcon:i("4466").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","u-switch"),class:t._$s(0,"c",[t.disabled&&"u-switch--disabled"]),style:t._$s(0,"s",[t.switchStyle,t.$u.addStyle(t.customStyle)]),attrs:{_i:0},on:{click:t.clickHandler}},[i("view",{staticClass:t._$s(1,"sc","u-switch__bg"),style:t._$s(1,"s",[t.bgStyle]),attrs:{_i:1}}),i("view",{ref:"u-switch__node",staticClass:t._$s(2,"sc","u-switch__node"),class:t._$s(2,"c",[t.value&&"u-switch__node--on"]),style:t._$s(2,"s",[t.nodeStyle]),attrs:{_i:2}},[i("u-loading-icon",{attrs:{show:t.loading,mode:"circle",timingFunction:"linear",color:t.value?t.activeColor:"#AAABAD",size:.6*t.size,_i:3}})],1)])},o=[]},"3e8b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={collapse:{value:null,accordion:!1,border:!0}}},"3e95":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={}},"3eb1":function(t,e,i){"use strict";var n=i("0f7c"),a=i("00ce"),o=a("%Function.prototype.apply%"),r=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||n.call(r,o),c=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),l=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(f){u=null}t.exports=function(t){var e=s(n,r,arguments);if(c&&u){var i=c(e,"length");i.configurable&&u(e,"length",{value:1+l(0,t.length-(arguments.length-1))})}return e};var d=function(){return s(n,o,arguments)};u?u(t.exports,"apply",{value:d}):t.exports.apply=d},"3ed1":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.typeFilter=e.type=e.setDataValue=e.realName=e.rawData=e.objSet=e.objGet=e.name2arr=e.isRequiredField=e.isRealName=e.isNumber=e.isEqual=e.isBoolean=e.getValue=e.getDataValueType=e.getDataValue=e.deepCopy=void 0;var a=n(i("7037"));e.deepCopy=function(t){return JSON.parse(JSON.stringify(t))};var o=function(t){return"int"===t||"double"===t||"number"===t||"timestamp"===t};e.typeFilter=o;e.getValue=function(t,e,i){var n=i.find((function(t){return t.format&&o(t.format)})),a=i.find((function(t){return t.format&&"boolean"===t.format||"bool"===t.format}));return n&&(e=e||0===e?d(Number(e))?Number(e):e:null),a&&(e=!!f(e)&&e),e};e.setDataValue=function(t,e,i){return e[t]=i,i||""};var r=function(t,e){return l(e,t)};e.getDataValue=r;e.getDataValueType=function(t,e){var i=r(t,e);return{type:p(i),value:i}};e.realName=function(t){var e=u(t);if("object"===(0,a.default)(e)&&Array.isArray(e)&&e.length>1){var i=e.reduce((function(t,e){return t+"#".concat(e)}),"_formdata_");return i}return e[0]||t};e.isRealName=function(t){return/^_formdata_#*/.test(t)};e.rawData=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=JSON.parse(JSON.stringify(t)),i={};for(var n in e){var a=s(n);c(i,a,e[n])}return i};var s=function(t){var e=t.replace("_formdata_#","");return e=e.split("#").map((function(t){return d(t)?Number(t):t})),e};e.name2arr=s;var c=function(t,e,i){return"object"!==(0,a.default)(t)||u(e).reduce((function(t,e,n,a){return n===a.length-1?(t[e]=i,null):(e in t||(t[e]=/^[0-9]{1,}$/.test(a[n+1])?[]:{}),t[e])}),t),t};function u(t){return Array.isArray(t)?t:t.replace(/\[/g,".").replace(/\]/g,"").split(".")}e.objSet=c;var l=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"undefined",n=u(e),a=n.reduce((function(t,e){return(t||{})[e]}),t);return a&&void 0===a?i:a};e.objGet=l;var d=function(t){return!isNaN(Number(t))};e.isNumber=d;var f=function(t){return"boolean"===typeof t};e.isBoolean=f;e.isRequiredField=function(t){for(var e=!1,i=0;i0?x.join(",")||null:void 0}];else if(c(p))L=p;else{var A=Object.keys(x);L=g?A.sort(g):A}for(var B=r&&c(x)&&1===x.length?i+"[]":i,M=0;M0?w+b:""}},4143:function(t,e,i){"use strict";(function(t){var n=i("4ea4"),a=i("7037");Object.defineProperty(e,"__esModule",{value:!0}),e.setWXPay=e.setPayAssign=e.setPay=e.getLatLon=e.closeAppShare=e.checkBookRight=e.appShare=void 0;var o=n(i("65fd")),r=n(i("41a9")),s=n(i("c855")),c=i("c957"),u=function(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!==a(t)&&"function"!==typeof t)return{default:t};var i=l(e);if(i&&i.has(t))return i.get(t);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var r in t)if("default"!==r&&Object.prototype.hasOwnProperty.call(t,r)){var s=o?Object.getOwnPropertyDescriptor(t,r):null;s&&(s.get||s.set)?Object.defineProperty(n,r,s):n[r]=t[r]}n.default=t,i&&i.set(t,n);return n}(i("51c5"));function l(t){if("function"!==typeof WeakMap)return null;var e=new WeakMap,i=new WeakMap;return(l=function(t){return t?i:e})(t)}e.appShare=function(t,e){var i=r.default.state.userInfo;i&&i.uid||(i=uni.getStorageSync("userInfo"));var n={shareTitle:t.shareTitle||s.default.share.title,shareUrl:t.shareUrl||s.default.share.link,shareContent:t.shareContent||s.default.share.desc,shareImg:t.shareImg||s.default.share.imgUrl};return i&&i.uid&&(t.shareUrl?t.shareUrl.indexOf("?")>=0?n.shareUrl=t.shareUrl+"&recommend="+i.uid:n.shareUrl=t.shareUrl+"?recommend="+i.uid:s.default.share&&s.default.share.link&&(s.default.share.link.indexOf("?")>=0?n.shareUrl=s.default.share.link+"&recommend="+i.uid:n.shareUrl=s.default.share.link+"?recommend="+i.uid)),(0,u.default)({shareTitle:t.shareTitle||s.default.share.title,shareUrl:t.shareUrl||s.default.share.link,shareContent:t.shareContent||s.default.share.desc,shareImg:t.shareImg||s.default.share.imgUrl},e)};var d=u.closeShare;e.closeAppShare=d;e.setPay=function(e,i){t("log",e," at config/utils.js:103"),e.customerId=r.default.state.userInfo.id;var n="";"wxpay"==e.typePay?n="/v3/pay/placeAnOrder/app":"alipay"==e.typePay?n="pay/aliPay/pay":"smallPay"==e.typePay?n="api/pay/v1/small_pay_sign_wx":e.typePay,o.default.post(n,e).then((function(n){t("log",n,"data"," at config/utils.js:119");var a={success:function(e){i&&i({success:!0,data:e}),t("log","success:"+JSON.stringify(e)," at config/utils.js:126")},fail:function(e){i&&i({success:!1,data:e}),t("log","fail:"+JSON.stringify(e)," at config/utils.js:133")}};"smallPay"==e.typePay?(a.provider="wxpay",a.timeStamp=n.timeStamp,a.nonceStr=n.nonceStr,a.package=n.package,a.signType="MD5",a.paySign=n.sign):"wxpay"==e.typePay?(a.provider="wxpay",a.orderInfo=n):"alipay"==e.typePay?(a.provider="alipay",a.orderInfo=n.orderInfo):"baidu"==e.typePay&&(a.provider="baidu",a.orderInfo=n),""!=a.orderInfo&&void 0!=a.orderInfo&&(t("log","\u652f\u4ed8\u53c2\u6570",a," at config/utils.js:159"),uni.requestPayment(a))}),(function(t){i&&i({success:!1,data:t})}))};e.setPayAssign=function(t,e){t.price=t.price||t.pricePay,t.title=t.title||t.orderTitle,uni.navigateTo({url:"/pages/home/weChatPay?orderNo="+t.orderNo+"&price="+t.price+"&title="+t.title})};e.getLatLon=function(t){return new Promise((function(e,i){(0,c.getAppWxLatLon)((function(t){r.default.commit("setCurrentAddress",{latitude:t.latitude,longitude:t.longitude}),e(t)}),(function(e){i(e),t&&uni.showToast({title:e,icon:"none"})}))}))};e.checkBookRight=function(e,i){t("log","\u63a5\u53d7\u7684\u503c",e," at config/utils.js:240"),o.default.request({url:"/book/user/checkUserBook",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(t){0===t.code&&i&&i({success:!0,data:"\u6709\u6743\u9650"})})).catch((function(t){i&&i({success:!1,data:"\u65e0\u6743\u9650"})}))};e.setWXPay=function(e,i){o.default.request({url:"/pay/placeAnOrder/shoppingPay",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){if(t("log",e,"resshoppingPay"," at config/utils.js:274"),0===e.code){var n={provider:"wxpay",orderInfo:{appid:e.paramMap.appid,noncestr:e.Map.noncestr,package:e.Map.package,partnerid:e.paramMap.mchid,prepayid:e.Map.prepayid,timestamp:e.Map.timestamp,signType:"SHA256-RSA",sign:e.Map.sign},success:function(e){i&&i({success:!0,data:e}),t("log","success:"+JSON.stringify(e)," at config/utils.js:293")},fail:function(e){i&&i({success:!1,data:e}),t("log","fail:"+JSON.stringify(e)," at config/utils.js:300")}};""!=n.orderInfo.prepayid&&void 0!=n.orderInfo.prepayid&&uni.requestPayment(n)}}))}}).call(this,i("0de9")["default"])},"416d":function(t,e,i){"use strict";i.r(e);var n=i("cd6a"),a=i("8fe9");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"8e17b69c",null,!1,n["a"],void 0);e["default"]=s.exports},4198:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{show:{type:Boolean,default:uni.$u.props.popup.show},overlay:{type:Boolean,default:uni.$u.props.popup.overlay},mode:{type:String,default:uni.$u.props.popup.mode},duration:{type:[String,Number],default:uni.$u.props.popup.duration},closeable:{type:Boolean,default:uni.$u.props.popup.closeable},overlayStyle:{type:[Object,String],default:uni.$u.props.popup.overlayStyle},closeOnClickOverlay:{type:Boolean,default:uni.$u.props.popup.closeOnClickOverlay},zIndex:{type:[String,Number],default:uni.$u.props.popup.zIndex},safeAreaInsetBottom:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetBottom},safeAreaInsetTop:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetTop},closeIconPos:{type:String,default:uni.$u.props.popup.closeIconPos},round:{type:[Boolean,String,Number],default:uni.$u.props.popup.round},zoom:{type:Boolean,default:uni.$u.props.popup.zoom},bgColor:{type:String,default:uni.$u.props.popup.bgColor},overlayOpacity:{type:[Number,String],default:uni.$u.props.popup.overlayOpacity}}};e.default=n},"41a9":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("8bbf")),o=n(i("26cb"));a.default.use(o.default);var r=i("91e9"),s={state:{},mutations:{},actions:{}};r.keys().forEach((function(t){Object.assign(s.state,r(t)["state"]),Object.assign(s.mutations,r(t)["mutations"]),Object.assign(s.actions,r(t)["actions"])}));var c=new o.default.Store(s),u=c;e.default=u},"42db":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uniTag:i("8209").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,publicModule:i("3b5e").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",[n("z-nav-bar",{attrs:{title:"\u533b\u6848-"+t.bookname,_i:2}}),n("view",{staticClass:t._$s(3,"sc","book_neir"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","flexbox info"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","item"),attrs:{_i:5}},[t._$s(6,"i",""!=t.bookInfo.images)?n("image",{staticClass:t._$s(6,"sc","bn_img"),attrs:{src:t._$s(6,"a-src",t.bookInfo.images),_i:6}}):n("image",{staticClass:t._$s(7,"sc","bn_img"),attrs:{src:t._$s(7,"a-src",i("f6ce")),_i:7}})]),n("view",{staticClass:t._$s(8,"sc","item"),attrs:{_i:8}},[n("view",{staticClass:t._$s(9,"sc","bn_nes"),attrs:{_i:9}},[n("view",[t._v(t._$s(10,"t0-0",t._s(t.bookInfo.name)))]),t._$s(11,"i",null!=t.bookInfo.author)?n("view"):t._e(),n("view",{staticClass:t._$s(12,"sc","tags"),attrs:{_i:12}},[n("uni-tag",{staticClass:t._$s(13,"sc","tag"),attrs:{inverted:!0,text:"\u4e66\u8bc4",type:"success",_i:13},on:{click:function(e){return t.toMore()}}}),t._$s(14,"i",1==t.bookInfo.clockIn)?n("uni-tag",{staticClass:t._$s(14,"sc","tag"),attrs:{inverted:!0,text:"\u7b7e\u5230",type:"warning",_i:14},on:{click:function(e){return t.gotoclock()}}}):t._e()],1)])])])]),t._$s(15,"i",t.yianList.length>0)?n("view",{staticClass:t._$s(15,"sc","playList"),attrs:{_i:15}},[t._l(t._$s(16,"f",{forItems:t.yianList}),(function(e,i,a,o){return n("view",{key:t._$s(16,"f",{forIndex:a,key:i}),staticClass:t._$s("16-"+o,"sc","item"),attrs:{_i:"16-"+o}},[n("view",[n("view",{staticClass:t._$s("18-"+o,"sc","flexbox muluitem"),attrs:{_i:"18-"+o},on:{click:function(i){return t.toDetail(e)}}},[n("span",[t._v(t._$s("19-"+o,"t0-0",t._s(e.title)))]),n("view",[t._$s("21-"+o,"i",""!=e.content)?n("uni-tag",{staticClass:t._$s("21-"+o,"sc","tag"),attrs:{size:"small",inverted:!0,text:"\u6587\u5b57",type:"primary",_i:"21-"+o}}):t._e()],1)])])])})),n("view",[t._$s(23,"i",0==t.status)?n("view",[n("u-loading-icon",{attrs:{_i:24}}),n("font",{attrs:{_i:25}},[t._v("")])],1):t._e(),t._$s(26,"i",1==t.status)?n("view",[n("u-divider",{attrs:{text:"\u5168\u90e8\u52a0\u8f7d\u5b8c\u6210",_i:27}})],1):t._e()])],2):n("u-divider",{attrs:{text:"\u6682\u65e0\u8bb2\u4e66\u76ee\u5f55",_i:28}}),n("music-play",{attrs:{playData:t.playData,_i:29}}),n("public-module",{attrs:{_i:30}})],1)])},o=[]},4328:function(t,e,i){"use strict";var n=i("4127"),a=i("9e6a"),o=i("b313");t.exports={formats:o,parse:a,stringify:n}},"432b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(0,"v-show",t.isShow),expression:"_$s(0,'v-show',isShow)"}],ref:"ani",class:t._$s(0,"c",t.customClass),style:t._$s(0,"s",t.transformStyles),attrs:{animation:t._$s(0,"a-animation",t.animationData),_i:0},on:{click:t.onClick}},[t._t("default",null,{_i:1})],2)},a=[]},4362:function(t,e,i){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,n="/";e.cwd=function(){return n},e.chdir=function(e){t||(t=i("df7c")),n=t.resolve(e,n)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"436d":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.show)?i("view",{staticClass:t._$s(0,"sc","u-toolbar"),attrs:{_i:0},on:{touchmove:function(e){return e.stopPropagation(),e.preventDefault(),t.noop(e)}}},[i("view",{staticClass:t._$s(1,"sc","u-toolbar__cancel__wrapper"),attrs:{_i:1}},[i("text",{staticClass:t._$s(2,"sc","u-toolbar__wrapper__cancel"),style:t._$s(2,"s",{color:t.cancelColor}),attrs:{_i:2},on:{click:t.cancel}},[t._v(t._$s(2,"t0-0",t._s(t.cancelText)))])]),t._$s(3,"i",t.title)?i("text",{staticClass:t._$s(3,"sc","u-toolbar__title u-line-1"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.title)))]):t._e(),i("view",{staticClass:t._$s(4,"sc","u-toolbar__confirm__wrapper"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","u-toolbar__wrapper__confirm"),style:t._$s(5,"s",{color:t.confirmColor}),attrs:{_i:5},on:{click:t.confirm}},[t._v(t._$s(5,"t0-0",t._s(t.confirmText)))])])]):t._e()},a=[]},4383:function(t,e,i){t.exports=i.p+"static/icon/hehan.png"},"43a5":function(t,e,i){"use strict";i.r(e);var n=i("9e63"),a=i("c125");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5062d177",null,!1,n["a"],void 0);e["default"]=s.exports},"43c4":function(t,e,i){t.exports=i.p+"static/icon/mine_ic4.png"},"440b":function(t,e,i){"use strict";i.r(e);var n=i("a0fe"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},4466:function(t,e,i){"use strict";i.r(e);var n=i("20c0"),a=i("0a9e");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5ebd6a54",null,!1,n["a"],void 0);e["default"]=s.exports},"448a":function(t,e,i){var n=i("2236"),a=i("11b0"),o=i("6613"),r=i("0676");t.exports=function(t){return n(t)||a(t)||o(t)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"44bf":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("bfd2")),o=a.default;e.default=o},"45c3":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("65fd")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{scrollTop:0,status:3,bookScreen:{page:1,limit:5},totalPage:0,totalCount:0,bookList:[],bgiStyle:{background:"#2ab58833"},iconStyle:{fontSize:"40rpx",fontWeight:"bold",color:"#54a966"},bokMesDet:{}}},onPageScroll:function(t){this.scrollTop=t.scrollTop},onReachBottom:function(){var t=this;this.status=0,this.bookScreen.page1&&void 0!==arguments[1]?arguments[1]:500,i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];i?n||(n=!0,"function"===typeof t&&t(),setTimeout((function(){n=!1}),e)):n||(n=!0,setTimeout((function(){n=!1,"function"===typeof t&&t()}),e))};e.default=a},4773:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uvInput",{attrs:{value:t.value,type:t.type,fixed:t.fixed,disabled:t.disabled,disabledColor:t.disabledColor,clearable:t.clearable,password:t.password,maxlength:t.maxlength,placeholder:t.placeholder,placeholderClass:t.placeholderClass,placeholderStyle:t.placeholderStyle,showWordLimit:t.showWordLimit,confirmType:t.confirmType,confirmHold:t.confirmHold,holdKeyboard:t.holdKeyboard,focus:t.focus,autoBlur:t.autoBlur,disableDefaultPadding:t.disableDefaultPadding,cursor:t.cursor,cursorSpacing:t.cursorSpacing,selectionStart:t.selectionStart,selectionEnd:t.selectionEnd,adjustPosition:t.adjustPosition,inputAlign:t.inputAlign,fontSize:t.fontSize,color:t.color,prefixIcon:t.prefixIcon,suffixIcon:t.suffixIcon,suffixIconStyle:t.suffixIconStyle,prefixIconStyle:t.prefixIconStyle,border:t.border,readonly:t.readonly,shape:t.shape,customStyle:t.customStyle,formatter:t.formatter,ignoreCompositionEvent:t.ignoreCompositionEvent,_i:0},on:{focus:function(e){return t.$emit("focus")},blur:function(e){return t.$emit("blur",e)},keyboardheightchange:function(e){return t.$emit("keyboardheightchange")},change:function(e){return t.$emit("change",e)},input:function(e){return t.$emit("input",e)},confirm:function(e){return t.$emit("confirm",e)},clear:function(e){return t.$emit("clear")},click:function(e){return t.$emit("click")}}},[t._t("prefix",null,{slot:"prefix",_i:1}),t._t("suffix",null,{slot:"suffix",_i:2})],2)},a=[]},4793:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{bookId:{type:String,default:""},bookName:{type:String,default:"\u4ece\u7279\u79cd\u5175\u5f00\u59cb\u878d\u5408\u4e07\u7269"},chapterName:{type:String,default:"\u7b2c10\u7ae0\u7280\u5229\u7684\u6539\u53d8"},content:{type:String,default:""},styleBottom:{type:Number,default:0},audioShow:{type:Number,required:!0},playData:{type:Array,required:!0},AS_book:{type:Array,default:""}},data:function(){return{navbarH:this.$NavBar,visible:!0,promptList:["\u5440\uff01\u4e0d\u80fd\u7528","\u54a6\uff1f\u8fd8\u662f\u4e0d\u884c","\u54c8\u54c8\u54c8\u54c8\u54c8\uff0c\u8fd9\u4e2a\u4e5f\u4e0d\u884c","\u6ca1\u60f3\u5230\u5427\uff0c\u90fd\u4e0d\u884c\uff01"],promptIndex:0}},computed:{detail:function(){return{cover:"http://img.1391.com/api/v1/bookcenter/cover/1/3449780/3449780_fc9244d1c821436d88fb9a7f5b1ea7f5.jpg/"}}},mounted:function(){},beforeDestroy:function(){this.hide()},methods:{show:function(){this.visible=!0},hide:function(){this.visible=!1},pageBack:function(){this.$emit("showValue",0)},prompthandle:function(){uni.hideToast(),uni.showToast({icon:"none",title:this.promptList[this.promptIndex%4]}),this.promptIndex+=1}}};e.default=n},"47a2":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.deepMerge=function t(){var e={};function i(i,n){"object"===(0,a.default)(e[n])&&"object"===(0,a.default)(i)?e[n]=t(e[n],i):"object"===(0,a.default)(i)?e[n]=t({},i):e[n]=i}for(var n=0,o=arguments.length;n1?(clearTimeout(this.touchTime),this.touchTime=setTimeout((function(){i.touchNum=0}),250),t("log","\u53cc\u51fb"," at pages/yRead/angbook.vue:796"),this.setShow=!0):(clearTimeout(this.touchTime),this.touchTime=setTimeout((function(){i.touchNum=0}),250)))},clickImg:function(t,e){var i=this.newchapterImgList.map((function(t){return t}));this.imgsShow=!1,uni.previewImage({current:e,urls:i})},clickSet:function(e){0==e?this.imgsShow=!0:1==e?(this.directoryShowBefore=!0,this.directoryShow=!0,this.$nextTick((function(){t("log",4545,this.directoryShow," at pages/yRead/angbook.vue:831")}))):2==e&&this.listenHandle(),this.setShow=!1},toRight:function(){this.nothingShow=!0},showImgHandle:function(){this.imgsShow=!0},bookMessage:function(){var t=this;this.$http.post("book/book/appinfo/"+this.bookId_mark+"/"+this.userInfo.id).then((function(e){t.bookName=e.book.name,t.bookFengMian=e.book.images,t.detail.freeChapterCount=e.book.freeChapterCount,t.detail.isBuy=e.book.isBuy,t.detail.isVip=e.book.isVip,t.detail.chapterNum=e.book.chapterNum}))},counlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight)),t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:872"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.forGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},mpcounlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight))-1,t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:886"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.mpforGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},nextmpcounlSystemInfo:function(){var e=this;uni.getSystemInfo({success:function(){var i=(0,r.default)(a.default.mark((function i(n){var o,r;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return o=n.screenHeight-n.statusBarHeight,r=n.screenWidth,e.NumCol=Math.floor((o-50)/(e.fontSize*e.lineHeight))-1,t("log","\u4e00\u5c4f\u603b\u884c",e.NumCol," at pages/yRead/angbook.vue:900"),e.colSize=Math.floor((r-20)/e.fontSize),i.next=7,e.nextmpforGet(e.colSize-1,e.NumCol);case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})},forGet:function(t,e){var i=this,n=this,a=[];this.chapterImgList=[],y.map((function(e,o){if(e.content=""+e.content,e.content.length>t-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ci){for(var a=t.substr(i,1),o=0,r=0;rt-2){for(var r=e.content.substr(t-2,1),s=0,c=0;ct.directoryList.length-1||!t.history.chapterIndex)&&(t.history.chapterIndex=0),e.next=11,t.getThreeChapter(t.history.chapterIndex);case 11:i=Math.floor((t.curChapter.totalPage-1)*t.history.progress),t.oldReadSpeed.readPage=i,t.goToPage(i),t.SimulationTextObj.SimulationText=[],t.SimulationTextObj={SimulationText:y,fontSize:t.fontSize,lineHeight:t.lineHeight,oldReadPage:t.oldReadSpeed.readPage,background:t.background},uni.hideLoading();case 17:case"end":return e.stop()}}),e)})))()},calcHeight:function(){var t=this;if(!this.contentHeight)return new Promise((function(e,i){t.$nextTick((function(){var i=uni.createSelectorQuery().in(t);i.select("#content").boundingClientRect((function(i){var n=i.height;t.contentHeight=n;var a=t.fontSize*t.lineHeight;a=Math.floor(a*t.pixelRatio)/t.pixelRatio;var o=Math.floor((n+Math.floor((a-t.fontSize)/2))/a);t.innerHeight=o*a,e()})).exec()}))}));var e=this.fontSize*this.lineHeight;e=Math.floor(e*this.pixelRatio)/this.pixelRatio;var i=Math.floor((this.contentHeight+Math.floor((e-this.fontSize)/2))/e);this.innerHeight=i*e},calcCurChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#curChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.curChapter.totalPage=y.length,t.curChapter.ready=!0,e()})).exec()}),100)}))},scrolltoupper:function(t){var e=this;0!=this.isAudioMenu||"top"!=t.detail.direction||"scrolltoupper"!=t.type||this.down||(this.curChapter.chapterIndex>0?(uni.showLoading({title:"\u8bf7\u7a0d\u7b49..."}),setTimeout((function(){e.getThreeChapter(e.curChapter.chapterIndex-1),uni.hideLoading()}),300)):uni.showToast({icon:"none",title:"\u5df2\u7ecf\u5728\u6700\u5f00\u5934\u4e86"}))},scrolltolower:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:"bottom"==t.detail.direction&&"scrolltolower"==t.type&&(e.curChapter.chapterIndex0?t("log","\u8bfb\u53d6\u5230\u6570\u636e\uff0c\u7ee7\u7eed\u6267\u884c"," at pages/yRead/angbook.vue:1486"):(t("log","\u8bfb\u53d6\u5230\u7684\u6570\u636e\u4e3a\u7a7a\uff0c\u8fdb\u884c\u8d4b\u503c"," at pages/yRead/angbook.vue:1488"),e.domList=i),e.getNowReadIndex()})).exec()},getNowReadIndex:function(){var e=this,i=this.progress,n=0,a=uni.getStorageSync("history");n="object"!==(0,o.default)(a)?0:Math.floor((this.curChapter.totalPage-1)*i),t("log",n,"\u5f53\u524d\u9875"," at pages/yRead/angbook.vue:1511");var r=y[n][0].list;t("log",r,"\u9876\u90e8\u7b2c\u4e00\u53e5\u8bdd"," at pages/yRead/angbook.vue:1514"),0==n?(this.domIndex=0,this.createAudio(),this.musicManuShow=!1,this.isAudioMenu=!0):this.verticalData.text.forEach((function(i,n){if(-1!=i.content.indexOf(r))return t("log",i.number,"\u627e\u5230\u4e86"," at pages/yRead/angbook.vue:1530"),e.domIndex=n,e.createAudio(),e.musicManuShow=!1,void(e.isAudioMenu=!0)}))},createAudio:function(){var e=this;t("log","\u8bfb\u5230\u7684\u4f4d\u7f6e",this.domIndex," at pages/yRead/angbook.vue:1544"),this.music=uni.createInnerAudioContext(),this.music.src=this.verticalData.text[this.domIndex].voices,t("log","domList",this.domList," at pages/yRead/angbook.vue:1550"),this.highlight=this.domIndex,this.fhighlight=!0,t("log","highlight",this.highlight," at pages/yRead/angbook.vue:1554"),t("log","domIndex",this.domIndex," at pages/yRead/angbook.vue:1555"),null!=this.music.src?setTimeout((function(){e.music.play(),e.musicPlaying=!0,e.musicItem.musicPlaying=!0,e.changeMusicItem()}),150):(t("log","\u6ca1\u627e\u5230"," at pages/yRead/angbook.vue:1565"),uni.showToast({title:"\u672a\u627e\u5230\u97f3\u9891",icon:"none",duration:2e3}),this.offAudio()),this.music.onEnded((function(){e.musicPlaying=!1,e.domIndex==e.verticalData.text.length-1?(t("log","\u5168\u90e8\u97f3\u9891\u64ad\u653e\u5b8c\u6bd5"," at pages/yRead/angbook.vue:1579"),e.offAudio()):(t("log","\u97f3\u9891\u64ad\u653e\u7ed3\u675f2"," at pages/yRead/angbook.vue:1586"),t("log",e.domIndex,"------------"," at pages/yRead/angbook.vue:1587"),e.addDomIndex())}))},addDomIndex:function(){var e=this;this.domIndex+=1,t("log",this.domIndex,"\u4e0b\u4e00\u6761domIndex"," at pages/yRead/angbook.vue:1597"),this.createAudio();this.curPage.text.map((function(t,i){i!=e.curPage.text.length-1||t.paragraph})),this.domIndex>this.curPage.text[this.curPage.text.length-1].paragraph&&(t("log",this.currentPage,"this.currentPage"," at pages/yRead/angbook.vue:1613"),this.musicItem={page:this.currentPage+1,musicIndexDom:this.domIndex,musicPlaying:!0},this.goNextPage())},audioPause:function(){this.isPause=!this.isPause,this.isPause?(this.music.pause(),this.musicPlaying=!1,this.musicItem.musicPlaying=!1):(this.music.play(),this.musicPlaying=!0,this.musicItem.musicPlaying=!0)},offAudio:function(){this.music.stop(),this.highlight="null",this.fhighlight=!1,this.isAudioMenu=!1,this.isPause=!1,this.music=null,this.musicPlaying=!1,this.changeMusicItem()},calcPreChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#preChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.preChapter.totalPage=t.preChapterTotal,t.preChapter.ready=!0,t.waitForPre&&(uni.hideLoading(),t.waitForPre=!1,t.goPrePage()),t.waitForPreChapter&&(uni.hideLoading(),t.waitForPreChapter=!1,t.goPreChapter()),e()})).exec()}),100)}))},calcNextChapter:function(){var t=this;return new Promise((function(e,i){setTimeout((function(){var i=uni.createSelectorQuery().in(t);i.select("#nextChapter").boundingClientRect((function(i){var n=i.height;n=Math.round(n*t.pixelRatio)/t.pixelRatio,t.nextChapter.totalPage=t.nextChapterTotal,t.nextChapter.ready=!0,t.waitForNext&&(uni.hideLoading(),t.waitForNext=!1,t.goNextPage()),t.waitForNextChapter&&(uni.hideLoading(),t.waitForNextChapter=!1,t.goNextChapter()),e()})).exec()}),100)}))},touchStart:function(t){this.showAnimation=!1,this.isTouch=!0,this.touchX=t.touches[0].clientX,this.touchStartX=t.touches[0].clientX,this.touchY=t.touches[0].clientY,this.touchStartY=t.touches[0].clientY,0===this.turnType&&(this.pageBackRef.transition="unset",this.pageBackRef.right=0,this.pageBackRef.left=0,this.pageBackRef.width=0,this.pageBackRef.before=!0)},touchMove:function(t){this.showShadow=!0;var e=0;if(0===this.turnType||1===this.turnType?(e=t.touches[0].clientX-this.touchStartX,this.pageBackRef.before=e>0,0!==this.turnType||this.pageBackRef.before?0===this.turnType&&this.pageBackRef.before&&(this.pageBackRef.left="".concat(e,"px"),this.pageBackRef.width="".concat(.5*-e,"px")):(this.pageBackRef.right="".concat(-e,"px"),this.pageBackRef.width="".concat(.5*-e,"px")),e>this.windowWidth&&(e=this.windowWidth),e<-this.windowWidth&&(e=-this.windowWidth),this.delta=t.touches[0].clientX-this.touchX,this.touchX=t.touches[0].clientX):(e=t.touches[0].clientY-this.touchStartY,e>this.windowHeight&&(e=this.windowHeight),e<-this.windowHeight&&(e=-this.windowHeight),this.delta=t.touches[0].clientY-this.touchY,this.touchY=t.touches[0].clientY),this.next&&this.nextPage.ready){if(this.nextPage.isEnd)return;e>0&&(e=0),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]}!this.pre&&!this.next&&e<0&&(this.next=!0,this.nextPage.ready?this.nextPage.isEnd?uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"}):(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.nextChapter.ready&&(this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:y,pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(".concat(e,"px,0)"),"(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.pre&&this.prePage.ready&&(e<0&&(e=0),this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")])),this.prePage.isCover||!this.pre&&!this.next&&e>0&&(this.pre=!0,this.prePage.ready?this.prePage.isCover?(this.cover.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")]):(this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]):this.preChapter.ready&&(this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:y,pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead},this.prePage.pageTranslate=["(".concat(-this.windowWidth+e,"px,0)"),"(".concat(-this.windowWidth+e,"px,0)"),"(0,".concat(-this.windowHeight+e,"px)")],this.curPage.pageTranslate=["(0,0)","(".concat(e,"px,0)"),"(0,".concat(e,"px)")],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth+e,"px,0)"),"(0,".concat(this.windowHeight+e,"px)")]))},touchEnd:function(e){t("log",e,"e"," at pages/yRead/angbook.vue:1999"),this.isTouch=!1,this.showAnimation=!0,this.showShadow=!1;var i=0;0===this.turnType||1===this.turnType?i=e.changedTouches[0].clientX-this.touchStartX:(i=e.changedTouches[0].clientY-this.touchStartY,this.page=parseInt(this.scrollTop/(this.NumCol*this.lineHeight*this.fontSize)),t("log",this.page,"page"," at pages/yRead/angbook.vue:2010")),i<.8&&i>-.8?e.changedTouches[0].clientXthis.windowWidth/3*2?e.changedTouches[0].clientY>100&&this.goNextPage():e.changedTouches[0].clientX<=this.windowWidth/3*2&&e.changedTouches[0].clientX>=this.windowWidth/3&&this.showMenu():this.next&&this.delta<=0?this.goNextPage():this.next&&this.delta>0?(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],0==this.turnType&&(this.pageBackRef.transition="right .5s ease",this.pageBackRef.right=0,this.pageBackRef.width=0)):this.pre&&this.delta>=0?this.goPrePage():this.pre&&this.delta<0&&(this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],0==this.turnType&&(this.pageBackRef.transition="left .5s ease",this.pageBackRef.left=0,this.pageBackRef.width=0)),this.next=!1,this.pre=!1},touchcancel:function(){this.showAnimation=!1,this.showShadow=!1,this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],this.cover.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.next=!1,this.pre=!1},showMenu:function(){var t=this;plus.navigator.setFullscreen(!1),this.menuShow=!0,null!=this.music||this.isVerticalHua?this.musicManuShow=!1:this.musicManuShow=!0,setTimeout((function(){t.itemShow=!0}),100)},closeMenu:function(){var t=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.settingShow=!1,this.directoryShow=!1,setTimeout((function(){t.directoryShowBefore=!1,t.menuShow=!1,t.musicManuShow=!1}),300)},openSetting:function(){var t=this;this.itemShow=!1,setTimeout((function(){t.settingShow=!0}),300)},openDirectory:function(){var e=this;plus.navigator.setFullscreen(!0),this.itemShow=!1,this.directoryShowBefore=!0,setTimeout((function(){e.directoryShow=!0,t("log",e.directoryShow," at pages/yRead/angbook.vue:2182")}),300)},slideChanging:function(t){this.progressTouched=!0,this.chapterProgress=t.detail.value},slideChange:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.chapterProgress=t.detail.value,uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=4,e.getThreeChapter(t.detail.value);case 4:e.counlSystemInfo(),e.progressTouched=!1,e.goToPage(0),uni.hideLoading();case 8:case"end":return i.stop()}}),i)})))()},goPrePage:function(){var e=this;if(this.prePage.isCover)return this.cover.pageTranslate=["(0,0)","(0,0)","(0,0)"],void(this.curPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]);if(!this.prePage.ready&&!this.preChapter.ready)return this.waitForPre=!0,void uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0",mask:!0});var i=!1;this.currentPage-=1,-1===this.currentPage&&(i=!0,this.currentPage=this.preChapter.totalPage-1,this.chapterRotate("pre")),t("log",y,"goPrePage////////////////////////////////"," at pages/yRead/angbook.vue:2244");var n=[].concat(this.curPage.pageTranslate),a=[].concat(this.prePage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],this.curPage.pageTranslate=a,this.nextPage.pageTranslate=n,0===this.turnType&&(this.pageBackRef.before=!0,this.pageBackRef.transition="left .5s ease",this.pageBackRef.left="".concat(this.windowWidth,"px"),this.pageBackRef.right=0,this.pageBackRef.width="100px"),setTimeout((function(){i&&uni.showToast({title:e.curChapter.chapterName,icon:"none"}),e.showAnimation=!0,e.prePage.pageTranslate=["(".concat(-e.windowWidth,"px,0)"),"(".concat(-e.windowWidth,"px,0)"),"(0,".concat(-e.windowHeight,"px)")],e.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],e.nextPage.pageTranslate=["(0,0)","(".concat(e.windowWidth,"px,0)"),"(0,".concat(e.windowHeight,"px)")]}),50)},goNextPage:function(){var e=this;if(this.nextPage.isEnd)return alery("\u5230\u5934\u4e86"),void uni.showToast({title:"\u8df3\u8f6c\u63a8\u8350\u9875",icon:"none"});this.currentPage+=1;var i=!1;if(t("log",this.currentPage,this.curChapter.totalPage," at pages/yRead/angbook.vue:2324"),this.currentPage!==this.curChapter.totalPage){var n=[].concat(this.curPage.pageTranslate),a=[].concat(this.nextPage.pageTranslate);this.goToPage(this.currentPage),this.prePage.pageTranslate=n,this.curPage.pageTranslate=a,this.nextPage.pageTranslate=["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],0===this.turnType&&(this.pageBackRef.before=!1,this.pageBackRef.transition="right .5s ease .15s",this.pageBackRef.right="".concat(this.windowWidth,"px"),this.pageBackRef.left=0,this.pageBackRef.width="100px"),setTimeout((function(){i&&uni.showToast({title:e.curChapter.chapterName,icon:"none"}),e.showAnimation=!1,e.prePage.pageTranslate=["(".concat(-e.windowWidth,"px,0)"),"(".concat(-e.windowWidth,"px,0)"),"(0,".concat(-e.windowHeight,"px)")],e.curPage.pageTranslate=["(0,0)","(0,0)","(0,0)"],e.nextPage.pageTranslate=["(0,0)","(".concat(e.windowWidth,"px,0)"),"(0,".concat(e.windowHeight,"px)")]}),100)}},chapterRotate:function(e){var i=this;return(0,r.default)(a.default.mark((function n(){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if("next"!==e){n.next=18;break}if(i.preChapter=Object.assign({},i.curChapter),i.curChapter=Object.assign({},i.nextChapter),t("log",i.curChapter.chapterIndex,"chapterIndex"," at pages/yRead/angbook.vue:2405"),y=i.curChapter.text,i.counlSystemInfo(),t("log",y,1111111111," at pages/yRead/angbook.vue:2409"),i.curChapter.chapterIndex===i.directoryList.length-1){n.next=16;break}return i.nextChapter={ready:!1,chapterIndex:i.curChapter.chapterIndex+1,chapterName:i.directoryList[i.curChapter.chapterIndex+1].name},n.next=11,i.getOneChapter(i.directoryList[i.curChapter.chapterIndex+1].chapterId);case 11:i.$set(i.nextChapter,"text",i.tmpChapter.text),i.$set(i.nextChapter,"canRead",i.tmpChapter.canRead),i.calcNextChapter(),n.next=17;break;case 16:i.nextChapter={ready:!0,isEnd:!0};case 17:i.getThreeChapter(i.curChapter.chapterIndex);case 18:if("pre"!==e){n.next=35;break}if(i.nextChapter=Object.assign({},i.curChapter),i.curChapter=Object.assign({},i.preChapter),y=i.curChapter.text,i.counlSystemInfo(),t("log",y,"\u8df3\u8f6c\u5230\u4e0a\u4e00\u7ae0"," at pages/yRead/angbook.vue:2434"),0===i.curChapter.chapterIndex){n.next=33;break}return i.preChapter={ready:!1,chapterIndex:i.curChapter.chapterIndex-1,chapterName:i.directoryList[i.curChapter.chapterIndex-1].name},n.next=28,i.getOneChapter(i.directoryList[i.curChapter.chapterIndex-1].chapterId);case 28:i.$set(i.preChapter,"text",i.tmpChapter.text),i.$set(i.preChapter,"canRead",i.tmpChapter.canRead),i.calcPreChapter(),n.next=34;break;case 33:i.preChapter={ready:!0,isCover:!0};case 34:i.getThreeChapter(i.curChapter.chapterIndex);case 35:case"end":return n.stop()}}),n)})))()},goNextChapter:function(){var t=this;this.curChapter.chapterIndex!==this.directoryList.length-1?this.waitForNext||this.waitForPre||(this.isVertical?this.curChapter.chapterIndex0?(uni.showLoading({title:"\u8bf7\u7a0d\u7b49..."}),setTimeout((function(){i.getThreeChapter(i.curChapter.chapterIndex-1),t("log",y,"\u7ffb\u9875\u540e//////////////"," at pages/yRead/angbook.vue:2532"),uni.hideLoading()}),300)):uni.showToast({icon:"none",title:"\u5df2\u7ecf\u5728\u6700\u5f00\u5934\u4e86"});else{if(this.waitForNext||this.waitForPre)return;this.preChapter.ready?(this.chapterRotate("pre"),this.goToPage(0)):(uni.showLoading({title:"\u6b63\u5728\u51c6\u5907\u4e0a\u4e00\u7ae0"}),this.waitForPreChapter=!0)}else uni.showToast({title:"\u8fd9\u662f\u7b2c\u4e00\u7ae0",icon:"none"})},goToPage:function(e){this.currentPage=e,this.showAnimation=!1,t("log",e,"======>"," at pages/yRead/angbook.vue:2565"),this.$nextTick((function(){this.curPage={ready:this.curChapter.ready,chapterName:this.curChapter.chapterName,text:y[e],pageNum:this.currentPage,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(0,0)","(0,0)"],canRead:this.curChapter.canRead}})),this.setStorage(),0===this.currentPage?this.preChapter.ready&&this.preChapter.isCover?this.prePage={ready:!0,isCover:!0,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")]}:this.prePage={ready:this.preChapter.ready,chapterName:this.preChapter.chapterName,text:this.preChapter.text.map((function(t,e){return t.picAndWord})),pageNum:this.preChapter.totalPage-1,totalPage:this.preChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.preChapter.canRead}:this.prePage={ready:!0,chapterName:this.curChapter.chapterName,text:y[e-1],pageNum:this.currentPage-1,totalPage:this.curChapter.totalPage,pageTranslate:["(".concat(-this.windowWidth,"px,0)"),"(".concat(-this.windowWidth,"px,0)"),"(0,".concat(-this.windowHeight,"px)")],canRead:this.curChapter.canRead},this.currentPage>this.curChapter.totalPage-1?this.nextChapter.ready&&this.nextChapter.isEnd?this.nextPage={ready:!0,isEnd:!0,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")]}:this.nextPage={ready:this.nextChapter.ready,chapterName:this.nextChapter.chapterName,text:this.nextChapter.text.map((function(t,e){return t.picAndWord})),pageNum:0,totalPage:this.nextChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.nextChapter.canRead}:(this.nextPage={ready:!0,chapterName:this.curChapter.chapterName,text:y[e+1],pageNum:this.currentPage+1,totalPage:this.curChapter.totalPage,pageTranslate:["(0,0)","(".concat(this.windowWidth,"px,0)"),"(0,".concat(this.windowHeight,"px)")],canRead:this.curChapter.canRead},t("log",this.domIndex,"domIndex"," at pages/yRead/angbook.vue:2675"))},goToChapter:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return e.progressTouched=!1,e.closeMenu(),uni.showLoading({title:"\u52a0\u8f7d\u4e2d"}),i.next=5,e.getThreeChapter(t.id);case 5:e.SimulationTextObj={SimulationText:y,fontSize:e.fontSize,lineHeight:e.lineHeight,oldReadPage:0,background:e.background},e.goToPage(0),e.scrollTop=0,uni.hideLoading();case 9:case"end":return i.stop()}}),i)})))()},bigSize:function(){var t=this;return(0,r.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize+=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),y=t.curChapter.text,t.counlSystemInfo(),e.next=8,t.calcCurChapter();case 8:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.readerSet={fontSize:t.fontSize,page:n},t.oldReadSpeed.readPage=n,t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=16;break}return t.preChapter.ready=!1,e.next=16,t.calcPreChapter();case 16:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=20;break}return t.nextChapter.ready=!1,e.next=20,t.calcNextChapter();case 20:case"end":return e.stop()}}),e)})))()},smallSize:function(){var t=this;return(0,r.default)(a.default.mark((function e(){var i,n;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t.progress,t.fontSize-=2,uni.setStorageSync("fontSize",t.fontSize),t.calcHeight(),y=t.curChapter.text,t.counlSystemInfo(),e.next=8,t.calcCurChapter();case 8:if(n=Math.floor((t.curChapter.totalPage-1)*i),t.readerSet={fontSize:t.fontSize,page:n},t.oldReadSpeed.readPage=n,t.goToPage(n),!t.preChapter.ready||t.preChapter.isCover){e.next=16;break}return t.preChapter.ready=!1,e.next=16,t.calcPreChapter();case 16:if(!t.nextChapter.ready||t.nextChapter.isEnd){e.next=20;break}return t.nextChapter.ready=!1,e.next=20,t.calcNextChapter();case 20:case"end":return e.stop()}}),e)})))()},changeLineHeight:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){var n,o;return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.progress,t!==e.lineHeight){i.next=5;break}return i.abrupt("return");case 5:return e.lineHeight=t,uni.showToast({title:t,duration:2e3}),uni.setStorageSync("lineHeight",e.lineHeight),e.calcHeight(),y=e.curChapter.text,e.counlSystemInfo(),i.next=13,e.calcCurChapter();case 13:if(o=Math.floor((e.curChapter.totalPage-1)*n),e.readerSet={lineHeight:e.lineHeight,page:o},e.oldReadSpeed.readPage=o,e.goToPage(o),!e.preChapter.ready||e.preChapter.isCover){i.next=21;break}return e.preChapter.ready=!1,i.next=21,e.calcPreChapter();case 21:if(!e.nextChapter.ready||e.nextChapter.isEnd){i.next=25;break}return e.nextChapter.ready=!1,i.next=25,e.calcNextChapter();case 25:case"end":return i.stop()}}),i)})))()},changeTurnType:function(e){e!==this.turnType&&(this.showAnimation=!1,this.turnType=e,uni.setStorageSync("turnType",this.turnType),this.isSimulation=4==e,3==e?(this.isVerticalHua=!0,this.musicPlaying&&(this.music.pause(),this.highlight="null",this.isAudioMenu=!1),uni.showModal({title:"\u63d0\u793a",showCancel:!1,content:"\u5f53\u524d\u9605\u8bfb\u6a21\u5f0f\u4e0b\uff0c\u65e0\u542c\u4e66\u529f\u80fd\uff0c\u5982\u60f3\u4f53\u9a8c\u542c\u4e66\u529f\u80fd\uff0c\u8bf7\u5207\u6362\u5176\u4ed6\u6a21\u5f0f\uff0c\u5e76\u4e14\u9605\u8bfb\u8fdb\u5ea6\u4e0e\u5176\u4ed6\u6a21\u5f0f\u4e0d\u5171\u4eab\u3002",success:function(e){e.confirm&&t("log","\u7528\u6237\u70b9\u51fb\u786e\u5b9a"," at pages/yRead/angbook.vue:2837")}})):this.isVerticalHua=!1)},changeBackground:function(e){e!==this.background&&(this.background=e,uni.setStorageSync("background",this.background),this.SimulationTextObj.background=this.background,this.SimulationTextObj.oldReadPage=this.curPage.pageNum,t("log","\u6539\u53d8\u9875\u9762\u80cc\u666f",this.curPage.pageNum," at pages/yRead/angbook.vue:2859"))},getDirectoryList:function(t){var e=this;return t&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),this.$http.post("book/book/getBookCatalogue",{bookid:this.bookId_mark}).then((function(t){for(var i in 1==e.detail.isBuy&&1,t.bookCatalogue)e.directoryList.push({id:i,chapterId:t.bookCatalogue[i].chapterId,name:t.bookCatalogue[i].chapterName})})).catch((function(){return uni.hideLoading(),new Promise((function(t,i){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var i=(0,r.default)(a.default.mark((function i(n){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(!n.confirm){i.next=6;break}return i.next=3,e.getDirectoryList(!0);case 3:t(),i.next=7;break;case 6:n.cancel&&e.back();case 7:case"end":return i.stop()}}),i)})));return function(t){return i.apply(this,arguments)}}()})}))}))},getOneChapter:function(t,e){var i=this;return e&&uni.showLoading({title:"\u52a0\u8f7d\u4e2d",mask:!0}),this.$http.post("book/bookchaptercontent/appBooksChapterContent",{userId:this.userInfo.id,bookid:this.bookId_mark,chapterid:t}).then((function(t){i.tmpChapter.text=t.bookCatalogue})).catch((function(){return uni.hideLoading(),new Promise((function(e,n){uni.showModal({title:"\u8fde\u63a5\u5931\u8d25",content:"\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u72b6\u6001",confirmText:"\u91cd\u8bd5",success:function(){var n=(0,r.default)(a.default.mark((function n(o){return a.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!o.confirm){n.next=6;break}return n.next=3,i.getOneChapter(t,!0);case 3:e(),n.next=7;break;case 6:o.cancel&&i.back();case 7:case"end":return n.stop()}}),n)})));return function(t){return n.apply(this,arguments)}}()})}))}))},getThreeChapter:function(t){var e=this;return(0,r.default)(a.default.mark((function i(){return a.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,e.getOneChapter(e.directoryList[Number(t)].chapterId);case 2:if(e.curChapter={chapterIndex:Number(t),chapterName:e.directoryList[Number(t)].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},e.verticalData={chapterIndex:Number(t),chapterName:e.directoryList[Number(t)].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},y=e.curChapter.text,e.counlSystemInfo(),e.domIndex=0,0===e.curChapter.chapterIndex){i.next=16;break}return i.next=10,e.getOneChapter(e.directoryList[Number(t)-1].chapterId);case 10:e.preChapter={chapterIndex:Number(t)-1,chapterName:e.directoryList[Number(t)-1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},g=e.tmpChapter.text,e.mpcounlSystemInfo(),e.preChapterTotal=Math.floor(g.length/e.NumCol)+1,i.next=17;break;case 16:e.preChapter={ready:!0,isCover:!0};case 17:if(e.curChapter.chapterIndex===e.directoryList.length-1){i.next=26;break}return i.next=20,e.getOneChapter(e.directoryList[Number(t)+1].chapterId);case 20:e.nextChapter={chapterIndex:Number(t)+1,chapterName:e.directoryList[Number(t)+1].name,text:e.tmpChapter.text,canRead:e.tmpChapter.canRead},m=e.tmpChapter.text,e.nextmpcounlSystemInfo(),e.nextChapterTotal=Math.floor(m.length/e.NumCol)+1,i.next=27;break;case 26:e.nextChapter={ready:!0,isEnd:!0};case 27:return i.next=29,e.calcCurChapter();case 29:return i.next=31,e.calcPreChapter();case 31:return i.next=33,e.calcNextChapter();case 33:case"end":return i.stop()}}),i)})))()},getReadRateUl:function(){var e=this,i={bookId:this.bookId_mark,userId:this.userInfo.id};f.default.request({url:"book/bookreadrate/getReadRate",method:"POST",data:i,header:{"Content-Type":"application/json"}}).then((function(i){t("log","\u83b7\u53d6",i," at pages/yRead/angbook.vue:3060"),null===i.readRate?e.speedTrue=!1:(e.speedTrue=!0,e.curChapter.chapterIndex=i.readRate.chapterId,e.updateReadId=i.readRate.id,e.oldReadSpeed.precent=i.readRate.precent,e.oldReadSpeed.updateReadId=i.readRate.id,e.getThreeChapter(e.curChapter.chapterIndex))}))},saveReadRateUl:function(){t("log","\u4fdd\u5b58\u6570\u636e",this.speedData," at pages/yRead/angbook.vue:3078");var e={bookId:this.speedData.bookId,chapterId:this.speedData.chapter_id,chapterName:this.speedData.chapter_name,precent:this.progress,contentId:this.speedData.content_id,userId:this.userInfo.id};f.default.request({url:"book/bookreadrate/save",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){t("log","\u4fdd\u5b58\u6210\u529f",e," at pages/yRead/angbook.vue:3096")}))},updateReadRateUl:function(){t("log","\u66f4\u65b0\u6570\u636e",this.speedData," at pages/yRead/angbook.vue:3103");var e={bookId:this.speedData.bookId,chapterId:this.speedData.chapter_id,chapterName:this.speedData.chapter_name,precent:this.speedData.precent,contentId:this.speedData.content_id,userId:this.userInfo.id,id:this.updateReadId};f.default.request({url:"book/bookreadrate/update",method:"POST",data:e,header:{"Content-Type":"application/json"}}).then((function(e){t("log","\u66f4\u65b0",e," at pages/yRead/angbook.vue:3122")}))},buyBook:function(){uni.showToast({title:"\u8df3\u8f6c\u81f3\u8d2d\u4e70\u9875\u9762\uff0c\u5982\u679c\u672a\u767b\u9646\u5219\u8df3\u8f6c\u767b\u9646",icon:"none"})},onViewClick:function(e){t("log","renderjsCall\u56de\u8c03"," at pages/yRead/angbook.vue:3137"),t("log",e," at pages/yRead/angbook.vue:3138"),"next"==e.chapterid?this.goNextChapter():"prev"==e.chapterid?this.goPreChapter():e.curpage>0?this.goNextPage():e.curpage<0&&this.goPrePage()},showMenuCall:function(t){this.setShow=!0}},beforeDestroy:function(){this.musicPlaying&&this.music.pause()}},"onHide",(function(){this.musicPlaying&&this.music.pause()}));e.default=_}).call(this,i("0de9")["default"])},"48fc":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(1,"v-show",t.menuFlag),expression:"_$s(1,'v-show',menuFlag)"}],staticClass:t._$s(1,"sc","fixed menu"),attrs:{_i:1},on:{touchend:t.hide}},[i("cus-navbar",{style:t._$s(2,"s",{boxShadow:"0 2rpx 8rpx "+t.textColor+"29"}),attrs:{bgColor:t.bgColor,titleColor:t.textColor,_i:2}},[i("template",{slot:"right"},[i("text",{staticClass:t._$s(4,"sc","iconfont icon-gengduo"),attrs:{_i:4},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.moreHandle(e)}}})])],2),i("view",{staticClass:t._$s(5,"sc","bottom"),style:t._$s(5,"s",{backgroundColor:t.bgColor,color:t.textColor,boxShadow:"0 -2rpx 8rpx "+t.textColor+"29"}),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.catalogHandle(e)}}},[i("text",{staticClass:t._$s(7,"sc","iconfont icon-caidan1"),attrs:{_i:7}}),i("text")]),i("view",{staticClass:t._$s(9,"sc","item"),attrs:{_i:9},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.darkHandle(e)}}},[i("text",{staticClass:t._$s(10,"sc","iconfont"),class:t._$s(10,"c",t.isDark?"icon-rijian":"icon-yejian"),attrs:{_i:10}}),i("text",[t._v(t._$s(11,"t0-0",t._s(t.isDark?"\u65e5\u95f4":"\u591c\u95f4")))])]),i("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.cacheHandle(e)}}},[t._$s(13,"i",!t.isCacheing)?i("text",{staticClass:t._$s(13,"sc","iconfont icon-xiazai"),attrs:{_i:13}}):i("text",[t._v(t._$s(14,"t0-0",t._s(t.curCaches.length))+t._$s(14,"t0-1",t._s(t.chapterData.length)))]),i("text",[t._v(t._$s(15,"t0-0",t._s(t.curCaches.length!==t.chapterData.length?"\u7f13\u5b58":"\u5df2\u7f13\u5b58")))])]),i("view",{staticClass:t._$s(16,"sc","item"),attrs:{_i:16},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.settingHandle(e)}}},[i("text",{staticClass:t._$s(17,"sc","iconfont icon-shezhi"),attrs:{_i:17}}),i("text")])]),t._$s(19,"i",!t.settingFlag)?i("view",{staticClass:t._$s(19,"sc","listen"),style:t._$s(19,"s",{color:t.bgColor}),attrs:{_i:19},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.listenHandle(e)}}}):t._e(),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(20,"v-show",t.settingFlag),expression:"_$s(20,'v-show',settingFlag)"}],staticClass:t._$s(20,"sc","setting"),style:t._$s(20,"s",{backgroundColor:t.bgColor,color:t.textColor,boxShadow:"0 -2rpx 8rpx "+t.textColor+"29"}),attrs:{_i:20},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(21,"sc","line"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","title"),attrs:{_i:22}}),i("cus-button",{attrs:{"data-str":"-",bgColor:"rgba(0,0,0,.1)",textColor:t.textColor,width:"60px",fontSize:"14px",disabled:t.fontSize<=t.minFontSize,border:!1,_i:23},on:{click:function(e){return t.changeFontSize(-2)}}},[t._v("")]),i("view",[t._v(t._$s(24,"t0-0",t._s(t.fontSize)))]),i("cus-button",{attrs:{"data-str":"+",bgColor:"rgba(0,0,0,.1)",textColor:t.textColor,width:"60px",fontSize:"14px",disabled:t.fontSize>=t.maxFontSize,border:!1,_i:25},on:{click:function(e){return t.changeFontSize(2)}}},[t._v("")])],1),i("view",{staticClass:t._$s(26,"sc","line"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","title"),attrs:{_i:27}}),t._l(t._$s(28,"f",{forItems:t.bgColorList}),(function(e,n,a,o){return i("cus-button",{key:t._$s(28,"f",{forIndex:a,key:n}),staticClass:t._$s("28-"+o,"sc","background"),attrs:{bgColor:e,border:n===t.colorType,_i:"28-"+o},on:{click:function(e){return t.changeBackground(n)}}})}))],2),i("view",{staticClass:t._$s(29,"sc","line"),attrs:{_i:29}},[i("view",{staticClass:t._$s(30,"sc","title"),attrs:{_i:30}}),t._l(t._$s(31,"f",{forItems:t.turnTypeList}),(function(e,n,a,o){return i("cus-button",{key:t._$s(31,"f",{forIndex:a,key:n}),attrs:{bgColor:t.bgColor,border:!0,textColor:t.textColor,width:"60px",hairLine:n!==t.turnType,_i:"31-"+o},on:{click:function(e){return t.changeTurnType(n)}}},[t._v(t._$s("31-"+o,"t0-0",t._s(e)))])}))],2)])],1),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(32,"v-show",t.catalogFlag),expression:"_$s(32,'v-show',catalogFlag)"}],staticClass:t._$s(32,"sc","fixed catalog"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","mask"),attrs:{_i:33},on:{click:function(e){t.catalogFlag=!1}}}),i("view",{staticClass:t._$s(34,"sc","catalog-content"),style:t._$s(34,"s",{backgroundColor:t.bgColor,color:t.textColor}),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","order iconfont"),class:t._$s(35,"c",t.descFlag?"icon-paixu1":"icon-paixu"),attrs:{_i:35},on:{touchend:function(e){return e.preventDefault(),e.stopPropagation(),t.sortHandle(e)}}}),i("scroll-view",{staticClass:t._$s(36,"sc","scroll-view"),attrs:{"scroll-into-view":t._$s(36,"a-scroll-into-view","siv"+t.sivId),_i:36}},[i("view",{class:t._$s(37,"c",{reverse:t.descFlag}),attrs:{_i:37}},t._l(t._$s(38,"f",{forItems:t.chapterData}),(function(e,n,a,o){return i("view",{key:t._$s(38,"f",{forIndex:a,key:e.index}),staticClass:t._$s("38-"+o,"sc","item"),class:t._$s("38-"+o,"c",{"text-gray":t.curCaches.includes(e.index),"text-red":t.chapterIndex===n}),attrs:{id:t._$s("38-"+o,"a-id","siv"+n),_i:"38-"+o},on:{click:function(e){return t.clickCatalog(n)}}},[i("view",{staticClass:t._$s("39-"+o,"sc","chapter-name"),attrs:{_i:"39-"+o}},[t._v(t._$s("39-"+o,"t0-0",t._s(e.title)))]),t._$s("40-"+o,"i",t.curCaches.includes(e.index))?i("view"):t._e()])})),0)])])])])},a=[]},"490b":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),o=n(i("90be")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e300;return{residenceTime:e,overtime:a}}if("page"===t){var o=e>1800;return{residenceTime:e,overtime:o}}return{residenceTime:e}},U=function(t){var e=y.reportInterval;if(0===Number(e))return 0;e=e||t;return/(^[1-9]\d*$)/.test(e)?Number(e):t}(10),q={uuid:function(t){return l.deviceId||C()}(),ak:x.appid,p:"android"===l.platform?"a":"i",ut:k(),mpn:function(){var t="";return"wx"!==k()&&"qq"!==k()||uni.canIUse("getAccountInfoSync")&&(t=uni.getAccountInfoSync().miniProgram.appId||""),k(),t}(),usv:"4.06",v:function(){return"n"===k()?plus.runtime.version:""}(),ch:function(){var t=k(),e="";return"n"===t&&(e=plus.runtime.channel),e}(),cn:"",pn:"",ct:"",t:A(),tt:"",brand:l.brand||"",md:l.model,sv:l.system.replace(/(Android|iOS)\s/,""),mpsdk:l.SDKVersion||"",mpv:l.version||"",lang:l.language,pr:l.pixelRatio,ww:l.windowWidth,wh:l.windowHeight,sw:l.screenWidth,sh:l.screenHeight},W=function(){"use strict";function t(){o(this,t),this.self="",this.__licationShow=!1,this.__licationHide=!1,this.statData=q,this._navigationBarTitle={config:"",page:"",report:"",lt:""},this._query={};var e="function"===typeof uni.addInterceptor;e&&(this.addInterceptorInit(),this.interceptLogin(),this.interceptShare(!0),this.interceptRequestPayment())}return r(t,[{key:"addInterceptorInit",value:function(){var t=this;uni.addInterceptor("setNavigationBarTitle",{invoke:function(e){t._navigationBarTitle.page=e.title}})}},{key:"interceptLogin",value:function(){var t=this;uni.addInterceptor("login",{complete:function(){t._login()}})}},{key:"interceptShare",value:function(t){var e=this;t?uni.addInterceptor("share",{success:function(){e._share()},fail:function(){e._share()}}):e._share()}},{key:"interceptRequestPayment",value:function(){var t=this;uni.addInterceptor("requestPayment",{success:function(){t._payment("pay_success")},fail:function(){t._payment("pay_fail")}})}},{key:"_login",value:function(){this.sendEventRequest({key:"login"},0)}},{key:"_share",value:function(){this.sendEventRequest({key:"share"},0)}},{key:"_payment",value:function(t){this.sendEventRequest({key:t},0)}},{key:"applicationShow",value:function(){if(this.__licationHide){var t=H("app");if(t.overtime){var e=uni.getStorageSync("_STAT_LAST_PAGE_ROUTE"),i={path:e,scene:this.statData.sc,cst:2};this.sendReportRequest(i)}this.__licationHide=!1}}},{key:"applicationHide",value:function(t,e){t||(t=N()),this.__licationHide=!0;var i=H(),n=S(t);uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",n),this.sendHideRequest({urlref:n,urlref_ts:i.residenceTime},e),F()}},{key:"pageShow",value:function(t){this._navigationBarTitle={config:"",page:"",report:"",lt:""};var e=S(t),i=D(t);if(this._navigationBarTitle.config=O(i),this.__licationShow)return F(),uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",e),void(this.__licationShow=!1);var n=H("page");if(n.overtime){var a={path:e,scene:this.statData.sc,cst:3};this.sendReportRequest(a)}F()}},{key:"pageHide",value:function(t){if(!this.__licationHide){var e=H("page"),i=S(t),n=uni.getStorageSync("_STAT_LAST_PAGE_ROUTE");return n||(n=i),uni.setStorageSync("_STAT_LAST_PAGE_ROUTE",i),void this.sendPageRequest({url:i,urlref:n,urlref_ts:e.residenceTime})}}},{key:"sendReportRequest",value:function(t,e){this._navigationBarTitle.lt="1",this._navigationBarTitle.config=O(t.path);var i=t.query&&"{}"!==JSON.stringify(t.query),n=i?"?"+JSON.stringify(t.query):"",a=function(){var t=p("__last__visit__time"),e=0;return t&&(e=t),f("__last__visit__time",A()),e}();if(0!==a||!a){var o=function(t){var e="";if("n"===k()){try{e=plus.device.uuid}catch(i){e=""}return e}return l.deviceId||C()}(),r=function(){var t=p("is_handle_device_id")||"";return f("is_handle_device_id","1"),"1"===t}();r||(this.statData.odid=o)}Object.assign(this.statData,{lt:"1",url:t.path+n||"",t:A(),sc:$(t.scene),fvts:B(),lvts:a,tvc:z(),cst:t.cst||1}),"n"===k()?this.getProperty(e):this.getNetworkInfo(e)}},{key:"sendPageRequest",value:function(t){var e=t.url,i=t.urlref,n=t.urlref_ts;this._navigationBarTitle.lt="11";var a={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"11",ut:this.statData.ut,url:e,tt:this.statData.tt,urlref:i,urlref_ts:n,ch:this.statData.ch,usv:this.statData.usv,t:A()};this.request(a)}},{key:"sendHideRequest",value:function(t,e){var i=t.urlref,n=t.urlref_ts,a={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"3",ut:this.statData.ut,urlref:i,urlref_ts:n,ch:this.statData.ch,usv:this.statData.usv,t:A()};this.request(a,e)}},{key:"sendEventRequest",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.key,i=void 0===e?"":e,n=t.value,a=void 0===n?"":n,o="";try{o=D()}catch(u){var r=p("__launch_options");o=r.path}this._navigationBarTitle.config=O(o),this._navigationBarTitle.lt="21";var c={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"21",ut:this.statData.ut,url:o,ch:this.statData.ch,e_n:i,e_v:"object"===s(a)?JSON.stringify(a):a.toString(),usv:this.statData.usv,t:A()};this.request(c)}},{key:"sendPushRequest",value:function(t,e){var i=this,n=A(),a={lt:"101",cid:e,t:n,ut:this.statData.ut};var o=T({101:[a]}),r={usv:"4.06",t:n,requests:o};"n"!==k()||"a"!==this.statData.p?this.sendRequest(r):setTimeout((function(){i.sendRequest(r)}),200)}},{key:"getProperty",value:function(t){var e=this;plus.runtime.getProperty(plus.runtime.appid,(function(i){e.statData.v=i.version||"",e.getNetworkInfo(t)}))}},{key:"getNetworkInfo",value:function(t){var e=this;uni.getNetworkType({success:function(i){e.statData.net=i.networkType,e.getLocation(t)}})}},{key:"getLocation",value:function(t){var e=this;x.getLocation?uni.getLocation({type:"wgs84",geocode:!0,success:function(i){i.address&&(e.statData.cn=i.address.country,e.statData.pn=i.address.province,e.statData.ct=i.address.city),e.statData.lat=i.latitude,e.statData.lng=i.longitude,e.request(e.statData,t)}}):(this.statData.lat=0,this.statData.lng=0,this.request(this.statData,t))}},{key:"request",value:function(t,e){var i=this,n=A(),a=this._navigationBarTitle;Object.assign(t,{ttn:a.page,ttpj:a.config,ttc:a.report});var o=p("__UNI__STAT__DATA")||{};o[t.lt]||(o[t.lt]=[]),o[t.lt].push(t),f("__UNI__STAT__DATA",o);var r=function(){return E=A(),M=p("__page__residence__time"),E-M}();if(!(r864e5&&L((function(t){var e=t.enable;uni.setStorageSync("Report_Data_Time",n),uni.setStorageSync("Report_Status",e)}))):L((function(e){var i=e.enable;uni.setStorageSync("Report_Data_Time",n),uni.setStorageSync("Report_Status",i),1===i&&t()}))}))}()}},{key:"sendRequest",value:function(t){if(uni.__stat_uniCloud_space){var e=uni.__stat_uniCloud_space.importObject("uni-stat-receiver",{customUI:!0});e.report(t).then((function(){0})).catch((function(t){0}))}else console.error("\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u7edf\u8ba1\u4e0a\u62a5\u5931\u8d25\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4.")}},{key:"imageRequest",value:function(t){this.getIsReportData().then((function(){var e=new Image,i=function(t){var e=Object.keys(t),i=e.sort(),n={},a="";for(var o in i)n[i[o]]=t[i[o]],a+=i[o]+"="+t[i[o]]+"&";return{sign:"",options:a.substr(0,a.length-1)}}(function(t){var e={};for(var i in t)e[i]=encodeURIComponent(t[i]);return e}(t)).options;e.src="https://tongji.dcloud.io/uni/stat.gif?"+i}))}},{key:"sendEvent",value:function(t,e){(function(t,e){return t?"string"!==typeof t?(console.error("uni.report [eventName] Parameter type error, it can only be of type String"),!0):t.length>255?(console.error("uni.report [eventName] Parameter length cannot be greater than 255"),!0):"string"!==typeof e&&"object"!==s(e)?(console.error("uni.report [options] Parameter type error, Only supports String or Object type"),!0):"string"===typeof e&&e.length>255?(console.error("uni.report [options] Parameter length cannot be greater than 255"),!0):"title"===t&&"string"!==typeof e?(console.error("uni.report [eventName] When the parameter is title, the [options] parameter can only be of type String"),!0):void 0:(console.error("uni.report Missing [eventName] parameter"),!0)})(t,e)||("title"!==t?this.sendEventRequest({key:t,value:"object"===s(e)?JSON.stringify(e):e},1):this._navigationBarTitle.report=e)}}]),t}(),V=function(i){"use strict";e(a,i);var n=u(a);function a(){return o(this,a),n.call(this)}return r(a,[{key:"pushEvent",value:function(t){var e=this,i=function(){if(y.collectItems){var t=y.collectItems.uniPushClientID;return"boolean"===typeof t&&t}return!1}();uni.getPushClientId&&i&&uni.getPushClientId({success:function(i){var n=i.cid||!1;n&&e.sendPushRequest(t,n)}})}},{key:"launch",value:function(t,e){R(),this.__licationShow=!0,f("__launch_options",t),t.cst=1,this.sendReportRequest(t,!0)}},{key:"load",value:function(t,e){this.self=e,this._query=t}},{key:"appHide",value:function(t){this.applicationHide(t,!0)}},{key:"appShow",value:function(t){this.applicationShow(t)}},{key:"show",value:function(t){if(this.self=t,"page"===P(t)){var e=j();e&&this.pageShow(t)}"app"===P(t)&&this.appShow()}},{key:"hide",value:function(t){if(this.self=t,"page"===P(t)){var e=j();e&&this.pageHide(t)}"app"===P(t)&&this.appHide()}},{key:"error",value:function(t){var e="";e=t.message?t.stack:JSON.stringify(t);var i="";try{i=get_route()}catch(a){i=""}var n={ak:this.statData.ak,uuid:this.statData.uuid,p:this.statData.p,lt:"31",url:i,ut:this.statData.ut,ch:this.statData.ch,mpsdk:this.statData.mpsdk,mpv:this.statData.mpv,v:this.statData.v,em:e,usv:this.statData.usv,t:parseInt((new Date).getTime()/1e3)};this.request(n)}}],[{key:"getInstance",value:function(){uni.__stat_instance||(uni.__stat_instance=new a);var e=function(t){var e=function(){return{}||{}}(),i=e.spaceId,n=e.provider,a=e.clientSecret,o=e.secretKey,r=e.secretId,s=-1!==["tcb","tencent","aliyun","alipay"].indexOf(n),c="aliyun"===n&&i&&a,u=("tcb"===n||"tencent"===n)&&i,l="alipay"===n&&i&&o&&r;return s&&(c||u||l)?e:t&&t.spaceId?t:null}(t.config);if(!uni.__stat_uniCloud_space)if(e&&0!==Object.keys(e).length){var i={provider:e.provider,spaceId:e.spaceId,clientSecret:e.clientSecret};e.endpoint&&(i.endpoint=e.endpoint),"alipay"===e.provider&&(i.secretKey=e.secretKey,i.accessKey=e.accessKey||e.secretId,i.spaceAppId=e.spaceAppId||e.appId),uni.__stat_uniCloud_space=t.init(i)}else console.error("\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4");return uni.__stat_instance}}]),a}(W),Q=V,Y=Q.getInstance(),G=!1,J={onLaunch:function(t){Y.launch(t,this),Y.pushEvent(t)},onLoad:function(t){if(Y.load(t,this),this.$scope&&this.$scope.onShareAppMessage){var e=this.$scope.onShareAppMessage;this.$scope.onShareAppMessage=function(t){return Y.interceptShare(!1),e.call(this,t)}}},onShow:function(){G=!1,Y.show(this)},onHide:function(){G=!0,Y.hide(this)},onUnload:function(){G?G=!1:Y.hide(this)},onError:function(t){Y.error(t)}};function X(){var t=i("8bbf");(t.default||t).mixin(J),uni.report=function(t,e){Y.sendEvent(t,e)}}(function(){X()})()}).call(this,i("a9ff")["default"])},"4a3f":function(t,e,i){"use strict";i.r(e);var n=i("5f24"),a=i("de53");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4a4b":function(t,e){function i(e,n){return t.exports=i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e,n)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"4a78":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o=n(i("65fd"));function r(t){var e=new Date(t),i=e.getFullYear(),n=e.getMonth()+1;n=n<10?"0"+n:n;var a=e.getDate();a=a<10?"0"+a:a;var o=e.getHours();o=o<10?"0"+o:o;var r=e.getMinutes(),s=e.getSeconds();return r=r<10?"0"+r:r,s=s<10?"0"+s:s,i+"-"+n+"-"+a+" "+o+":"+r+":"+s}var s={data:function(){return{playData:{},pageWidth:uni.getSystemInfoSync().windowWidth,pageHeight:uni.getSystemInfoSync().windowHeight-200,fiveYunNum:5,date:Date.now(),dateToString:r(new Date),timestamp:Date.now(),wy:{curTime:0,zhuyun:[],keyun:[],nianyun:"",fiveTimes:[]},showCalendar:!1,info:{lunar:!0,range:!0,insert:!1,selected:[]},lq:{curTime:0,zhuqi:[],keqi:[],time:[]},yinli:{year:"",month:"",day:"",hour:""},wYScrollLeft:0,lQScrollLeft:0,wytext:""}},onLoad:function(){var t=(new Date).toISOString().slice(0,10);this.timestamp=new Date(t).getTime(),this.getYun(this.dateToString)},onHide:function(){},methods:{scroll:function(t){},getYun:function(e){var i=this;o.default.request({url:"book/point/WYLQForYear",method:"POST",data:{date:e},header:{"Content-Type":"application/json"}}).then((function(e){0==e.code&&e.wylq&&(t("log","\u83b7\u53d6\u6210\u529f",e.wylq," at pages/luck/luck.vue:207"),i.wy.zhuyun=e.wylq.wy.zhuYun,i.wy.keyun=e.wylq.wy.keYun,i.wy.nianyun=e.wylq.wy.nianYun,i.wy.fiveTimes=e.wylq.wy.time,i.wy.now=e.wylq.wy.now,i.wytext="text"+i.wy.now,i.lq=e.wylq.lq)})).catch((function(e){t("log",e,"e"," at pages/luck/luck.vue:238")}))},changeLog:function(e){t("log","change\u4e8b\u4ef6:",e," at pages/luck/luck.vue:242");var i=e.slice(0,10);this.timestamp=new Date(i).getTime(),this.getYun(e)},formatDateTime:function(t){var e=new Date(t),i=e.getFullYear(),n=e.getMonth()+1;n=n<10?"0"+n:n;var a=e.getDate();a=a<10?"0"+a:a;var o=e.getHours();o=o<10?"0"+o:o;var r=e.getMinutes(),s=e.getSeconds();return r=r<10?"0"+r:r,s=s<10?"0"+s:s,i+"-"+n+"-"+a+" "+o+":"+r+":"+s}},components:{musicPlay:a.default}};e.default=s}).call(this,i("0de9")["default"])},"4ab3":function(t,e,i){t.exports=i.p+"static/icon/home_icon_3.png"},"4b0c":function(t,e,i){"use strict";i.r(e);var n=i("ab12"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4b0e":function(t,e,i){"use strict";i.r(e);var n=i("6433"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4bab":function(t,e,i){"use strict";i.r(e);var n=i("48fc"),a=i("7b68");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4bc2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={battery:i("7c09").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","container hidden"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","chapter"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","content"),attrs:{id:"content",_i:3}},[i("view",{staticClass:t._$s(4,"sc","inner-box"),style:t._$s(4,"s",{height:t.innerHeight+"px"}),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","book-inner"),style:t._$s(5,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"preChapter",_i:5},domProps:{innerHTML:t._s(t._$s(5,"v-html",t.preChapter.text))}})])]),i("view",{staticClass:t._$s(6,"sc","bottom-bar"),attrs:{_i:6}})]),i("view",{staticClass:t._$s(7,"sc","container hidden"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","chapter"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","content"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","inner-box"),style:t._$s(10,"s",{height:t.innerHeight+"px"}),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","book-inner"),style:t._$s(11,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"curChapter",_i:11},domProps:{innerHTML:t._s(t._$s(11,"v-html",t.curChapter.text))}})])]),i("view",{staticClass:t._$s(12,"sc","bottom-bar"),attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","container hidden"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","chapter"),attrs:{_i:14}}),i("view",{staticClass:t._$s(15,"sc","content"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","inner-box"),style:t._$s(16,"s",{height:t.innerHeight+"px"}),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","book-inner"),style:t._$s(17,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px"}),attrs:{id:"nextChapter",_i:17},domProps:{innerHTML:t._s(t._$s(17,"v-html",t.nextChapter.text))}})])]),i("view",{staticClass:t._$s(18,"sc","bottom-bar"),attrs:{_i:18}})]),i("view",{staticClass:t._$s(19,"sc","cover container"),class:t._$s(19,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(19,"s",{zIndex:201,transform:"translate"+t.cover.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:19},on:{touchstart:t.coverTouchStart,touchend:t.coverTouchEnd,touchmove:t.coverTouchMove,touchcancel:t.coverTouchcancel}},[i("image"),i("view")]),i("view",{staticClass:t._$s(22,"sc","container"),class:t._$s(22,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(22,"s",{zIndex:102,transform:"translate"+t.prePage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:22}},[i("view",{staticClass:t._$s(23,"sc","chapter"),attrs:{_i:23}},[t._v(t._$s(23,"t0-0",t._s(t.prePage.chapterName)))]),i("view",{staticClass:t._$s(24,"sc","content"),attrs:{_i:24}},[t._$s(25,"i",t.prePage.canRead)?i("view",{staticClass:t._$s(25,"sc","inner-box"),style:t._$s(25,"s",{height:t.innerHeight+"px"}),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","book-inner"),style:t._$s(26,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.prePage.pageNum*t.innerHeight+"px)"}),attrs:{_i:26},domProps:{innerHTML:t._s(t._$s(26,"v-html",t.prePage.text))}})]):i("view",[i("view")])]),i("view",{staticClass:t._$s(29,"sc","bottom-bar"),attrs:{_i:29}},[i("view",[t._v(t._$s(30,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.prePage.pageNum+1))+t._$s(31,"t0-1",t._s(t.prePage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:33}})],1)])]),i("view",{staticClass:t._$s(34,"sc","container"),class:t._$s(34,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(34,"s",{zIndex:101,transform:"translate"+t.curPage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:34},on:{touchstart:t.touchStart,touchend:t.touchEnd,touchmove:t.touchMove,touchcancel:t.touchcancel}},[i("view",{staticClass:t._$s(35,"sc","chapter"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.curPage.chapterName)))]),i("view",{staticClass:t._$s(36,"sc","content"),attrs:{_i:36}},[t._$s(37,"i",t.curPage.canRead)?i("view",{staticClass:t._$s(37,"sc","inner-box"),style:t._$s(37,"s",{height:t.innerHeight+"px"}),attrs:{_i:37}},[i("view",{staticClass:t._$s(38,"sc","book-inner"),style:t._$s(38,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.curPage.pageNum*t.innerHeight+"px)"}),attrs:{_i:38},domProps:{innerHTML:t._s(t._$s(38,"v-html",t.curPage.text))}})]):i("view",[i("view",{attrs:{_i:40},on:{touchstart:function(t){t.stopPropagation()},touchmove:function(t){t.stopPropagation()},touchend:function(e){return e.stopPropagation(),t.buyBook(e)}}})])]),i("view",{staticClass:t._$s(41,"sc","bottom-bar"),attrs:{_i:41}},[i("view",[t._v(t._$s(42,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(43,"t0-0",t._s(t.curPage.pageNum+1))+t._$s(43,"t0-1",t._s(t.curPage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:45}})],1)])]),i("view",{staticClass:t._$s(46,"sc","container"),class:t._$s(46,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(46,"s",{zIndex:100,transform:"translate"+t.nextPage.pageTranslate[t.turnType],transition:"transform "+(t.showAnimation?t.turnPageTime:0)+"s",boxShadow:t.showShadow&&0===t.turnType?"0 0 10px 0 rgba(0,0,0,.4)":""}),attrs:{_i:46}},[i("view",{staticClass:t._$s(47,"sc","chapter"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.nextPage.chapterName)))]),i("view",{staticClass:t._$s(48,"sc","content"),attrs:{_i:48}},[t._$s(49,"i",t.nextPage.canRead)?i("view",{staticClass:t._$s(49,"sc","inner-box"),style:t._$s(49,"s",{height:t.innerHeight+"px"}),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","book-inner"),style:t._$s(50,"s",{fontSize:t.fontSize+"px",lineHeight:t.lineHeight*t.fontSize+"px",color:""+t.colorList[t.background-1],transform:"translateY(-"+t.nextPage.pageNum*t.innerHeight+"px)"}),attrs:{_i:50},domProps:{innerHTML:t._s(t._$s(50,"v-html",t.nextPage.text))}})]):i("view",[i("view")])]),i("view",{staticClass:t._$s(53,"sc","bottom-bar"),attrs:{_i:53}},[i("view",[t._v(t._$s(54,"t0-0",t._s(t.systemTimeStr)))]),i("view",[t._v(t._$s(55,"t0-0",t._s(t.nextPage.pageNum+1))+t._$s(55,"t0-1",t._s(t.nextPage.totalPage)))]),i("view",[i("battery",{attrs:{level:t.batteryLevel,charging:2===t.batteryState,_i:57}})],1)])]),t._$s(58,"i",t.menuShow)?i("view",{staticClass:t._$s(58,"sc","menu"),style:t._$s(58,"s",{height:"100%",width:t.windowWidth+"px"}),attrs:{_i:58},on:{touchend:t.closeMenu}},[i("view",{staticClass:t._$s(59,"sc","menu-top"),style:t._$s(59,"s",{height:t.statusBarHeight+40+"px",top:t.itemShow?0:"-100%"}),attrs:{_i:59},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{style:t._$s(60,"s",{height:t.statusBarHeight+"px"}),attrs:{_i:60}}),i("view",{staticClass:t._$s(61,"sc","head"),attrs:{_i:61}},[i("text",{staticClass:t._$s(62,"sc","iconfont back"),attrs:{_i:62},on:{click:t.back}}),i("text",{staticClass:t._$s(63,"sc","iconfont back"),attrs:{_i:63},on:{click:t.back}})])]),i("view",{staticClass:t._$s(64,"sc","menu-bottom"),style:t._$s(64,"s",{bottom:t.itemShow?0:"-100%"}),attrs:{_i:64},on:{touchend:function(t){t.stopPropagation()}}},[t._$s(65,"i",t.progressTouched)?i("view",{staticClass:t._$s(65,"sc","show-chapter"),attrs:{_i:65}},[t._v(t._$s(65,"t0-0",t._s(t.directoryList[t.chapterProgress].name)))]):i("view",{staticClass:t._$s(66,"sc","show-chapter"),attrs:{_i:66}},[t._v(t._$s(66,"t0-0",t._s(t.curChapter.chapterName)))]),i("view",{staticClass:t._$s(67,"sc","progress-box"),attrs:{_i:67}},[i("text",{attrs:{_i:68},on:{click:t.goPreChapter}}),i("view",[i("slider",{attrs:{value:t._$s(70,"a-value",t.curChapter.chapterIndex),max:t._$s(70,"a-max",t.directoryList.length-1),_i:70},on:{changing:t.slideChanging,change:t.slideChange}})]),i("text",{attrs:{_i:71},on:{click:t.goNextChapter}})]),i("view",{staticClass:t._$s(72,"sc","items-box"),attrs:{_i:72}},[i("view",{staticClass:t._$s(73,"sc","item-box"),attrs:{_i:73},on:{click:t.openDirectory}},[i("text",{staticClass:t._$s(74,"sc","iconfont"),attrs:{_i:74}}),i("text")]),t._$s(76,"i",2===t.background)?i("view",{staticClass:t._$s(76,"sc","item-box"),attrs:{_i:76},on:{click:function(e){return t.changeBackground(1)}}},[i("text",{staticClass:t._$s(77,"sc","iconfont"),attrs:{_i:77}}),i("text")]):t._e(),t._$s(79,"i",1===t.background)?i("view",{staticClass:t._$s(79,"sc","item-box"),attrs:{_i:79},on:{click:function(e){return t.changeBackground(2)}}},[i("text",{staticClass:t._$s(80,"sc","iconfont"),attrs:{_i:80}}),i("text")]):t._e(),i("view",{staticClass:t._$s(82,"sc","item-box"),attrs:{_i:82},on:{click:t.openSetting}},[i("text",{staticClass:t._$s(83,"sc","iconfont"),attrs:{_i:83}}),i("text")])])]),i("view",{staticClass:t._$s(85,"sc","setting"),style:t._$s(85,"s",{bottom:t.settingShow?0:"-100%"}),attrs:{_i:85},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(86,"sc","item"),attrs:{_i:86}},[i("view",{staticClass:t._$s(87,"sc","item-name"),attrs:{_i:87}}),t._$s(88,"i",t.fontSizet.minFontSize)?i("view",{staticClass:t._$s(90,"sc","icon"),attrs:{_i:90},on:{click:t.smallSize}}):i("view",{staticClass:t._$s(91,"sc","icon"),attrs:{_i:91}}),t._$s(92,"i",1===t.simplified)?i("view",{staticClass:t._$s(92,"sc","icon"),attrs:{_i:92},on:{click:function(e){return t.changeFont(2)}}}):i("view",{staticClass:t._$s(93,"sc","icon"),attrs:{_i:93},on:{click:function(e){return t.changeFont(1)}}})]),i("view",{staticClass:t._$s(94,"sc","item"),attrs:{_i:94}},[i("view",{staticClass:t._$s(95,"sc","item-name"),attrs:{_i:95}}),i("view",{staticClass:t._$s(96,"sc","type-setting"),class:t._$s(96,"c",{active:1===t.lineHeight}),attrs:{_i:96},on:{click:function(e){return t.changeLineHeight(1)}}},t._l(5,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("97-"+o,"sc","line"),class:t._$s("97-"+o,"c",{lineActive:1===t.lineHeight}),attrs:{_i:"97-"+o}})})),0),i("view",{staticClass:t._$s(98,"sc","type-setting"),class:t._$s(98,"c",{active:1.5===t.lineHeight}),attrs:{_i:98},on:{click:function(e){return t.changeLineHeight(1.5)}}},t._l(4,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("99-"+o,"sc","line"),class:t._$s("99-"+o,"c",{lineActive:1.5===t.lineHeight}),attrs:{_i:"99-"+o}})})),0),i("view",{staticClass:t._$s(100,"sc","type-setting"),class:t._$s(100,"c",{active:2===t.lineHeight}),attrs:{_i:100},on:{click:function(e){return t.changeLineHeight(2)}}},t._l(3,(function(e,n,a,o){return i("view",{key:e,staticClass:t._$s("101-"+o,"sc","line"),class:t._$s("101-"+o,"c",{lineActive:2===t.lineHeight}),attrs:{_i:"101-"+o}})})),0)]),i("view",{staticClass:t._$s(102,"sc","item"),attrs:{_i:102}},[i("view",{staticClass:t._$s(103,"sc","item-name"),attrs:{_i:103}}),i("view",{staticClass:t._$s(104,"sc","icon"),class:t._$s(104,"c",{active:0===t.turnType}),attrs:{_i:104},on:{click:function(e){return t.changeTurnType(0)}}}),i("view",{staticClass:t._$s(105,"sc","icon"),class:t._$s(105,"c",{active:1===t.turnType}),attrs:{_i:105},on:{click:function(e){return t.changeTurnType(1)}}}),i("view",{staticClass:t._$s(106,"sc","icon"),class:t._$s(106,"c",{active:2===t.turnType}),attrs:{_i:106},on:{click:function(e){return t.changeTurnType(2)}}})]),i("view",{staticClass:t._$s(107,"sc","item"),attrs:{_i:107}},[i("view",{staticClass:t._$s(108,"sc","item-name"),attrs:{_i:108}}),i("view",{staticClass:t._$s(109,"sc","icon"),class:t._$s(109,"c",{active:1===t.background}),attrs:{_i:109},on:{click:function(e){return t.changeBackground(1)}}}),i("view",{staticClass:t._$s(110,"sc","icon"),class:t._$s(110,"c",{active:2===t.background}),attrs:{_i:110},on:{click:function(e){return t.changeBackground(2)}}})])]),t._$s(111,"i",t.directoryShowBefore)?i("view",{staticClass:t._$s(111,"sc","directory"),class:t._$s(111,"c",{container0:1===t.background,container1:2===t.background}),style:t._$s(111,"s",{left:t.directoryShow?0:"-100%",color:""+t.colorList[t.background-1],boxShadow:"0 0 10px 0 rgba(0,0,0,.4)"}),attrs:{_i:111},on:{touchend:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(112,"sc","bookname"),attrs:{_i:112}}),i("virtual-list",{attrs:{items:t.directoryList,size:40,remain:16,active:t.curChapter.chapterIndex,scrollHeight:t.windowHeight-60,_i:113},scopedSlots:t._u([{key:"default",fn:function(e,n,a){var o=e.item,r=e.active;return[i("view",{staticClass:n._$s("115-"+a,"sc","directory-listItem"),class:n._$s("115-"+a,"c",{active:o.index==r}),attrs:{_i:"115-"+a},on:{click:function(e){return t.goToChapter(o.index)}}},[t._v(n._$s("115-"+a,"t0-0",t._s(o.name)))])]}}],null,!1,3155837679)})],1):t._e()]):t._e()])},o=[]},"4c0a":function(t,e,i){"use strict";i.r(e);var n=i("f8fd"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4c8f":function(t,e,i){"use strict";i.r(e);var n=i("82d7"),a=i("440b");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=s.exports},"4cd7":function(t,e,i){"use strict";i.r(e);var n=i("829a"),a=i("ec37");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"503c04d7",null,!1,n["a"],void 0);e["default"]=s.exports},"4d12":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("a028")),o={name:"u-overlay",mixins:[uni.$u.mpMixin,uni.$u.mixin,a.default],computed:{overlayStyle:function(){var t={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":"rgba(0, 0, 0, ".concat(this.opacity,")")};return uni.$u.deepMerge(t,uni.$u.addStyle(this.customStyle))}},methods:{clickHandler:function(){this.$emit("click")}}};e.default=o},"4d6e":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("1108")),o=n(i("7dd9")),r=n(i("b2dc")),s={en:a.default,"zh-Hans":o.default,"zh-Hant":r.default};e.default=s},"4df3":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uPopup:i("1608").default,uToolbar:i("969e").default,uLoadingIcon:i("4466").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("u-popup",{attrs:{show:t.show,_i:0},on:{close:t.closeHandler}},[i("view",{staticClass:t._$s(1,"sc","u-picker"),attrs:{_i:1}},[t._$s(2,"i",t.showToolbar)?i("u-toolbar",{attrs:{cancelColor:t.cancelColor,confirmColor:t.confirmColor,cancelText:t.cancelText,confirmText:t.confirmText,title:t.title,_i:2},on:{cancel:t.cancel,confirm:t.confirm}}):t._e(),i("picker-view",{staticClass:t._$s(3,"sc","u-picker__view"),style:t._$s(3,"s",{height:""+t.$u.addUnit(t.visibleItemCount*t.itemHeight)}),attrs:{indicatorStyle:t._$s(3,"a-indicatorStyle","height: "+t.$u.addUnit(t.itemHeight)),value:t._$s(3,"a-value",t.innerIndex),immediateChange:t._$s(3,"a-immediateChange",t.immediateChange),_i:3},on:{change:t.changeHandler}},t._l(t._$s(4,"f",{forItems:t.innerColumns}),(function(e,n,a,o){return i("picker-view-column",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+o,"sc","u-picker__view__column"),attrs:{_i:"4-"+o}},t._l(t._$s("5-"+o,"f",{forItems:e}),(function(a,r,s,c){return t._$s("5-"+o+"-"+c,"i",t.$u.test.array(e))?i("text",{key:t._$s("5-"+o,"f",{forIndex:s,key:r}),staticClass:t._$s("5-"+o+"-"+c,"sc","u-picker__view__column__item u-line-1"),style:t._$s("5-"+o+"-"+c,"s",{height:t.$u.addUnit(t.itemHeight),lineHeight:t.$u.addUnit(t.itemHeight),fontWeight:r===t.innerIndex[n]?"bold":"normal"}),attrs:{_i:"5-"+o+"-"+c}},[t._v(t._$s("5-"+o+"-"+c,"t0-0",t._s(t.getItemText(a))))]):t._e()})),0)})),0),t._$s(6,"i",t.loading)?i("view",{staticClass:t._$s(6,"sc","u-picker--loading"),attrs:{_i:6}},[i("u-loading-icon",{attrs:{mode:"circle",_i:7}})],1):t._e()],1)])},o=[]},"4e63":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uniDatetimePicker:i("aee8").default,zNavigation:i("183f").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container88"),attrs:{_i:0}},[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u65f6\u8fb0\u53d6\u7a74",_i:2}}),i("view",[i("view",{staticClass:t._$s(4,"sc","box1 "),attrs:{_i:4}},[i("view",[i("view",[i("text",[t._v(t._$s(7,"t0-0",t._s(t.dateToString)))])]),i("view",[i("uni-datetime-picker",{attrs:{type:"datetime","clear-icon":!1,_i:9},on:{change:t.changeLog},model:{value:t._$s(9,"v-model",t.date),callback:function(e){t.date=e},expression:"date"}})],1)]),i("view",{staticClass:t._$s(10,"sc","yunqi"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","shu"),attrs:{_i:11}},[i("text",[t._v(t._$s(12,"t0-0",t._s(t.tiangandizhi.hour)))]),i("text",[t._v(t._$s(13,"t0-0",t._s(t.tiangandizhi.day)))]),i("text",[t._v(t._$s(14,"t0-0",t._s(t.tiangandizhi.month)))]),i("text",[t._v(t._$s(15,"t0-0",t._s(t.tiangandizhi.year)))])])])])]),t._$s(16,"i",t.showDetail)?i("view",{staticClass:t._$s(16,"sc","curBox flexbox"),attrs:{_i:16}},[i("table",{attrs:{_i:17}},[i("tr",[i("td",{}),i("td"),i("td",{staticClass:t._$s(21,"sc","curText"),attrs:{_i:21}},[i("text",{staticClass:t._$s(22,"sc","verticalRl"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.quxue[t.curIndex-2].lgbf.KX)))])])]),i("tr",[i("td"),t._$s(25,"i",""!=t.quxue[t.curIndex-2].lgbf.HX)?i("td",{staticClass:t._$s(25,"sc","curText"),attrs:{_i:25}},[i("text",{staticClass:t._$s(26,"sc","verticalRl"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.quxue[t.curIndex-2].lgbf.HX)))])]):i("td",{staticClass:t._$s(27,"sc","curText"),attrs:{_i:27}})])]),i("table",{attrs:{_i:28}},[i("tr",[i("td",{}),i("td"),i("td",{staticClass:t._$s(32,"sc","curText"),attrs:{_i:32}},[i("text",[t._v(t._$s(33,"t0-0",t._s(t.quxue[t.curIndex-2].ftbf.KX)))])])]),i("tr",[i("td"),t._$s(36,"i",""!=t.quxue[t.curIndex-2].ftbf.HX)?i("td",{staticClass:t._$s(36,"sc","curText"),attrs:{_i:36}},[i("text",[t._v(t._$s(37,"t0-0",t._s(t.quxue[t.curIndex-2].ftbf.HX)))])]):i("td",{staticClass:t._$s(38,"sc","curText"),attrs:{_i:38}})])])]):t._e(),t._$s(39,"i",t.showDetail)?i("view",{staticClass:t._$s(39,"sc","curBox"),attrs:{_i:39}},[i("table",{attrs:{_i:40}},[i("tr",[i("td",{}),i("td",{staticClass:t._$s(43,"sc","shuHeight"),attrs:{_i:43}}),t._$s(44,"i",t.quxue[t.curIndex-2].zwlz.ngf.length>0)?i("td",{staticClass:t._$s(44,"sc","curText"),attrs:{_i:44}},t._l(t._$s(45,"f",{forItems:t.quxue[t.curIndex-2].zwlz.ngf}),(function(e,n,a,o){return i("text",{key:t._$s(45,"f",{forIndex:a,key:"45-"+o}),style:t._$s("45-"+o,"s",{color:t.getHightLightColor(e)}),attrs:{_i:"45-"+o}},[t._v(t._$s("45-"+o,"t0-0",t._s(e)))])})),0):i("td",{staticClass:t._$s(46,"sc","curText"),attrs:{_i:46}})]),i("tr",[i("td",{}),i("td"),t._$s(50,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.bf)?i("td",{staticClass:t._$s(50,"sc","curText"),attrs:{_i:50}},[i("text",{staticClass:t._$s(51,"sc","verticalRl"),style:t._$s(51,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.bf)}),attrs:{_i:51}},[t._v(t._$s(51,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.bf)))])]):i("td",{staticClass:t._$s(52,"sc","curText"),attrs:{_i:52}})]),i("tr",[i("td"),t._$s(55,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.xf)?i("td",{staticClass:t._$s(55,"sc","curText"),attrs:{_i:55}},[i("text",{staticClass:t._$s(56,"sc","verticalRl"),style:t._$s(56,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.xf)}),attrs:{_i:56}},[t._v(t._$s(56,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.xf)))])]):i("td",{staticClass:t._$s(57,"sc","curText"),attrs:{_i:57}})]),i("tr",[i("td"),t._$s(60,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.gsxb)?i("td",{staticClass:t._$s(60,"sc","curText"),attrs:{_i:60}},[i("text",{staticClass:t._$s(61,"sc","verticalRl"),style:t._$s(61,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.gsxb)}),attrs:{_i:61}},[t._v(t._$s(61,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.gsxb)))])]):i("td",{staticClass:t._$s(62,"sc","curText"),attrs:{_i:62}})]),i("tr",[i("td"),t._$s(65,"i",""!=t.quxue[t.curIndex-2].zwlz.nzf.gsbf)?i("td",{staticClass:t._$s(65,"sc","curText"),attrs:{_i:65}},[i("text",{staticClass:t._$s(66,"sc","verticalRl"),style:t._$s(66,"s",{color:t.getHightLightColor(t.quxue[t.curIndex-2].zwlz.nzf.gsbf)}),attrs:{_i:66}},[t._v(t._$s(66,"t0-0",t._s(t.quxue[t.curIndex-2].zwlz.nzf.gsbf)))])]):i("td",{staticClass:t._$s(67,"sc","curText"),attrs:{_i:67}})])])]):t._e(),i("view",{staticClass:t._$s(68,"sc","centerBox"),attrs:{_i:68}}),i("view",{staticClass:t._$s(69,"sc","showBtn"),attrs:{_i:69}},[t._$s(70,"i",!t.showTotal)?i("text",{attrs:{_i:70},on:{click:t.showTotalFun}}):t._e()]),i("music-play",{attrs:{playData:t.playData,_i:71}}),i("z-navigation",{attrs:{_i:72}})],1)},o=[]},"4ea4":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"4ed2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,publicModule:i("3b5e").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","page"),attrs:{_i:0}},[i("z-nav-bar",{attrs:{_i:1}}),i("public-module",{attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","input_box"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","input_tit"),attrs:{_i:5}}),i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})]),i("view",{staticClass:t._$s(7,"sc","input_box"),attrs:{_i:7}},[i("text",{staticClass:t._$s(8,"sc","input_tit"),attrs:{_i:8}}),i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],attrs:{_i:9},domProps:{value:t._$s(9,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{attrs:{_i:10},on:{click:t.getCode}},[t._v(t._$s(10,"t0-0",t._s(t.codeText)))])]),i("view",{staticClass:t._$s(11,"sc","btn_box"),attrs:{_i:11}},[i("button",{attrs:{_i:12},on:{click:t.onSubmit}})]),i("music-play",{attrs:{playData:t.playData,_i:13}})],1)},o=[]},"4eff":function(t,e,i){"use strict";i.r(e);var n=i("34c0"),a=i("2468");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"8ad213de",null,!1,n["a"],void 0);e["default"]=s.exports},"4f2c":function(t,e,i){"use strict";i.r(e);var n=i("6a73"),a=i("49c9");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"047188cf",null,!1,n["a"],void 0);e["default"]=s.exports},"4fa2":function(t,e,i){"use strict";i.r(e);var n=i("709a"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"4faf":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{indicatorWidth:{type:[String,Number],default:uni.$u.props.scrollList.indicatorWidth},indicatorBarWidth:{type:[String,Number],default:uni.$u.props.scrollList.indicatorBarWidth},indicator:{type:Boolean,default:uni.$u.props.scrollList.indicator},indicatorColor:{type:String,default:uni.$u.props.scrollList.indicatorColor},indicatorActiveColor:{type:String,default:uni.$u.props.scrollList.indicatorActiveColor},indicatorStyle:{type:[String,Object],default:uni.$u.props.scrollList.indicatorStyle}}};e.default=n},"4fee":function(t,e,i){"use strict";i.r(e);var n=i("1dc4"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5062:function(t,e,i){"use strict";i.r(e);var n=i("fae6"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5067:function(t,e,i){"use strict";i.r(e);var n=i("7962"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"50d7":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uniTransition:i("a499").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.showPopup)?i("view",{staticClass:t._$s(0,"sc","uni-popup"),class:t._$s(0,"c",[t.popupstyle,t.isDesktop?"fixforpc-z-index":""]),attrs:{_i:0}},[i("view",{attrs:{_i:1},on:{touchstart:t.touchstart}},[t._$s(2,"i",t.maskShow)?i("uni-transition",{key:"1",attrs:{name:"mask","mode-class":"fade",styles:t.maskClass,duration:t.duration,show:t.showTrans,_i:2},on:{click:t.onTap}}):t._e(),i("uni-transition",{key:"2",attrs:{"mode-class":t.ani,name:"content",styles:t.transClass,duration:t.duration,show:t.showTrans,_i:3},on:{click:t.onTap}},[i("view",{staticClass:t._$s(4,"sc","uni-popup__wrapper"),class:t._$s(4,"c",[t.popupstyle]),style:t._$s(4,"s",{backgroundColor:t.bg}),attrs:{_i:4},on:{click:t.clear}},[t._t("default",null,{_i:5})],2)])],1)]):t._e()},o=[]},5156:function(t,e,i){"use strict";var n="undefined"!==typeof Symbol&&Symbol,a=i("1696");t.exports=function(){return"function"===typeof n&&("function"===typeof Symbol&&("symbol"===typeof n("foo")&&("symbol"===typeof Symbol("bar")&&a())))}},5176:function(t,e,i){"use strict";i.r(e);var n=i("c619"),a=i("be49");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=i("b5d9"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"35cc61dc",null,!1,n["a"],void 0);"function"===typeof s["a"]&&Object(s["a"])(c),e["default"]=c.exports},"51c5":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.closeShare=void 0,e.default=function(t,e){t=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=r({},t);return e.shareTitle=t.shareTitle||"",e.shareUrl=t.shareUrl||"",e.shareContent=t.shareContent||"\u5206\u4eab\u7684\u63cf\u8ff0",e.shareImg=t.shareImg||"\u5206\u4eab\u7684\u56fe\u7247",e}(t);var i=plus.screen.resolutionWidth,n=Math.floor(i/80),a=(i-80*n-25)/(n+1),o=25+a,l=55+o;s=new plus.nativeObj.View("alphaBg",{top:"0px",left:"0px",height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0.5)"}),s.addEventListener("click",(function(){s&&s.close(),c&&c.close(),u=!1}));var p=function(t){var e=[],i=[];t.type>=0&&t.type<=5&&(i=[["weixin","sinaweibo"],["weixin","sinaweibo","qq"],["weixin","sinaweibo","qq"],["weixin","qq"],["weixin","sinaweibo"],["weixin"]][t.type]);return f.forEach((function(n,a){t.type>=0&&t.type<=5?i.includes(n.provider)&&("weixin"==n.provider?"\u5c0f\u7a0b\u5e8f"==n.text?5==t.type&&e.push(n):5!==t.type&&e.push(n):e.push(n)):"weixin"==n.provider&&"\u5c0f\u7a0b\u5e8f"==n.text?t.appId&&t.appPath&&e.push(n):e.push(n)})),e.concat(d)}(t);return c=new plus.nativeObj.View("shareMenu",{bottom:"0px",left:"0px",height:102*Math.ceil(p.length/n)+25+44+1+"px",width:"100%",backgroundColor:"rgb(255,255,255)"}),c.draw([{tag:"rect",color:"#e7e7e7",position:{top:"0px",height:"1px"}},{tag:"font",id:"sharecancel",text:"\u53d6\u6d88\u5206\u4eab",textStyles:{size:"14px"},position:{bottom:"0px",height:"44px"}},{tag:"rect",color:"#e7e7e7",position:{bottom:"45px",height:"1px"}}]),p.map((function(t,e){var i=(new Date).getTime(),a=Math.floor(e/n),r=e%n,s=[{src:t.icon,id:1e3*Math.random()+i,tag:"img",position:{top:102*a+25,left:r*l+o,width:55,height:55}},{text:t.text,id:1e3*Math.random()+i,tag:"font",textStyles:{size:12},position:{top:102*a+65,left:r*l+o,width:55,height:55}}];c.draw(s)})),c.addEventListener("click",(function(a){if(a.screenY>plus.screen.resolutionHeight-44)s&&s.close(),c&&c.close(),u=!1;else if(a.clientX<5||a.clientX>i-5||a.clientY<5);else{var o=a.clientX,r=a.clientY,d=Math.floor(o/l),f=Math.floor(r/102),h=d+f*n;p[h].onClick(p[h],t,e)}})),s.show(),c.show(),u=!0,{close:function(){return s&&s.close(),s&&c.close(),u?(u=!1,!0):(u=!1,!1)}}};var a=n(i("9523"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function r(t){for(var e=1;e0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:245")})),1==this.curOneCateIndex&&o.default.request({url:"book/medicaldes/inheritListByPage",method:"POST",data:{dictType:e,limit:1e3,current:1},header:{"Content-Type":"application/json"}}).then((function(e){if(t("log",e,"\u5185\u5bb9\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:262"),0==e.code&&e.result.records.length>0){i.titleList=e.result.records;for(var n=0;n0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:298")})),3==this.curOneCateIndex&&o.default.request({url:"book/medicaldes/recordByType?type="+e,method:"POST",data:{limit:1e3,page:1},header:{"Content-Type":"application/json"}}).then((function(e){t("log",e,"\u5185\u5bb9\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:314"),0==e.code&&e.result.length>0?i.titleList=e.result:i.titleList=[]})).catch((function(e){i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:322")}))},setTwoCateIndex:function(t,e){var i=t.dictType;this.curTwoCateIndex=e,this.getTitles(i)},setOneCateIndex:function(t,e){var i=t.type;this.curOneCateIndex=e,this.curTwoCateIndex=0,this.searchValue="",this.searchList=[],this.showSearchList=!1,this.getTowCateList(i)},getTowCateList:function(e){var i=this;o.default.request({url:"book/medicaldes/typeList?label="+e,method:"POST",data:{loadAnimate:"none"}}).then((function(e){t("log",e,"\u4e8c\u7ea7\u5206\u7c7b\u83b7\u53d6\u6210\u529f"," at pages/medicaldes/zhuanzhuchuban.vue:377"),0==e.code&&e.result.length>=0?(i.twoCateList=e.result,2==i.curOneCateIndex&&(i.twoCateList=[{dictType:"1",dictValue:"\u5434\u95e8\u4e4b\u6b4c"},{dictType:"2",dictValue:"\u5df4\u5c71\u591c\u8bed"},{dictType:"3",dictValue:"\u5434\u95e8\u4e4b\u5fbd"}]),3==i.curOneCateIndex&&(i.twoCateList=[{dictType:"1",dictValue:"\u5b66\u672f\u8d21\u732e"},{dictType:"2",dictValue:"\u6297\u75ab\u7eaa\u5b9e"},{dictType:"3",dictValue:"\u5434\u95e8\u516c\u76ca"}]),i.getTitles(i.twoCateList[0].dictType)):(i.twoCateList=[],i.titleList=[])})).catch((function(e){i.twoCateList=[],i.titleList=[],t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:412")}))},transformData:function(t){var e={};return t.forEach((function(t){var i=t.letter;e[i]||(e[i]=[]),e[i].push(t)})),e},getCateList:function(t){!t&&(t=0),this.twoCateList=[],this.curTwoCateIndex=0,this.getTowCateList(this.oneCateList[0].type)},previewImage:function(e){t("log",e," at pages/medicaldes/zhuanzhuchuban.vue:486"),uni.previewImage({urls:[e],longPressActions:{itemList:["\u5f88\u62b1\u6b49\uff0c\u6682\u4e0d\u652f\u6301\u4fdd\u5b58\u56fe\u7247\u5230\u672c\u5730"],success:function(t){}}})}},onBackPress:function(){plus.key.hideSoftKeybord()},components:{}};e.default=c}).call(this,i("0de9")["default"])},5322:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={publicModule:i("3b5e").default,zNavBar:i("e540").default,uIcon:i("3836").default,uNumberBox:i("c827").default,uRadioGroup:i("2dd4").default,uRadio:i("6a6c").default,uPopup:i("1608").default,uDivider:i("381d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("public-module",{attrs:{_i:1}}),i("z-nav-bar",{attrs:{title:"\u5546\u54c1\u7ed3\u7b97",_i:2}}),t._$s(3,"i",void 0==t.adressMoRen.consigneeName)?i("view",{staticClass:t._$s(3,"sc","addShouhuo"),attrs:{_i:3},on:{click:function(e){return t.toAddress()}}},[i("u-icon",{attrs:{name:"plus",size:"20",_i:4}})],1):t._e(),t._$s(5,"i",void 0!=t.adressMoRen.consigneeName)?i("view",{staticClass:t._$s(5,"sc","adDefault"),attrs:{_i:5},on:{click:function(e){t.dizhiShow=!0}}},[i("view",{staticClass:t._$s(6,"sc","defalTop"),attrs:{_i:6}},[i("text",{staticClass:t._$s(7,"sc","userName"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.adressMoRen.consigneeName)))]),i("text",{staticClass:t._$s(8,"sc","userTel"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.adressMoRen.consigneePhone)))]),t._$s(9,"i",1==t.adressMoRen.isDefault)?i("text",{staticClass:t._$s(9,"sc","userMoren"),attrs:{_i:9}}):t._e()]),i("view",{staticClass:t._$s(10,"sc","defalBottom"),attrs:{_i:10}},[i("text",{staticClass:t._$s(11,"sc","userAddress"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.adressMoRen.province))+t._$s(11,"t0-1",t._s(t.adressMoRen.city))+t._$s(11,"t0-2",t._s(t.adressMoRen.county))+t._$s(11,"t0-3",t._s(t.adressMoRen.detailAddress)))])]),i("u-icon",{staticClass:t._$s(12,"sc","defalLeft"),attrs:{name:"map",color:"#aaa",size:"25",_i:12}}),i("u-icon",{staticClass:t._$s(13,"sc","defalRight"),attrs:{name:"arrow-right",color:"#aaa",size:"22",_i:13}})],1):t._e(),t._l(t._$s(14,"f",{forItems:t.cartList}),(function(e,n,a,o){return i("view",{key:t._$s(14,"f",{forIndex:a,key:n}),staticClass:t._$s("14-"+o,"sc","cartItem"),attrs:{_i:"14-"+o}},[i("view",{staticClass:t._$s("15-"+o,"sc","cartContent"),attrs:{_i:"15-"+o}},[i("image",{attrs:{src:t._$s("16-"+o,"a-src",e.image),_i:"16-"+o}}),i("view",{staticClass:t._$s("17-"+o,"sc","itemCenter"),attrs:{_i:"17-"+o}},[i("view",{staticClass:t._$s("18-"+o,"sc","cartTitle"),attrs:{_i:"18-"+o}},[i("text",[t._v(t._$s("19-"+o,"t0-0",t._s(e.productName)))])]),i("view",{staticClass:t._$s("20-"+o,"sc","itemPrice"),attrs:{_i:"20-"+o}},[t._$s("21-"+o,"i",e.activityPrice&&e.activityPrice>0)?i("text",[t._v(t._$s("21-"+o,"t0-0",t._s(e.activityPrice*e.productAmount)))]):i("text",[t._v(t._$s("22-"+o,"t0-0",t._s(e.price*e.productAmount)))]),i("u-number-box",{attrs:{"input-width":50,"input-height":20,min:1,max:e.productStock,integer:!0,_i:"23-"+o},on:{change:function(i){return t.valChange(i,e)}},model:{value:t._$s("23-"+o,"v-model",e.productAmount),callback:function(i){t.$set(e,"productAmount",i)},expression:"item.productAmount"}})],1)])])])})),i("view",{staticClass:t._$s(24,"sc","youhui_quan"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","yq_alljia"),attrs:{_i:25}},[i("text",[t._v(t._$s(26,"t0-0",t._s(t.totalPrice)))])]),i("view",{staticClass:t._$s(27,"sc","yq_youhui"),attrs:{_i:27},on:{click:function(e){t.youhuiShow=!0}}},[i("u-icon",{staticClass:t._$s(28,"sc","yqLeft"),attrs:{name:"red-packet-fill",color:"#e74141",size:"18",_i:28}}),i("u-icon",{staticClass:t._$s(29,"sc","yqRight"),attrs:{name:"arrow-right",color:"#aaa",size:"18",_i:29}}),t._$s(30,"i",t.youhuiList.length>0)?i("text",{staticClass:t._$s(30,"sc","dagnqian"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(this.youhuiList.length)))]):i("text",{staticClass:t._$s(31,"sc","dagnqian"),attrs:{_i:31}}),t._$s(32,"i",void 0!=t.youhuiContent.id)?i("text",{staticClass:t._$s(32,"sc","dagnqian"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.youhuiContent.coupons.couponAmount)))]):t._e()],1),i("view",{staticClass:t._$s(33,"sc","yq_yunfei"),attrs:{_i:33}},[i("u-icon",{staticClass:t._$s(34,"sc","yqLeft"),attrs:{name:"car-fill",color:"#e0880c",size:"18",_i:34}}),i("text",[t._v(t._$s(35,"t0-0",t._s(t.farePrice)))])],1),i("view",{staticClass:t._$s(36,"sc","yq_beizhu"),attrs:{_i:36}},[i("u-icon",{attrs:{name:"info-circle",color:"#ffb529",size:"12",_i:37}})],1)]),t._$s(38,"i",t.isAndorid)?i("view",{staticClass:t._$s(38,"sc","zhif_fangsh"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","zhif_radio"),attrs:{_i:39}},[i("u-radio-group",{attrs:{_i:40},model:{value:t._$s(40,"v-model",t.payType),callback:function(e){t.payType=e},expression:"payType"}},[i("view",t._l(t._$s(42,"f",{forItems:t.paylist}),(function(e,n,a,o){return i("view",{key:t._$s(42,"f",{forIndex:a,key:"42-"+o}),staticClass:t._$s("42-"+o,"sc","zhif_xuanx"),attrs:{_i:"42-"+o}},[i("image",{attrs:{src:t._$s("43-"+o,"a-src",e.img),_i:"43-"+o}}),t._v(t._$s("42-"+o,"t1-0",t._s(e.title))),t._$s("44-"+o,"i",4==e.id)?i("span",[t._v(t._$s("44-"+o,"t0-0",t._s(t.userMes.peanutCoin)))]):t._e(),t._$s("45-"+o,"i",4==e.id)?i("span",{staticClass:t._$s("45-"+o,"sc","chongBtn"),attrs:{_i:"45-"+o},on:{click:function(e){return e.stopPropagation(),t.buPoint(e)}}}):t._e(),i("u-radio",{key:t._$s("46-"+o,"a-key",n),attrs:{activeColor:"#fe6e09",name:e.id,_i:"46-"+o}})],1)})),0)])],1)]):i("view",{staticClass:t._$s(47,"sc","zhif_fangsh"),attrs:{_i:47}},[i("view",{staticClass:t._$s(48,"sc","zhif_radio"),attrs:{_i:48}},[i("u-radio-group",{attrs:{_i:49},model:{value:t._$s(49,"v-model",t.payType),callback:function(e){t.payType=e},expression:"payType"}},[i("view",t._l(t._$s(51,"f",{forItems:t.paylistIos}),(function(e,n,a,o){return i("view",{key:t._$s(51,"f",{forIndex:a,key:"51-"+o}),staticClass:t._$s("51-"+o,"sc","zhif_xuanx"),attrs:{_i:"51-"+o}},[i("image",{attrs:{src:t._$s("52-"+o,"a-src",e.img),_i:"52-"+o}}),t._v(t._$s("51-"+o,"t1-0",t._s(e.title))),t._$s("53-"+o,"i",4==e.id)?i("span",[t._v(t._$s("53-"+o,"t0-0",t._s(t.userMes.peanutCoin)))]):t._e(),t._$s("54-"+o,"i",4==e.id)?i("span",{staticClass:t._$s("54-"+o,"sc","chongBtn"),attrs:{_i:"54-"+o},on:{click:function(e){return e.stopPropagation(),t.buPoint(e)}}}):t._e(),i("u-radio",{key:t._$s("55-"+o,"a-key",n),attrs:{activeColor:"#fe6e09",name:e.id,_i:"55-"+o}})],1)})),0)])],1)]),i("view",{staticClass:t._$s(56,"sc","footer"),attrs:{_i:56}},[t._$s(57,"i",4!=t.payType)?i("view",{staticClass:t._$s(57,"sc","commodityPrice"),attrs:{_i:57}},[i("span"),i("span"),t._v(t._$s(57,"t2-0",t._s(t.realPrice)))]):t._e(),t._$s(60,"i",4==t.payType)?i("view",{staticClass:t._$s(60,"sc","commodityPrice"),attrs:{_i:60}},[i("span"),t._v(t._$s(60,"t1-0",t._s(t.realPrice))),i("span")]):t._e(),t._$s(63,"i",4!=t.payType)?i("view",{staticClass:t._$s(63,"sc","operate"),attrs:{_i:63},on:{click:t.goBuyJie}},[i("view",{staticClass:t._$s(64,"sc","goBuy"),attrs:{_i:64}})]):t._e(),t._$s(65,"i",4==t.payType)?i("view",{staticClass:t._$s(65,"sc","operate"),attrs:{_i:65},on:{click:t.goPoinBuy}},[i("view",{staticClass:t._$s(66,"sc","goBuy"),attrs:{_i:66}})]):t._e()]),i("u-popup",{attrs:{show:t.dizhiShow,round:10,_i:67},on:{close:function(e){t.dizhiShow=!1}}},[i("view",{staticClass:t._$s(68,"sc","tanchu"),attrs:{_i:68}},[i("view",{staticClass:t._$s(69,"sc","dp_title"),attrs:{_i:69}}),i("view",{staticClass:t._$s(70,"sc","dp_add"),attrs:{_i:70},on:{click:function(e){return t.toAddress()}}},[i("u-icon",{attrs:{name:"plus",color:"#fff",size:"12",_i:71}})],1),i("view",t._l(t._$s(73,"f",{forItems:t.addressList}),(function(e,n,a,o){return i("view",{key:t._$s(73,"f",{forIndex:a,key:n}),class:t._$s("73-"+o,"c",t.adressMoRIndex==n?"addressItem addItem_style":"addressItem"),attrs:{_i:"73-"+o},on:{click:function(e){return t.choseDizhi(n)}}},[i("view",{staticClass:t._$s("74-"+o,"sc","addrContent"),attrs:{_i:"74-"+o}},[i("view",{staticClass:t._$s("75-"+o,"sc","addrContentTop"),attrs:{_i:"75-"+o}},[i("view",{staticClass:t._$s("76-"+o,"sc","userName"),attrs:{_i:"76-"+o}},[t._v(t._$s("76-"+o,"t0-0",t._s(e.consigneeName)))]),i("view",{staticClass:t._$s("77-"+o,"sc","userTel"),attrs:{_i:"77-"+o}},[t._v(t._$s("77-"+o,"t0-0",t._s(e.consigneePhone)))]),t._$s("78-"+o,"i",1==e.isDefault)?i("view",{staticClass:t._$s("78-"+o,"sc","userMoren"),attrs:{_i:"78-"+o}}):t._e(),t._$s("79-"+o,"i",t.adressMoRIndex==n)?i("u-icon",{staticClass:t._$s("79-"+o,"sc","chooseCheck"),attrs:{name:"checkmark-circle-fill",size:"20",color:"#fd6004",_i:"79-"+o}}):t._e()],1),i("view",{staticClass:t._$s("80-"+o,"sc","addrContentBottom"),attrs:{_i:"80-"+o}},[i("view",{staticClass:t._$s("81-"+o,"sc","userAddress"),attrs:{_i:"81-"+o}},[t._v(t._$s("81-"+o,"t0-0",t._s(e.province))+t._$s("81-"+o,"t0-1",t._s(e.city))+t._$s("81-"+o,"t0-2",t._s(e.county))+t._$s("81-"+o,"t0-3",t._s(e.detailAddress)))])])])])})),0)])]),i("u-popup",{attrs:{show:t.youhuiShow,round:10,_i:82},on:{close:function(e){t.youhuiShow=!1}}},[i("view",{staticClass:t._$s(83,"sc","tanchu"),attrs:{_i:83}},[i("view",{staticClass:t._$s(84,"sc","dp_title"),attrs:{_i:84}}),t._$s(85,"i",t.youhuiList.length>0)?i("view",[t._l(t._$s(86,"f",{forItems:t.youhuiList}),(function(e,n,a,o){return i("view",{key:t._$s(86,"f",{forIndex:a,key:n}),class:t._$s("86-"+o,"c",t.youhuiIndex===n?"youhuiItem youItem_style":"youhuiItem"),attrs:{_i:"86-"+o},on:{click:function(e){return t.choseYouhui(n)}}},[i("view",[i("text"),i("b",[t._v(t._$s("89-"+o,"t0-0",t._s(e.coupons.couponAmount)))]),i("text",[t._v(t._$s("90-"+o,"t0-0",t._s(e.coupons.useLevel)))])]),i("view",[i("text",[t._v(t._$s("92-"+o,"t0-0",t._s(e.coupons.couponName)))]),i("text",[t._v(t._$s("93-"+o,"t0-0",t._s(e.coupons.expirationDate)))])]),i("view",[t._$s("95-"+o,"i",t.youhuiIndex!==n)?i("text"):t._e(),t._$s("96-"+o,"i",t.youhuiIndex===n)?i("u-icon",{attrs:{name:"checkmark-circle-fill",color:"#fd6004",size:"20",_i:"96-"+o}}):t._e()],1),i("br",{})])})),i("view")],2):i("view",[i("u-divider",{attrs:{text:"\u6682\u65e0\u53ef\u7528\u4f18\u60e0\u5238\u54e6",_i:100}})],1)])]),i("music-play",{attrs:{playData:t.playData,_i:101}})],2)},o=[]},5375:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={datetimePicker:{show:!1,showToolbar:!0,value:"",title:"",mode:"datetime",maxDate:new Date((new Date).getFullYear()+10,0,1).getTime(),minDate:new Date((new Date).getFullYear()-10,0,1).getTime(),minHour:0,maxHour:23,minMinute:0,maxMinute:59,filter:null,formatter:null,loading:!1,itemHeight:44,cancelText:"\u53d6\u6d88",confirmText:"\u786e\u8ba4",cancelColor:"#909193",confirmColor:"#3c9cff",visibleItemCount:5,closeOnClickOverlay:!1,defaultIndex:function(){return[]}}};e.default=n},"539b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={popup:{show:!1,overlay:!0,mode:"bottom",duration:300,closeable:!1,overlayStyle:function(){},closeOnClickOverlay:!0,zIndex:10075,safeAreaInsetBottom:!0,safeAreaInsetTop:!1,closeIconPos:"top-right",round:0,zoom:!0,bgColor:"",overlayOpacity:.5}}},"53e8":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={circleProgress:{percentage:30}}},"53f5":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("90be")),o=(n(i("65fd")),{data:function(){return{monHeight:0,monmarleft:0,sunHeight:0,sunmarleft:0,sunmartop:0,sunmarbot:0,playData:{},MonList:{title:"\u9634\u7ecf",vlue:"\u5c5e\u6027",attribute:["\u9634\u7ecf","\u5c5e\u6027","\u80ba\u7ecf(\u91d1)","\u813e\u7ecf(\u58eb)","\u5fc3(\u706b)","\u80be\u7ecf(\u6c34)","\u5fc3\u5305\u7ecf(\u51ac\u81f3\u524d\u76f8\u706b\uff0c\u51ac\u81f3\u540e\u76f8\u6c34)","\u809d\u7ecf(\u6728)"],arry:[["\u4e95","\u6728","\u5c11\u5546","\u9690\u767d","\u5c11\u51b2(\u6bcd\u7a74)","\u6d8c\u6cc9(\u5b50\u7a74)","\u4e2d\u51b2(\u51ac\u81f3\u524d\u6bcd\u7a74\u51ac\u81f3\u540e\u5b50\u7a74)","\u5927\u6566(\u672c\u7a74)"],["\u8365","\u706b","\u9c7c\u9645","\u5927\u90fd(\u6bcd\u7a74)","\u5c11\u5e9c(\u672c\u7a74)","\u7136\u8c37(\u6cc4\u4e95\u5f53\u6cc4\u8365)","\u52b3\u5bab(\u51ac\u81f3\u524d\u672c\u7a74)","\u884c\u95f4(\u5b50\u7a74)"],["\u4fde","\u571f","\u592a\u6e0a(\u6bcd\u7a74)","\u592a\u767d(\u672c\u7a74)","\u795e\u95e8(\u5b50\u7a74)","\u592a\u6eaa","\u5927\u9675(\u51ac\u81f3\u524d\u5b50\u7a74)","\u592a\u51b2"],["\u7ecf","\u91d1","\u7ecf\u6e20(\u672c\u7a74)","\u5546\u4e18(\u5b50\u7a74)","\u7075\u9053","\u590d\u6e9c(\u6bcd\u7a74)","\u95f4\u4f7f(\u51ac\u81f3\u540e\u6bcd\u7a74)","\u4e2d\u5c01"],["\u5408","\u6c34","\u5c3a\u6cfd(\u5b50\u7a74)","\u9634\u9675\u6cc9","\u5c11\u6d77(\u8865\u4e95\u5f53\u8865\u5408)","\u9634\u8c37(\u672c\u7a74)","\u66f2\u6cfd(\u51ac\u81f3\u540e\u672c\u7a74)","\u66f2\u6cc9(\u6bcd\u7a74)"],["\u90c4","","\u5b54\u6700","\u5730\u673a","\u9634\u90c4","\u6c34\u6cc9","\u90c4\u95e8","\u4e2d\u90fd"],["\u7edc","","\u5217\u7f3a","\u516c\u5b59","\u901a\u91cc","\u5927\u949f","\u5185\u5173","\u8821\u6c9f"],["\u52df\u7a74","","\u4e2d\u5e9c","\u7ae0\u95e8","\u5de8\u9619","\u4eac\u95e8","\u81bb\u4e2d","\u671f\u95e8"]]},SunList:{title:"\u9633\u7ecf",vlue:"\u5c5e\u6027",attribute:["\u9633\u7ecf","\u5c5e\u6027","\u5927\u80a0\u7ecf(\u91d1)","\u813e\u7ecf(\u58eb)","\u5fc3(\u706b)","\u8180\u80f1\u7ecf(\u6c34)","\u4e09\u7126\u7ecf(\u51ac\u81f3\u524d\u76f8\u706b,\u51ac\u81f3\u540e\u76f8\u6c34)","\u80c6\u7ecf(\u6728)"],arry:[["\u4e95","\u91d1","\u5546\u9633(\u672c\u7a74)","\u5389\u5151(\u5b50\u7a74)","\u5c11\u6cfd","\u81f3\u9634(\u6bcd\u7a74)","\u5173\u51b2(\u51ac\u81f3\u540e\u6bcd\u7a74)","\u7a8d\u9634"],["\u8365","\u6c34","\u4e8c\u95f4(\u5b50\u7a74)","\u5185\u5ead(\u6cc4\u4e95\u5f53\u6cc4\u8365)","\u524d\u8c37","\u901a\u8c37(\u672c\u7a74)","\u6db2\u95e8(\u51ac\u81f3\u540e\u672c\u7a74)","\u4fa0\u6eaa(\u6bcd\u7a74)"],["\u4fde","\u6728","\u4e09\u95f4","\u9677\u8c37","\u540e\u533e(\u6bcd\u7a74)","\u675f\u9aa8(\u5b50\u7a74)","\u4e2d\u6e1a(\u51ac\u81f3\u524d\u56de\u7a74\uff0c\u51ac\u81f3\u540e\u5b50\u7a74)","\u4e34\u6ce3(\u672c\u7a74)"],["\u7ecf","\u6c34","\u9633\u6eaa","\u89e3\u6eaa(\u6bcd\u7a74)","\u9633\u8c37(\u672c\u7a74)","\u6606\u4ed1","\u652f\u6c9f(\u51ac\u81f3\u524d\u672c\u7a74)","\u9633\u8f85(\u5b50\u7a74)"],["\u5408","\u571f","\u66f2\u6c60(\u6bcd\u7a74)","\u8db3\u4e09\u91cc(\u672c\u7a74)","\u5c0f\u6d77(\u5b50\u7a74)","\u59d4\u4e2d(\u8865\u4e95\u5f53\u8865\u5408)","\u5929\u4e95(\u51ac\u81f3\u524d\u5b50\u7a74)","\u9633\u9675\u6cc9"],["\u539f","","\u5408\u8c37","\u51b2\u9633","\u8155\u9aa8","\u4eac\u9aa8","\u9633\u6c60","\u4e18\u589f"],["\u90c4","","\u6e29\u6e9c","\u6881\u4e18","\u517b\u8001","\u91d1\u95e8","\u4f1a\u5b97","\u5916\u4e18"],["\u7edc","","\u504f\u5386","\u4e30\u9686","\u652f\u6b63","\u98de\u626c","\u5916\u5173","\u5149\u660e"],["\u52df\u7a74","","\u5929\u67a2","\u4e2d\u8118","\u5173\u5143","\u4e2d\u6781","\u77f3\u95e8","\u65e5\u6708"]]}}},onLoad:function(){this.getData()},onShow:function(){},onHide:function(){},methods:{getData:function(){this.monHeight=uni.getSystemInfoSync().windowWidth-20,this.monmarleft=uni.getSystemInfoSync().windowWidth-10,this.monmartop=25,this.sunHeight=uni.getSystemInfoSync().windowWidth-20,this.sunmarleft=uni.getSystemInfoSync().windowWidth-10,this.sunmartop=1e3,this.sunmarbot=1e3}},components:{musicPlay:a.default}});e.default=o},5402:function(t,e,i){"use strict";var n=i("00ce"),a=i("545e"),o=i("2714"),r=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),d=a("WeakMap.prototype.has",!0),f=a("Map.prototype.get",!0),p=a("Map.prototype.set",!0),h=a("Map.prototype.has",!0),y=function(t,e){for(var i,n=t;null!==(i=n.next);n=i)if(i.key===e)return n.next=i.next,i.next=t.next,t.next=i,i};t.exports=function(){var t,e,i,n={assert:function(t){if(!n.has(t))throw new r("Side channel does not contain "+o(t))},get:function(n){if(s&&n&&("object"===typeof n||"function"===typeof n)){if(t)return u(t,n)}else if(c){if(e)return f(e,n)}else if(i)return function(t,e){var i=y(t,e);return i&&i.value}(i,n)},has:function(n){if(s&&n&&("object"===typeof n||"function"===typeof n)){if(t)return d(t,n)}else if(c){if(e)return h(e,n)}else if(i)return function(t,e){return!!y(t,e)}(i,n);return!1},set:function(n,a){s&&n&&("object"===typeof n||"function"===typeof n)?(t||(t=new s),l(t,n,a)):c?(e||(e=new c),p(e,n,a)):(i||(i={key:{},next:null}),function(t,e,i){var n=y(t,e);n?n.value=i:t.next={key:e,next:t.next,value:i}}(i,n,a))}};return n}},"541e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uIcon:i("3836").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(1,"v-show",t.userInfo.playVisible),expression:"_$s(1,'v-show',userInfo.playVisible)"}],class:t._$s(1,"c",["fuchuang",t.showBig?"bigMode":"miniMode"]),attrs:{_i:1}},[i("view",[i("view",{staticClass:t._$s(3,"sc","audo-video"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","audo-top"),attrs:{_i:4}},[i("image",{class:t._$s(5,"c",["fengImg","fengmianBox","defaultBg",t.userInfo.playFlag?"playAnimate":""]),attrs:{src:t._$s(5,"a-src",t.userInfo.fengImg),_i:5},on:{click:t.changeShow}}),i("image",{staticClass:t._$s(6,"sc","plays"),attrs:{src:t._$s(6,"a-src",t.userInfo.playFlag?"/static/zantigBtn.png":"/static/bofangBtn.png"),_i:6},on:{click:function(e){return e.stopPropagation(),t.plays()}}}),t._$s(7,"i",!t.showBig)?i("u-icon",{attrs:{name:"close",color:"#61e781",size:"20",_i:7},on:{click:t.closePlayer}}):t._e()],1)])])]),i("view",{staticClass:t._$s(8,"sc","h-100"),attrs:{_i:8}})])},o=[]},"545e":function(t,e,i){"use strict";var n=i("00ce"),a=i("3eb1"),o=a(n("String.prototype.indexOf"));t.exports=function(t,e){var i=n(t,!!e);return"function"===typeof i&&o(t,".prototype.")>-1?a(i):i}},5500:function(t,e,i){"use strict";i.r(e);var n=i("a24f"),a=i("2682");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);var r=i("f0c5"),s=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"70f92092",null,!1,n["a"],void 0);e["default"]=s.exports},"554e":function(t,e,i){"use strict";i.r(e);var n=i("2c63"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},5568:function(t,e,i){t.exports=i.p+"uni_modules/z-nav-bar/static/icon_back_white.png"},5581:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("a4a7").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-goods-nav"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-tab__seat"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","uni-tab__cart-box flex"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","flex uni-tab__cart-sub-left"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.options}),(function(e,n,a,o){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+o,"sc","flex uni-tab__cart-button-left uni-tab__shop-cart"),attrs:{_i:"4-"+o},on:{click:function(i){return t.onClick(n,e)}}},[i("view",{staticClass:t._$s("5-"+o,"sc","uni-tab__icon"),attrs:{_i:"5-"+o}},[i("uni-icons",{attrs:{type:e.icon,size:"20",color:"#646566",_i:"6-"+o}})],1),i("text",{staticClass:t._$s("7-"+o,"sc","uni-tab__text"),attrs:{_i:"7-"+o}},[t._v(t._$s("7-"+o,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("8-"+o,"sc","flex uni-tab__dot-box"),attrs:{_i:"8-"+o}},[t._$s("9-"+o,"i",e.info)?i("text",{staticClass:t._$s("9-"+o,"sc","uni-tab__dot "),class:t._$s("9-"+o,"c",{"uni-tab__dots":e.info>9}),style:t._$s("9-"+o,"s",{backgroundColor:e.infoBackgroundColor?e.infoBackgroundColor:"#ff0000",color:e.infoColor?e.infoColor:"#fff"}),attrs:{_i:"9-"+o}},[t._v(t._$s("9-"+o,"t0-0",t._s(e.info)))]):t._e()])])})),0),i("view",{staticClass:t._$s(10,"sc","flex uni-tab__cart-sub-right "),class:t._$s(10,"c",{"uni-tab__right":t.fill}),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.buttonGroup}),(function(e,n,a,o){return i("view",{key:t._$s(11,"f",{forIndex:a,key:n}),staticClass:t._$s("11-"+o,"sc","flex uni-tab__cart-button-right"),style:t._$s("11-"+o,"s",{background:e.backgroundColor,color:e.color}),attrs:{_i:"11-"+o},on:{click:function(i){return t.buttonClick(n,e)}}},[i("text",{staticClass:t._$s("12-"+o,"sc","uni-tab__cart-button-right-text"),style:t._$s("12-"+o,"s",{color:e.color}),attrs:{_i:"12-"+o}},[t._v(t._$s("12-"+o,"t0-0",t._s(e.text)))])])})),0)])])},o=[]},"558a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={zNavBar:i("e540").default,uLoadingIcon:i("4466").default,uDivider:i("381d").default,uPopup:i("1608").default,uButton:i("ec98").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[n("z-nav-bar",{attrs:{title:"\u4e66\u8bc4\u8be6\u60c5",_i:2}})],1),n("view",{staticClass:t._$s(3,"sc","bookInfo"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","item"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","title"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.commentInfo.title)))]),n("view",[t._$s(7,"i",""!=t.productInfo.images)?n("image",{staticClass:t._$s(7,"sc","feng"),attrs:{src:t._$s(7,"a-src",t.productInfo.images),_i:7},on:{click:function(e){return t.previewImage(t.productInfo.images)}}}):t._e(),t._$s(8,"i",""!=t.commentInfo.image)?n("image",{staticClass:t._$s(8,"sc","feng"),attrs:{src:t._$s(8,"a-src",t.commentInfo.image),_i:8},on:{click:function(e){return t.previewImage(t.commentInfo.image)}}}):t._e()]),n("view",{staticClass:t._$s(9,"sc","btns flexbox"),attrs:{_i:9}},[n("span",{staticClass:t._$s(10,"sc","flexbox opbtns"),attrs:{_i:10}})]),n("view",{staticClass:t._$s(11,"sc","zhengwen"),attrs:{_i:11},domProps:{innerHTML:t._s(t._$s(11,"v-html",t.commentInfo.content))}}),n("view",{staticClass:t._$s(12,"sc","btns flexbox"),attrs:{_i:12}},[n("span",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),n("span",{staticClass:t._$s(14,"sc","right flexbox opbtns"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.formatTimeDifferenceFromT(t.commentInfo.createTime))))])]),n("view",{staticClass:t._$s(15,"sc","btns flexbox"),attrs:{_i:15}},[n("span",{staticClass:t._$s(16,"sc","left"),attrs:{_i:16}}),n("span",{staticClass:t._$s(17,"sc","right flexbox opbtns"),attrs:{_i:17}},[t._$s(18,"i",t.commentInfo.ilike)?n("image",{staticClass:t._$s(18,"sc","gzicon"),attrs:{src:t._$s(18,"a-src",i("5d76")),_i:18},on:{click:function(e){return e.stopPropagation(),t.clickLikeshuping(t.commentInfo)}}}):n("image",{staticClass:t._$s(19,"sc","gzicon"),attrs:{src:t._$s(19,"a-src",i("5215")),_i:19},on:{click:function(e){return e.stopPropagation(),t.clickLikeshuping(t.commentInfo)}}}),n("view",[t._v(t._$s(20,"t0-0",t._s(t.commentInfo.contlike)))]),n("image",{staticClass:t._$s(21,"sc","gzicon"),attrs:{src:t._$s(21,"a-src",i("399c")),_i:21},on:{click:function(e){return t.pinglun()}}}),n("view",{attrs:{_i:22},on:{click:function(e){return t.pinglun()}}},[t._v(t._$s(22,"t0-0",t._s(t.commentInfo.commentNum)))])])])])]),n("view",{staticClass:t._$s(23,"sc","mainContent"),attrs:{_i:23}}),n("view",{staticClass:t._$s(24,"sc","pinglunMain"),attrs:{_i:24}},[t._$s(25,"i",t.plList.length>0)?n("view",t._l(t._$s(26,"f",{forItems:t.plList}),(function(e,a,o,r){return n("view",{key:t._$s(26,"f",{forIndex:o,key:e.id}),staticClass:t._$s("26-"+r,"sc","pl-item"),attrs:{_i:"26-"+r}},[n("view",{staticClass:t._$s("27-"+r,"sc","plusername"),attrs:{_i:"27-"+r}},[t._v(t._$s("27-"+r,"t0-0",t._s(e.user.name)))]),n("view",{staticClass:t._$s("28-"+r,"sc","content"),attrs:{_i:"28-"+r},domProps:{innerHTML:t._s(t._$s("28-"+r,"v-html",e.content))}}),n("view",{staticClass:t._$s("29-"+r,"sc","btns flexbox"),attrs:{_i:"29-"+r}},[n("span",{staticClass:t._$s("30-"+r,"sc","left"),attrs:{_i:"30-"+r}},[t._v(t._$s("30-"+r,"t0-0",t._s(t.formatTimeDifferenceFromT(e.createTime))))]),n("span",{staticClass:t._$s("31-"+r,"sc","right flexbox opbtns"),attrs:{_i:"31-"+r}},[t._$s("32-"+r,"i",e.ilike)?n("image",{staticClass:t._$s("32-"+r,"sc","gzicon"),attrs:{src:t._$s("32-"+r,"a-src",i("5d76")),_i:"32-"+r},on:{click:function(i){return i.stopPropagation(),t.clickLikehuifu(e)}}}):n("image",{staticClass:t._$s("33-"+r,"sc","gzicon"),attrs:{src:t._$s("33-"+r,"a-src",i("5215")),_i:"33-"+r},on:{click:function(i){return i.stopPropagation(),t.clickLikehuifu(e)}}}),n("view",[t._v(t._$s("34-"+r,"t0-0",t._s(e.contlike)))]),n("image",{staticClass:t._$s("35-"+r,"sc","gzicon"),attrs:{src:t._$s("35-"+r,"a-src",i("399c")),_i:"35-"+r},on:{click:function(i){return t.pinglun(e)}}}),n("view",{attrs:{_i:"36-"+r},on:{click:function(i){return t.pinglun(e)}}},[t._v(t._$s("36-"+r,"t0-0",t._s(e.commentsNum)))])])]),t._$s("37-"+r,"i",e.comments.length>0)?n("view",{staticClass:t._$s("37-"+r,"sc","pl-son"),attrs:{_i:"37-"+r}},t._l(t._$s("38-"+r,"f",{forItems:e.comments}),(function(a,o,s,c){return n("view",{key:t._$s("38-"+r,"f",{forIndex:s,key:o}),staticClass:t._$s("38-"+r+"-"+c,"sc","pl-son-item"),attrs:{_i:"38-"+r+"-"+c}},[n("view",{staticClass:t._$s("39-"+r+"-"+c,"sc","pl-son-item-content"),attrs:{_i:"39-"+r+"-"+c}},[n("text",{staticClass:t._$s("40-"+r+"-"+c,"sc","pl-son-atob"),attrs:{_i:"40-"+r+"-"+c}},[t._v(t._$s("40-"+r+"-"+c,"t0-0",t._s(a.user.name+" \u56de\u590d "+a.puser.name)))]),n("text",{attrs:{_i:"41-"+r+"-"+c},domProps:{innerHTML:t._s(t._$s("41-"+r+"-"+c,"v-html",a.content))}})]),n("view",{staticClass:t._$s("42-"+r+"-"+c,"sc","btns flexbox"),attrs:{_i:"42-"+r+"-"+c}},[n("span",{staticClass:t._$s("43-"+r+"-"+c,"sc","left"),attrs:{_i:"43-"+r+"-"+c}},[t._v(t._$s("43-"+r+"-"+c,"t0-0",t._s(t.formatTimeDifferenceFromT(a.createTime))))]),n("span",{staticClass:t._$s("44-"+r+"-"+c,"sc","right flexbox opbtns"),attrs:{_i:"44-"+r+"-"+c}},[t._$s("45-"+r+"-"+c,"i",a.ilike)?n("image",{staticClass:t._$s("45-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("45-"+r+"-"+c,"a-src",i("5d76")),_i:"45-"+r+"-"+c},on:{click:function(e){return e.stopPropagation(),t.clickLikehuifu(a)}}}):n("image",{staticClass:t._$s("46-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("46-"+r+"-"+c,"a-src",i("5215")),_i:"46-"+r+"-"+c},on:{click:function(e){return e.stopPropagation(),t.clickLikehuifu(a)}}}),n("view",[t._v(t._$s("47-"+r+"-"+c,"t0-0",t._s(a.contlike)))]),n("image",{staticClass:t._$s("48-"+r+"-"+c,"sc","gzicon"),attrs:{src:t._$s("48-"+r+"-"+c,"a-src",i("399c")),_i:"48-"+r+"-"+c},on:{click:function(e){return t.pinglun(a)}}})])]),t._$s("49-"+r+"-"+c,"i",o  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。","buttonAccept":"同意","buttonRefuse":"暂不同意"}},"compilerVersion":3,"nativePlugins":{},"uniStatistics":{"version":"2","enable":true,"uniCloud":{"provider":"aliyun","spaceId":"mp-3614b80b-2d75-4462-a481-4998f8187274","clientSecret":"ogncD4XunyyFxHlbDFZ/Ww==","endpoint":"https://api.next.bspapp.com"}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.06","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"fast"},"tabBar":{"color":"#444444","selectedColor":"#079307","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/peanut/home","iconPath":"static/tab/icon1_n.png","selectedIconPath":"static/tab/icon1_y.png","text":"首页"},{"pagePath":"pages/medicaldes/medicaldes","iconPath":"static/icon/five5_n.png","selectedIconPath":"static/icon/five5.png","text":"吴门医述"},{"pagePath":"pages/library/library","iconPath":"static/tab/icon3_n.png","selectedIconPath":"static/tab/icon3_y.png","text":"我的图书"},{"pagePath":"pages/peanut/mine","iconPath":"static/tab/icon4_n.png","selectedIconPath":"static/tab/icon4_y.png","text":"我"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}} \ No newline at end of file +{"@platforms":["android","iPhone","iPad"],"id":"__UNI__9788EB5","name":"疯子读书","version":{"name":"1.2.43","code":1243},"description":"疯子读书","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Payment":{},"OAuth":{},"Share":{},"Camera":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":false,"waiting":true},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#FFFFFF"},"compatible":{"ignoreVersion":true},"privacy":{"prompt":"template","template":{"title":"用户协议和隐私政策","message":"请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。","buttonAccept":"同意","buttonRefuse":"暂不同意"}},"compilerVersion":3,"nativePlugins":{},"uniStatistics":{"version":"2","enable":true,"uniCloud":{"provider":"aliyun","spaceId":"mp-3614b80b-2d75-4462-a481-4998f8187274","clientSecret":"ogncD4XunyyFxHlbDFZ/Ww==","endpoint":"https://api.next.bspapp.com"}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.06","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"fast"},"tabBar":{"color":"#444444","selectedColor":"#079307","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/peanut/home","iconPath":"static/tab/icon1_n.png","selectedIconPath":"static/tab/icon1_y.png","text":"首页"},{"pagePath":"pages/medicaldes/medicaldes","iconPath":"static/icon/five5_n.png","selectedIconPath":"static/icon/five5.png","text":"吴门医述"},{"pagePath":"pages/library/library","iconPath":"static/tab/icon3_n.png","selectedIconPath":"static/tab/icon3_y.png","text":"我的图书"},{"pagePath":"pages/peanut/mine","iconPath":"static/tab/icon4_n.png","selectedIconPath":"static/tab/icon4_y.png","text":"我"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}} \ No newline at end of file