This commit is contained in:
liuyuan
2025-08-19 10:35:00 +08:00
parent 4627e2bd01
commit dc2aa7407f
15 changed files with 8120 additions and 5894 deletions

View File

@@ -2,12 +2,12 @@ let baseUrl = "";
let socketUrl = "";
if (process.env.NODE_ENV === 'development') {
// 开发环境
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
baseUrl = "https://api.nuttyreading.com/"; // 线上正式
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
// baseUrl = "https://api.nuttyreading.com/"; // 线上正式
} else if (process.env.NODE_ENV === 'production') {
// 生产环境11
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
baseUrl = "https://api.nuttyreading.com/"; //1
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
// baseUrl = "https://api.nuttyreading.com/"; //1
}
const courtConfig = {
//微信公众号APPID

View File

@@ -12,8 +12,8 @@
"src" : "图片路径"
}
],
"versionName" : "1.0.43",
"versionCode" : 1043,
"versionName" : "1.0.47",
"versionCode" : 1047,
"app-plus" : {
"nvueCompiler" : "weex",
"compatible" : {

View File

@@ -14,6 +14,14 @@
<text>吴门医述</text>
</view>
</view>
<view class="everhealth item flexbox" @click="appjumpfun('taihu')" v-if="isShowTaihu">
<view class="img">
<image src="@/static/icon/logo_taihu.png"></image>
</view>
<view class="text">
<text>太湖云医</text>
</view>
</view>
<view
class="zmzm item flexbox"
@@ -305,6 +313,7 @@ export default {
props: {},
data() {
return {
isShowTaihu:false,
advertisementList: [],
noticeList: [], //秒杀列表
seckillLst: [], //秒杀列表
@@ -347,6 +356,11 @@ export default {
},
onReady() {},
onLoad() {
if (plus.os.name == "Android") {
this.isShowTaihu=true
}else{
this.isShowTaihu=false
}
this.$nextTick(() => {
this.getAdvertisement();
});
@@ -600,6 +614,10 @@ export default {
schemes = "medicine";
appId = "6523420507";
}
if (name == "taihu") {
bagName = "com.cn.taimed";
schemes = "taimed";
}
// if(name == 'everhealth'){
if (plus.os.name == "Android") {
//安卓
@@ -1160,12 +1178,12 @@ function calcTimer(timer) {
.appJump {
position: fixed;
right: 0;
top: 120rpx;
top: 90rpx;
z-index: 1;
.item {
background: rgba(255, 255, 255, 0.9);
margin-bottom: 20rpx;
margin-bottom:10rpx;
border: 1px solid #fff;
align-items: center;
padding-right: 10rpx;

View File

@@ -438,6 +438,7 @@ export default {
//页面显示
onShow() {
this.getBookList();
this.getUserCouponList();
this.getData();
this.gethufenData();
//获取vip身份
@@ -474,7 +475,7 @@ export default {
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
data: {
page: 1,
limit: 10,
limit: 9999,
getType: "", //获取类型 0 后台赠送 1 主动获取
status: "0", //使用状态 0 未使用 1 已使用 2 已过期
userInfo: "", //用户信息

BIN
static/icon/logo_taihu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long