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

@@ -1,28 +1,13 @@
let baseUrl = ""; 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 = "http://192.168.110.100:9200/pb/"; // 张川川
// baseUrl = "https://testapi.nuttyreading.com/";
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/";
} }
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

@@ -1,52 +1,54 @@
{ {
"name": "疯子读书", "name" : "疯子读书",
"appid": "__UNI__9788EB5", "appid" : "__UNI__9788EB5",
"description": "疯子读书", "description" : "疯子读书",
"networkTimeout": { "networkTimeout" : {
"request": 30000 "request" : 30000
}, },
"transformPx": false, "transformPx" : false,
"icons": [{ "icons" : [
"sizes": "分辨率192x192", {
"src": "图片路径" "sizes" : "分辨率192x192",
}], "src" : "图片路径"
"versionName": "1.2.70", }
"versionCode": 1270, ],
"app-plus": { "versionName" : "1.2.71",
"compatible": { "versionCode" : 1271,
"ignoreVersion": true "app-plus" : {
"compatible" : {
"ignoreVersion" : true
}, },
"privacy": { "privacy" : {
"prompt": "template", "prompt" : "template",
"template": { "template" : {
"title": "用户协议和隐私政策", "title" : "用户协议和隐私政策",
"message": "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href='https://www.nuttyreading.com/agreement.html'>《用户协议》</a>和<a href='https://www.nuttyreading.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", "message" : "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href='https://www.nuttyreading.com/agreement.html'>《用户协议》</a>和<a href='https://www.nuttyreading.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept": "同意", "buttonAccept" : "同意",
"buttonRefuse": "暂不同意" "buttonRefuse" : "暂不同意"
} }
}, },
"modules": { "modules" : {
"Payment": {}, "Payment" : {},
"Share": {}, "Share" : {},
"Camera": {}, "Camera" : {},
"VideoPlayer": {}, "VideoPlayer" : {},
"OAuth": {} "OAuth" : {}
}, },
"distribute": { "distribute" : {
"apple": { "apple" : {
"devices": "universal" "devices" : "universal"
}, },
// "UIBackgroundModes" : [ "audio" ] // "UIBackgroundModes" : [ "audio" ]
"android": { "android" : {
"permissionPhoneState": { "permissionPhoneState" : {
"request": "none", "request" : "none",
"prompt": "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
}, },
"permissionExternalStorage": { "permissionExternalStorage" : {
"request": "none", "request" : "none",
"prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
}, },
"permissions": [ "permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
@@ -73,183 +75,184 @@
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>", "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
], ],
"abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"minSdkVersion": 21, "minSdkVersion" : 21,
"targetSdkVersion": 30, "targetSdkVersion" : 30,
"schemes": "nuttyreading" "schemes" : "nuttyreading"
}, },
"sdkConfigs": { "sdkConfigs" : {
"ad": {}, "ad" : {},
"maps": {}, "maps" : {},
"share": { "share" : {
"weixin": { "weixin" : {
"appid": "wx47134a8f15083734", "appid" : "wx47134a8f15083734",
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" "UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
} }
}, },
"payment": { "payment" : {
"alipay": { "alipay" : {
"__platform__": ["ios", "android"] "__platform__" : [ "ios", "android" ]
}, },
"appleiap": {}, "appleiap" : {},
"weixin": { "weixin" : {
"__platform__": ["ios", "android"], "__platform__" : [ "ios", "android" ],
"appid": "wx47134a8f15083734", "appid" : "wx47134a8f15083734",
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" "UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
} }
}, },
"oauth": {}, "oauth" : {},
"push": {} "push" : {}
}, },
"splashscreen": { "splashscreen" : {
"iosStyle": "common", "iosStyle" : "common",
"androidStyle": "default", "androidStyle" : "default",
"useOriginalMsgbox": true "useOriginalMsgbox" : true
}, },
"ios": { "ios" : {
"dSYMs": false, "dSYMs" : false,
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐 // "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
"capabilities": { "capabilities" : {
"entitlements": { "entitlements" : {
"com.apple.developer.associated-domains": ["applinks:verification.nuttyreading.com"] "com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
} }
}, },
"idfa": false, "idfa" : false,
"urltypes": "nuttyreading", "urltypes" : "nuttyreading",
"urlschemewhitelist": "everhealth,medicine,zmzm", "urlschemewhitelist" : "everhealth,medicine,zmzm",
"privacyDescription": { "privacyDescription" : {
"NSPhotoLibraryUsageDescription": "为了给您提供修改头像、申诉反馈的图片上传", "NSPhotoLibraryUsageDescription" : "为了给您提供修改头像、申诉反馈的图片上传",
"NSCameraUsageDescription": "为了给您提供修改头像、申诉反馈的图片上传" "NSCameraUsageDescription" : "为了给您提供修改头像、申诉反馈的图片上传"
} }
}, },
"icons": { "icons" : {
"android": { "android" : {
"hdpi": "unpackage/res/icons/72x72.png", "hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi": "unpackage/res/icons/96x96.png", "xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi": "unpackage/res/icons/144x144.png", "xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi": "unpackage/res/icons/192x192.png" "xxxhdpi" : "unpackage/res/icons/192x192.png"
}, },
"ios": { "ios" : {
"appstore": "unpackage/res/icons/1024x1024.png", "appstore" : "unpackage/res/icons/1024x1024.png",
"ipad": { "ipad" : {
"app": "unpackage/res/icons/76x76.png", "app" : "unpackage/res/icons/76x76.png",
"app@2x": "unpackage/res/icons/152x152.png", "app@2x" : "unpackage/res/icons/152x152.png",
"notification": "unpackage/res/icons/20x20.png", "notification" : "unpackage/res/icons/20x20.png",
"notification@2x": "unpackage/res/icons/40x40.png", "notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x": "unpackage/res/icons/167x167.png", "proapp@2x" : "unpackage/res/icons/167x167.png",
"settings": "unpackage/res/icons/29x29.png", "settings" : "unpackage/res/icons/29x29.png",
"settings@2x": "unpackage/res/icons/58x58.png", "settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight": "unpackage/res/icons/40x40.png", "spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x": "unpackage/res/icons/80x80.png" "spotlight@2x" : "unpackage/res/icons/80x80.png"
}, },
"iphone": { "iphone" : {
"app@2x": "unpackage/res/icons/120x120.png", "app@2x" : "unpackage/res/icons/120x120.png",
"app@3x": "unpackage/res/icons/180x180.png", "app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x": "unpackage/res/icons/40x40.png", "notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x": "unpackage/res/icons/60x60.png", "notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x": "unpackage/res/icons/58x58.png", "settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x": "unpackage/res/icons/87x87.png", "settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x": "unpackage/res/icons/80x80.png", "spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x": "unpackage/res/icons/120x120.png" "spotlight@3x" : "unpackage/res/icons/120x120.png"
} }
} }
} }
}, },
"compilerVersion": 3, "compilerVersion" : 3,
"nvueLaunchMode": "fast", "nvueLaunchMode" : "fast",
"splashscreen": { "splashscreen" : {
"alwaysShowBeforeRender": false "alwaysShowBeforeRender" : false
}, },
"nativePlugins": {}, "nativePlugins" : {},
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
// 5+App特有相关 // 5+App特有相关
"quickapp": {}, "quickapp" : {},
// 快应用特有相关 // 快应用特有相关
"mp-weixin": { "mp-weixin" : {
"setting": { "setting" : {
"urlCheck": false, "urlCheck" : false,
"es6": true, "es6" : true,
"postcss": true, "postcss" : true,
"minified": true "minified" : true
}, },
"usingComponents": true, "usingComponents" : true,
"appid": "wxd3ba52b7661b36be", "appid" : "wxd3ba52b7661b36be",
"permission": { "permission" : {
"scope.userLocation": { "scope.userLocation" : {
"desc": "你的位置信息将用于小程序位置接口的效果展示" "desc" : "你的位置信息将用于小程序位置接口的效果展示"
} }
}, },
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"h5": { "h5" : {
"template": "template.h5.html", "template" : "template.h5.html",
"router": { "router" : {
"mode": "hash", "mode" : "hash",
"base": "/uniappDemo/" "base" : "/uniappDemo/"
}, },
"optimization": { "optimization" : {
"treeShaking": { "treeShaking" : {
"enable": true "enable" : true
} }
}, },
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"_spaceID": "mp-3614b80b-2d75-4462-a481-4998f8187274", "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274",
"uniStatistics": { "uniStatistics" : {
"version": "2", "version" : "2",
"enable": true "enable" : true
}, },
"mp-alipay": { "mp-alipay" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-baidu": { "mp-baidu" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-jd": { "mp-jd" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-kuaishou": { "mp-kuaishou" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-lark": { "mp-lark" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-qq": { "mp-qq" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-toutiao": { "mp-toutiao" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"quickapp-webview-huawei": { "quickapp-webview-huawei" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"quickapp-webview-union": { "quickapp-webview-union" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
} }
} }
// 小程序特有相关 // 小程序特有相关

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