This commit is contained in:
liuyuan
2025-04-11 10:30:47 +08:00
parent d1b9024fb1
commit 9a2c26ace8
7 changed files with 325 additions and 522 deletions

View File

@@ -2,27 +2,12 @@ let baseUrl = "";
let socketUrl = ""; let socketUrl = "";
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {
//开发环境 //开发环境
// baseUrl = "http://localhost:7001/";
// socketUrl = "ws://localhost:6001/";
// baseUrl = "https://twin-ui.com/demo/";
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
baseUrl = "https://api.nuttyreading.com/"; // 线上正式 baseUrl = "https://api.nuttyreading.com/"; // 线上正式
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 //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
// socketUrl = "ws://8.129.186.35:6001/";
} else if (process.env.NODE_ENV === 'production') { } else if (process.env.NODE_ENV === 'production') {
// 生产环境11 //生产环境
// baseUrl = "http://192.168.110.110:9200/pb/";//磊哥 baseUrl = "https://api.nuttyreading.com/";
// 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 = "http://192.168.110.100:9200/pb/"; // 张川川
// baseUrl = "ws://twin-ui.com:6001/";
// socketUrl = "ws://twin-ui.com:6001/";
} }
const courtConfig = { const courtConfig = {
//微信公众号APPID //微信公众号APPID

View File

@@ -27,7 +27,7 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyr
uni.getSystemInfo({ uni.getSystemInfo({
success: function (res) { success: function (res) {
Vue.prototype.$platform = res.platform;
Vue.prototype.iosHidden = true; Vue.prototype.iosHidden = true;
if (res.platform == 'ios') { if (res.platform == 'ios') {

View File

@@ -6,12 +6,14 @@
"request" : 30000 "request" : 30000
}, },
"transformPx" : false, "transformPx" : false,
"icons": [{ "icons" : [
{
"sizes" : "分辨率192x192", "sizes" : "分辨率192x192",
"src" : "图片路径" "src" : "图片路径"
}], }
"versionName": "1.2.70", ],
"versionCode": 1270, "versionName" : "1.2.71",
"versionCode" : 1271,
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {
"ignoreVersion" : true "ignoreVersion" : true
@@ -253,3 +255,4 @@
} }
} }
// 小程序特有相关 // 小程序特有相关

View File

@@ -73,65 +73,6 @@
<!-- <text> </text> --> <!-- <text> </text> -->
</view> </view>
</view> </view>
<!-- <view class="home_lunbo">
<u-swiper :list="list3" indicator indicatorMode="line" circular style="height: 180rpx;"></u-swiper>
</view> -->
<!-- <view class="home_shujia" v-if="showEbook">
<view class="hn_sj" @click="onTabJump('./bookshelf')">
<image src="../../static/icon/midBtn_01.png" mode="aspectFit"></image>
我的书架
</view> -->
<!-- <view class="hn_sj">
<image src="../../static/icon/midBtn_02.png" mode="aspectFit"></image>
图书推荐
</view> -->
<!-- <view class="hn_sj" @click="onPageJumpData('../eBook/bookList',1)">
<image src="../../static/icon/midBtn_03.png" mode="aspectFit"></image>
</view>
<view class="hn_sj" @click="onPageJumpData('../eBook/bookList',2)">
<image src="../../static/icon/midBtn_04.png" mode="aspectFit"></image>
</view>
<view class="hn_sj" @click="onPageJumpData('../eBook/bookList',3)">
<image src="../../static/icon/midBtn_05.png" mode="aspectFit"></image>
</view>
<view class="hn_sj" @click="onPageJumpData('../eBook/bookList',4)">
<image src="../../static/icon/midBtn_06.png" mode="aspectFit"></image>
</view>
</view> -->
<!-- <view class="head_line" v-if="seckillList!=null">
<b></b>
<text>商品秒杀</text>
<i @click="onShopMore('Sale')">查看更多 ></i>
</view>-->
<!-- 限时秒杀 -->
<!-- <view class="limited" v-if="seckillList!=null">
<view class="limitedSymbol">
<image src="../../static/icon/shopping_xsh.png"></image>
</view>
<view class="limitedScrollBox">
<u-scroll-list indicatorActiveColor="#27b386">
<view class="limitedItem" v-for="(item,index) in seckillList" :key="index"
@click="goDetail(item.prodInfo.productId)">
<image :src="item.prodInfo.productImages" mode=""></image>
<text class="biaoti">{{item.prodInfo.productName}}</text>
<text class="xian">{{item.seckillPrice}}</text>
<text class="yuan">{{item.prodInfo.price}}</text>
</view>
</u-scroll-list>
</view>
</view> -->
<!-- <view class="head_line" style="background-color: #fff;">
<b></b>
<text>新书上市</text>
</view> -->
<view class="search_box flexbox" @click="onPageJump('../peanut/searchFor')"> <view class="search_box flexbox" @click="onPageJump('../peanut/searchFor')">
<view class="search"> <view class="search">
<text class="icon_search"></text> <text class="icon_search"></text>
@@ -177,75 +118,6 @@
</scroll-view> </scroll-view>
</view> </view>
<!-- <view class="home_xinshu" v-if="showEbook">
<view v-for="(item, index) in xinsList" @click="onBookJump(item)" v-if="index<3" class="hx_list">
<image :src="item.image"></image>
<view class="hx_title">{{item.bookName}}</view>
<view class="hx_author">{{item.authorName}} []</view>
<b v-if="item.isVip==1" style="background: #c79119;">VIP</b>
<b v-if="item.isVip==2" style="background: #c74119;">付费</b>
</view>
<br clear='both'>
<view v-for="(item, index) in xinsList" @click="onBookJump(item)" v-if="index>2&&index<6" class="hx_list">
<image :src="item.image"></image>
<view class="hx_title">{{item.bookName}}</view>
<view class="hx_author">{{item.authorName}} []</view>
<b v-if="item.isVip==1" style="background: #c79119;">VIP</b>
<b v-if="item.isVip==2" style="background: #c74119;">付费</b>
</view>
<br clear='both'>
</view> -->
<!-- end -->
<!-- <view class="head_line" v-if="showEbook">
<b></b>
<text>限时特价</text>
<i @click="onBookMore('Sale')">查看更多 ></i>
</view>
<view class="home_limit" v-if="showEbook">
<u-scroll-list indicatorActiveColor="#27b386">
<view v-for="(item, index) in limiTist" :key="index" @click="onBookJump(item)" class="lt_list">
<image :src="item.image"></image>
<view class="lt_title">{{item.bookName}}</view>
<view class="lt_author">{{item.authorName}} []</view>
<view class="lt_yuan">{{item.price}}天医币</view>
<view class="lt_xian">{{item.salePrice}}天医币</view>
<b v-if="item.isVip==1" style="background: #c79119;">VIP</b>
<b v-if="item.isVip==2" style="background: #c74119;">付费</b>
</view>
</u-scroll-list>
</view> -->
<!-- <view class="head_line" v-if="showEbook">
<b></b>
<text>精选书单</text>
<i @click="onBookMore('Best')">查看更多 ></i>
</view>
<view class="home_jingxu" v-if="showEbook">
<view class="hj_hot" v-for="(item,index) in jingList" @click="onBookJump(item)">
<view>
<text class="bok_name">{{item.bookName}}</text>
<text style="margin-left: 50rpx;" v-if="item.authorName!=''">{{item.authorName}}</text>
</view>
<view v-if="item.publisherName!=''">
<text>出版社{{item.publisherName}}</text>
</view>
<view>
<text>{{item.introduce | ellipsis}}</text>
</view>
<image :src="item.image"></image>
<b v-if="item.isVip==0">免费</b>
<b v-if="item.isVip==1" style="background: #c79119;">VIP</b>
<b v-if="item.isVip==2" style="background: #c74119;">付费</b>
</view>
</view> -->
<!-- <view class="head_line" style="margin: 30rpx 0;">
<b></b>
<text>精选商品</text> -->
<!-- <i @click="onShopMore('Hot')">查看更多 ></i> -->
<!-- <i @click="onPageJump('../bookShop/classify')">查看更多 ></i> -->
<!-- </view> -->
<scroll-view class="ProTabsBox"> <scroll-view class="ProTabsBox">
<view class="New_ProTabs flexbox"> <view class="New_ProTabs flexbox">
<text v-for="(item, index) in catTagList" :key="item.splId" :class="[tabsid == item.id ? 'cur' : '']" <text v-for="(item, index) in catTagList" :key="item.splId" :class="[tabsid == item.id ? 'cur' : '']"
@@ -329,30 +201,30 @@
<u-back-top :scroll-top="scrollTop" bottom="60" :customStyle="bgiStyle" :iconStyle="iconStyle"></u-back-top> <u-back-top :scroll-top="scrollTop" bottom="60" :customStyle="bgiStyle" :iconStyle="iconStyle"></u-back-top>
</view> </view>
<view class="appJump"> <view class="appJump">
<view class="everhealth item flexbox" @click="appjumpfun('everhealth')"> <view class="soulspace item flexbox" @click="appjumpfun('soulspace')" v-if="$platform != 'ios'">
<view class="img"> <view class="img">
<image src="@/static/icon/ic_login_health.png" mode="widthFix"></image> <image src="@/static/xlkj.png"></image>
</view> </view>
<view class="text"> <view class="text">
<text>一路健康</text> <text>心灵空间</text>
</view>
</view>
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
<view class="img">
<image src="@/static/40x40.png" mode="widthFix"></image>
</view>
<view class="text">
<text>众妙之门</text>
</view> </view>
</view> </view>
<view class="zmzm item flexbox" @click="appjumpfun('wumen')"> <view class="zmzm item flexbox" @click="appjumpfun('wumen')">
<view class="img"> <view class="img">
<image src="@/static/wumen40.png" mode="widthFix"></image> <image src="@/static/wumen40.png"></image>
</view> </view>
<view class="text"> <view class="text">
<text>吴门医述</text> <text>吴门医述</text>
</view> </view>
</view> </view>
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
<view class="img">
<image src="@/static/40x40.png"></image>
</view>
<view class="text">
<text>众妙之门</text>
</view>
</view>
</view> </view>
<!-- 公共组件-每个页面必须引入 --> <!-- 公共组件-每个页面必须引入 -->
<public-module></public-module> <public-module></public-module>
@@ -1057,15 +929,15 @@
bagName = "com.cn.zmzm"; bagName = "com.cn.zmzm";
schemes = "zmzm"; schemes = "zmzm";
} }
if (name == "everhealth") { if (name == "soulspace") {
bagName = "cn.com.everhealth"; bagName = "com.nuttyreading.soul";
schemes = "everhealth"; schemes = "soulspace";
} }
if (name == "wumen") { if (name == "wumen") {
bagName = "com.cn.medicine"; bagName = "com.cn.medicine";
schemes = "medicine"; schemes = "medicine";
} }
// if(name == 'everhealth'){
if (plus.os.name == "Android") { if (plus.os.name == "Android") {
//安卓 //安卓
if ( if (
@@ -1116,7 +988,6 @@
); );
} }
); );
// }
} }
}, },
}, },
@@ -1128,12 +999,12 @@
.appJump { .appJump {
position: fixed; position: fixed;
right: 0; right: 0;
top: 10%; top: 120rpx;
z-index: 1; z-index: 1;
.item { .item {
background: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.9);
margin-bottom: 40rpx; margin-bottom: 20rpx;
border: 1px solid #fff; border: 1px solid #fff;
align-items: center; align-items: center;
padding-right: 10rpx; padding-right: 10rpx;
@@ -1142,10 +1013,10 @@
text { text {
font-size: 20rpx; font-size: 20rpx;
padding-left: 3rpx;
} }
.img { .img {
// width: 60rpx; height: 60rpx;
padding: 6rpx; padding: 6rpx;
overflow: hidden; overflow: hidden;

View File

@@ -12,33 +12,16 @@
<text v-for="item in historyList" @click="serkeyWord(item)">{{item}}</text> <text v-for="item in historyList" @click="serkeyWord(item)">{{item}}</text>
</view> </view>
</view> </view>
<!-- <view class="sear_class" v-if="this.show==1">
<view class="sc_xuan">
<view class="sc_con" v-for="(item,index) in classFen" @click="FenBook(item)"
:class="bookScreen.type == item.id ? 'sc_con sc_con_style' : 'sc_con'">{{item.sort}}</view>
</view>
<view class="sc_xuan">
<view class="sc_con" v-for="(item,index) in classMian" @click="MianBook(item)"
:class="bookScreen.is_charge == item.id ? 'sc_con sc_con_style' : 'sc_con'">{{item.sort}}</view>
</view>
</view> -->
<view class="sear_list" v-if="this.show==1"> <view class="sear_list" v-if="this.show==1">
<view class="flexbox" style="display: flex; flex-wrap: wrap; justify-content: space-evenly;"> <view class="flexbox" style="display: flex; flex-wrap: wrap;">
<view class="bl_tioa" v-for="(item,index) in bookList" @click="onBookJump(item)"> <view class="bl_tioa" v-for="(item,index) in bookList" @click="onBookJump(item)">
<view class="bl_tioa_bg">
<image :src="item.productImages"></image> <image :src="item.productImages"></image>
<view> <view>
<text class="bok_name">{{item.productName}}</text> <text class="bok_name">{{item.productName}}</text>
</view> </view>
<!-- <view>
<text>作者<text style="color: #333;">{{item.authorName}}</text></text>
</view> </view>
<view>
<text>出版商<text style="color: #333;">{{item.publisherName}}</text></text>
</view>
<view>
<text style="line-height: 20rpx;">{{item.title}}</text>
</view> -->
</view> </view>
</view> </view>
@@ -292,21 +275,21 @@
.sear_list { .sear_list {
margin: 50rpx 30rpx 0 30rpx; margin: 50rpx 30rpx 0 30rpx;
// justify-content: space-between;
.bl_tioa { .bl_tioa {
width: 30%; width: 33.3%;
box-shadow: 0 0px 10px 1px #d3d1d133; padding-bottom: 10rpx; padding: 10rpx;
.bl_tioa_bg{
height: 360rpx;
background-color: #fff; margin-bottom: 20rpx; background-color: #fff; margin-bottom: 20rpx;
// position: relative;
// padding: 0 25upx 10upx 220upx;
// margin: 0 0 60rpx 0;
text-align: center; text-align: center;
border-radius: 15rpx; border-radius: 15rpx;
min-height: 250rpx; box-shadow: 0 0px 10px 1px #d3d1d133;
view { view {
display: block; display: block;
text { display: block; text { display: block;
color: #9b9b9b; color: #9b9b9b;
font-size: 24rpx; font-size: 24rpx;
@@ -316,16 +299,21 @@
.bok_name { .bok_name {
font-weight: bold; font-weight: bold;
color: #333; color: #333;
font-size: 28rpx; font-size: 26rpx;
line-height: 35rpx;
height: 103rpx;
max-height: 105rpx;
overflow: hidden;
} }
} }
image { display: inline-block; image {
display: inline-block;
padding-top:20rpx; padding-top:20rpx;
width: 160upx; width: 160upx;
height: 220upx; height: 220upx;
} }
} }
}
} }
</style> </style>

BIN
static/xlkj.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,44 +0,0 @@
app 描述疯子读书是一款专业的中医线上读书平台。中医古籍、中医经典各家学说各种中医类型的电子书。疯子读书不止可以看还可以听APP内还具有听书功能解放您的眼睛。
简短概括:一款专业的中医线上读书软件
公司名称:天津众妙之门科技有限公司
隐私政策地址https://main.nuttyreading.com/privacy.html
各个平台账号密码:
天津众妙之门科技有限公司【疯子阅读】
1、阿里云 https://account.aliyun.com/
账号:众妙之门花生享阅
密码FZDS1234fzds
手机18526084267
2、苹果【每年有会费688需要缴纳】
apple idhuashengdingyue@163.com
密码HSDY1234hsdy
账号主体联系人:皮诺曦
3、华为开放平台 https://id1.cloud.huawei.com/
账号18526084267
密码HSXY1234hsxy
4、腾讯应用宝 https://open.qq.com/
huashengdingyue@163.com
账号2711345245
密码HSDY1234hsdy
5、小米
账号13110039505
密码HSXY1234hsxy
绑定邮箱huashengdingyue@163.com
6、百度智能云 https://cloud.baidu.com/
(文字转语音阅读“听书”)
账户:天津众妙之门
密码HSDY1234hsdy
7、快递100
账户名fengzidushu
密码wu751019
8、疯子读书163邮箱
邮箱账号fengzidushu@163.com
邮箱密码FZDS1234fzds
9、微信开放平台
账号fengzidushu@163.com
密码FZDS1234fzds