diff --git a/config/baseUrl.js b/config/baseUrl.js
index ac8f839..112a8e5 100644
--- a/config/baseUrl.js
+++ b/config/baseUrl.js
@@ -2,12 +2,12 @@ let baseUrl = "";
let socketUrl = "";
if (process.env.NODE_ENV === 'development') {
//开发环境
- 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/"; // 张川川
} else if (process.env.NODE_ENV === 'production') {
//生产环境
- 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/"; // 张川川
}
const courtConfig = {
//微信公众号APPID
diff --git a/manifest.json b/manifest.json
index 683167b..578110c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -12,8 +12,8 @@
"src" : "图片路径"
}
],
- "versionName" : "1.2.73",
- "versionCode" : 1273,
+ "versionName" : "1.2.75",
+ "versionCode" : 1275,
"app-plus" : {
"compatible" : {
"ignoreVersion" : true
diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue
index 10a2b75..45830a0 100644
--- a/pages/peanut/home.vue
+++ b/pages/peanut/home.vue
@@ -217,6 +217,14 @@
吴门医述
+
+
+
+
+
+ 太湖云医
+
+
@@ -225,6 +233,7 @@
众妙之门
+
@@ -248,6 +257,7 @@
export default {
data() {
return {
+ isShowTaihu:false,
myList: [],
advertisementList: [],
showEbook: false, // 显示电子书相关
@@ -344,6 +354,11 @@
},
//第一次加载
onLoad(e) {
+ if (plus.os.name == "Android") {
+ this.isShowTaihu=true
+ }else{
+ this.isShowTaihu=false
+ }
// 隐藏原生的tabbar
uni.hideTabBar();
// this.requestIapOrder()
@@ -937,6 +952,10 @@
bagName = "com.cn.medicine";
schemes = "medicine";
}
+ if (name == "taihu") {
+ bagName = "com.cn.taimed";
+ schemes = "taimed";
+ }
if (plus.os.name == "Android") {
//安卓
@@ -1004,7 +1023,7 @@
.item {
background: rgba(255, 255, 255, 0.9);
- margin-bottom: 20rpx;
+ margin-bottom: 10rpx;
border: 1px solid #fff;
align-items: center;
padding-right: 10rpx;
diff --git a/pages/talkBook/talkBookDetail.vue b/pages/talkBook/talkBookDetail.vue
index 0907505..3d6115a 100644
--- a/pages/talkBook/talkBookDetail.vue
+++ b/pages/talkBook/talkBookDetail.vue
@@ -690,7 +690,7 @@ export default {
})
.then((res) => {
uni.showToast({
- title: "评论成功!",
+ title: res.tip,
icon: "success",
});
// this.getCommPL()
diff --git a/static/logo_taihu.png b/static/logo_taihu.png
new file mode 100644
index 0000000..ea01649
Binary files /dev/null and b/static/logo_taihu.png differ