提交
This commit is contained in:
@@ -2,12 +2,12 @@ let baseUrl = "";
|
|||||||
let socketUrl = "";
|
let socketUrl = "";
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// 开发环境
|
// 开发环境
|
||||||
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||||
baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
// baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
||||||
} else if (process.env.NODE_ENV === 'production') {
|
} else if (process.env.NODE_ENV === 'production') {
|
||||||
// 生产环境11
|
// 生产环境11
|
||||||
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||||
baseUrl = "https://api.nuttyreading.com/"; //1
|
// baseUrl = "https://api.nuttyreading.com/"; //1
|
||||||
}
|
}
|
||||||
const courtConfig = {
|
const courtConfig = {
|
||||||
//微信公众号APPID
|
//微信公众号APPID
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "1.0.43",
|
"versionName" : "1.0.47",
|
||||||
"versionCode" : 1043,
|
"versionCode" : 1047,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "weex",
|
"nvueCompiler" : "weex",
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
|
|||||||
@@ -14,6 +14,14 @@
|
|||||||
<text>吴门医述</text>
|
<text>吴门医述</text>
|
||||||
</view>
|
</view>
|
||||||
</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
|
<view
|
||||||
class="zmzm item flexbox"
|
class="zmzm item flexbox"
|
||||||
@@ -305,6 +313,7 @@ export default {
|
|||||||
props: {},
|
props: {},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
isShowTaihu:false,
|
||||||
advertisementList: [],
|
advertisementList: [],
|
||||||
noticeList: [], //秒杀列表
|
noticeList: [], //秒杀列表
|
||||||
seckillLst: [], //秒杀列表
|
seckillLst: [], //秒杀列表
|
||||||
@@ -347,6 +356,11 @@ export default {
|
|||||||
},
|
},
|
||||||
onReady() {},
|
onReady() {},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
if (plus.os.name == "Android") {
|
||||||
|
this.isShowTaihu=true
|
||||||
|
}else{
|
||||||
|
this.isShowTaihu=false
|
||||||
|
}
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.getAdvertisement();
|
this.getAdvertisement();
|
||||||
});
|
});
|
||||||
@@ -600,6 +614,10 @@ export default {
|
|||||||
schemes = "medicine";
|
schemes = "medicine";
|
||||||
appId = "6523420507";
|
appId = "6523420507";
|
||||||
}
|
}
|
||||||
|
if (name == "taihu") {
|
||||||
|
bagName = "com.cn.taimed";
|
||||||
|
schemes = "taimed";
|
||||||
|
}
|
||||||
// if(name == 'everhealth'){
|
// if(name == 'everhealth'){
|
||||||
if (plus.os.name == "Android") {
|
if (plus.os.name == "Android") {
|
||||||
//安卓
|
//安卓
|
||||||
@@ -1160,12 +1178,12 @@ function calcTimer(timer) {
|
|||||||
.appJump {
|
.appJump {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 120rpx;
|
top: 90rpx;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 0.9);
|
||||||
margin-bottom: 20rpx;
|
margin-bottom:10rpx;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: 10rpx;
|
padding-right: 10rpx;
|
||||||
|
|||||||
@@ -438,6 +438,7 @@ export default {
|
|||||||
//页面显示
|
//页面显示
|
||||||
onShow() {
|
onShow() {
|
||||||
this.getBookList();
|
this.getBookList();
|
||||||
|
this.getUserCouponList();
|
||||||
this.getData();
|
this.getData();
|
||||||
this.gethufenData();
|
this.gethufenData();
|
||||||
//获取vip身份
|
//获取vip身份
|
||||||
@@ -474,7 +475,7 @@ export default {
|
|||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
data: {
|
data: {
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 10,
|
limit: 9999,
|
||||||
getType: "", //获取类型 0 后台赠送 1 主动获取
|
getType: "", //获取类型 0 后台赠送 1 主动获取
|
||||||
status: "0", //使用状态 0 未使用 1 已使用 2 已过期
|
status: "0", //使用状态 0 未使用 1 已使用 2 已过期
|
||||||
userInfo: "", //用户信息
|
userInfo: "", //用户信息
|
||||||
|
|||||||
BIN
static/icon/logo_taihu.png
Normal file
BIN
static/icon/logo_taihu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
4
unpackage/dist/build/app-plus/app-service.js
vendored
4
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
6
unpackage/dist/build/app-plus/app-view.js
vendored
6
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/manifest.json
vendored
2
unpackage/dist/build/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6297
unpackage/dist/dev/app-plus/app-service.js
vendored
6297
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
7806
unpackage/dist/dev/app-plus/app-view.js
vendored
7806
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
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
Reference in New Issue
Block a user