提交
This commit is contained in:
@@ -2,27 +2,12 @@ let baseUrl = "";
|
||||
let socketUrl = "";
|
||||
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 = "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') {
|
||||
// 生产环境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 = "https://api.nuttyreading.com/";
|
||||
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||
// baseUrl = "ws://twin-ui.com:6001/";
|
||||
// socketUrl = "ws://twin-ui.com:6001/";
|
||||
}
|
||||
const courtConfig = {
|
||||
//微信公众号APPID
|
||||
|
||||
2
main.js
2
main.js
@@ -27,7 +27,7 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyr
|
||||
|
||||
uni.getSystemInfo({
|
||||
success: function (res) {
|
||||
|
||||
Vue.prototype.$platform = res.platform;
|
||||
Vue.prototype.iosHidden = true;
|
||||
if (res.platform == 'ios') {
|
||||
|
||||
|
||||
@@ -6,12 +6,14 @@
|
||||
"request" : 30000
|
||||
},
|
||||
"transformPx" : false,
|
||||
"icons": [{
|
||||
"icons" : [
|
||||
{
|
||||
"sizes" : "分辨率,192x192",
|
||||
"src" : "图片路径"
|
||||
}],
|
||||
"versionName": "1.2.70",
|
||||
"versionCode": 1270,
|
||||
}
|
||||
],
|
||||
"versionName" : "1.2.71",
|
||||
"versionCode" : 1271,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
@@ -253,3 +255,4 @@
|
||||
}
|
||||
}
|
||||
// 小程序特有相关
|
||||
|
||||
|
||||
@@ -73,65 +73,6 @@
|
||||
<!-- <text>讲 书</text> -->
|
||||
</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">
|
||||
<text class="icon_search"></text>
|
||||
@@ -177,75 +118,6 @@
|
||||
</scroll-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">
|
||||
<view class="New_ProTabs flexbox">
|
||||
<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>
|
||||
</view>
|
||||
<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">
|
||||
<image src="@/static/icon/ic_login_health.png" mode="widthFix"></image>
|
||||
<image src="@/static/xlkj.png"></image>
|
||||
</view>
|
||||
<view class="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>
|
||||
<text>心灵空间</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zmzm item flexbox" @click="appjumpfun('wumen')">
|
||||
<view class="img">
|
||||
<image src="@/static/wumen40.png" mode="widthFix"></image>
|
||||
<image src="@/static/wumen40.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>吴门医述</text>
|
||||
</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>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
@@ -1057,15 +929,15 @@
|
||||
bagName = "com.cn.zmzm";
|
||||
schemes = "zmzm";
|
||||
}
|
||||
if (name == "everhealth") {
|
||||
bagName = "cn.com.everhealth";
|
||||
schemes = "everhealth";
|
||||
if (name == "soulspace") {
|
||||
bagName = "com.nuttyreading.soul";
|
||||
schemes = "soulspace";
|
||||
}
|
||||
if (name == "wumen") {
|
||||
bagName = "com.cn.medicine";
|
||||
schemes = "medicine";
|
||||
}
|
||||
// if(name == 'everhealth'){
|
||||
|
||||
if (plus.os.name == "Android") {
|
||||
//安卓
|
||||
if (
|
||||
@@ -1116,7 +988,6 @@
|
||||
);
|
||||
}
|
||||
);
|
||||
// }
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -1128,12 +999,12 @@
|
||||
.appJump {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 10%;
|
||||
top: 120rpx;
|
||||
z-index: 1;
|
||||
|
||||
.item {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
margin-bottom: 40rpx;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
margin-bottom: 20rpx;
|
||||
border: 1px solid #fff;
|
||||
align-items: center;
|
||||
padding-right: 10rpx;
|
||||
@@ -1142,10 +1013,10 @@
|
||||
|
||||
text {
|
||||
font-size: 20rpx;
|
||||
padding-left: 3rpx;
|
||||
}
|
||||
|
||||
.img {
|
||||
// width: 60rpx; height: 60rpx;
|
||||
padding: 6rpx;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
@@ -12,33 +12,16 @@
|
||||
<text v-for="item in historyList" @click="serkeyWord(item)">{{item}}</text>
|
||||
</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="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_bg">
|
||||
<image :src="item.productImages"></image>
|
||||
<view>
|
||||
<text class="bok_name">{{item.productName}}</text>
|
||||
</view>
|
||||
<!-- <view>
|
||||
<text>作者:<text style="color: #333;">{{item.authorName}}</text></text>
|
||||
</view>
|
||||
<view>
|
||||
<text>出版商:<text style="color: #333;">{{item.publisherName}}</text></text>
|
||||
</view>
|
||||
<view>
|
||||
<text style="line-height: 20rpx;">{{item.title}}</text>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -292,21 +275,21 @@
|
||||
|
||||
.sear_list {
|
||||
margin: 50rpx 30rpx 0 30rpx;
|
||||
// justify-content: space-between;
|
||||
|
||||
.bl_tioa {
|
||||
width: 30%;
|
||||
box-shadow: 0 0px 10px 1px #d3d1d133; padding-bottom: 10rpx;
|
||||
width: 33.3%;
|
||||
padding: 10rpx;
|
||||
|
||||
.bl_tioa_bg{
|
||||
height: 360rpx;
|
||||
background-color: #fff; margin-bottom: 20rpx;
|
||||
// position: relative;
|
||||
// padding: 0 25upx 10upx 220upx;
|
||||
// margin: 0 0 60rpx 0;
|
||||
text-align: center;
|
||||
border-radius: 15rpx;
|
||||
min-height: 250rpx;
|
||||
box-shadow: 0 0px 10px 1px #d3d1d133;
|
||||
|
||||
view {
|
||||
display: block;
|
||||
|
||||
text { display: block;
|
||||
color: #9b9b9b;
|
||||
font-size: 24rpx;
|
||||
@@ -316,16 +299,21 @@
|
||||
.bok_name {
|
||||
font-weight: bold;
|
||||
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;
|
||||
width: 160upx;
|
||||
height: 220upx;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
BIN
static/xlkj.png
Normal file
BIN
static/xlkj.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
44
新建 文本文档.txt
44
新建 文本文档.txt
@@ -1,44 +0,0 @@
|
||||
app 描述:疯子读书是一款专业的中医线上读书平台。中医古籍、中医经典,各家学说,各种中医类型的电子书。疯子读书不止可以看,还可以听,APP内还具有听书功能,解放您的眼睛。
|
||||
|
||||
简短概括:一款专业的中医线上读书软件
|
||||
|
||||
公司名称:天津众妙之门科技有限公司
|
||||
|
||||
|
||||
隐私政策地址:https://main.nuttyreading.com/privacy.html
|
||||
|
||||
各个平台账号密码:
|
||||
天津众妙之门科技有限公司【疯子阅读】
|
||||
|
||||
1、阿里云 https://account.aliyun.com/
|
||||
账号:众妙之门花生享阅
|
||||
密码:FZDS1234fzds
|
||||
手机:18526084267
|
||||
2、苹果【每年有会费688需要缴纳】
|
||||
apple id:huashengdingyue@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
|
||||
Reference in New Issue
Block a user