1、吴门之光改成吴门缘起

2、学术 富文本
This commit is contained in:
2024-03-19 14:07:42 +08:00
parent e04dcf9b07
commit 00cb45fbb7
6 changed files with 32 additions and 24 deletions

View File

@@ -4,26 +4,30 @@
"version" : "0.0",
"configurations" : [
{
"app-plus" : {
"launchtype" : "local"
},
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
"app-plus" :
{
"launchtype" : "remote"
},
"default" :
{
"launchtype" : "local"
},
"h5" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"playground" : "custom",
"type" : "uni-app:app-ios"
},
{
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]

View File

@@ -5,8 +5,8 @@ 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://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/"; // 开发用电脑

10
main.js
View File

@@ -26,12 +26,16 @@ Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyr
// 判断手机型号
uni.getSystemInfo({
success: function(res) {
success: function (res) {
Vue.prototype.iosHidden = true;
if (res.platform == 'ios') {
Vue.prototype.iosHide = false;
// Vue.prototype.iosHide = true;
// Vue.prototype.iosHide = false;
Vue.prototype.iosHidden = false;//ios临时隐藏听书
Vue.prototype.iosHide = true;
} else {
Vue.prototype.iosHide = true;
}
}
})

View File

@@ -37,7 +37,7 @@
</u-grid-item>
</u-grid>
</view>
<!-- 吴门之光-吴门之徽 -->
<!-- 吴门缘起-吴门之徽 -->
<view class="titleList" v-if="curOneCateIndex == 2&&curTwoCateIndex == 2">
<u-grid :col="3" v-if="titleList.length > 0">
<u-grid-item v-for="(item, index) in titleList" :key="item.id" @click="previewImage(item.url)"
@@ -135,7 +135,7 @@
title: "学术传承",
type: 'inheritType'
}, {
title: "吴门之光",
title: "吴门缘起",
type: 'lightType'
// }, {
// title: "吴门纪实",

View File

@@ -37,7 +37,7 @@
</u-grid-item>
</u-grid>
</view>
<!-- 吴门之光-吴门之徽 -->
<!-- 吴门缘起-吴门之徽 -->
<view class="titleList" v-if="curOneCateIndex == 2&&curTwoCateIndex == 2">
<u-grid :col="3" v-if="titleList.length > 0">
<u-grid-item v-for="(item, index) in titleList" :key="item.id" @click="previewImage(item.url)"
@@ -121,7 +121,7 @@
title: "学术传承",
type: 'inheritType'
}, {
title: "吴门之光",
title: "吴门缘起",
type: 'lightType'
}, {
title: "吴门纪实",

View File

@@ -53,7 +53,7 @@
<!-- <text> </text> -->
</view>
<view class="hn_cl_tit dianzishu" @click="onPageJump('../listen/home')">
<view class="hn_cl_tit dianzishu" @click="onPageJump('../listen/home')" v-if="iosHidden">
<image src="../../static/icon/home2-1.png" mode="aspectFit"></image>
<!-- <text> </text> -->
</view>