活动 月子

master
lion 3 years ago
parent d5d922d572
commit 980854ee6b

@ -3,11 +3,11 @@ export const appConfig = {
//appId:"wx3dc65ce9b588727a",//孕育咨询 //appId:"wx3dc65ce9b588727a",//孕育咨询
//baseUrl: 'http://yunyubang.localhost.com', //baseUrl: 'http://yunyubang.localhost.com',
baseUrl:'https://yunyubang.ali251.langye.net',// 'https://yunyubang2021.langye.net', //孕育邦 baseUrl:'https://yunyubang.ali251.langye.net',// 'https://yunyubang2021.langye.net', //孕育邦
// baseUrl: 'https://yybtest.ali251.langye.net', //baseUrl: 'https://yybtest.ali251.langye.net',
newBaseUrl: 'https://yunyubang.ali251.langye.net', newBaseUrl: 'https://yunyubang.ali251.langye.net',
// newBaseUrl: 'http://yybtest.ali251.langye.net', //newBaseUrl: 'http://yybtest.ali251.langye.net',
//baseUrl:'https://yybtest2021.langye.net',//孕育咨询 //baseUrl:'https://yybtest2021.langye.net',//孕育咨询
openidInfoKey: 'openid_info_yunyubang' openidInfoKey: 'openid_info_yunyubang'

@ -27,6 +27,10 @@
</view> </view>
</view> </view>
</view> </view>
</view>
<view>
<image @click="goto(1)" class="careBanner" src="../../static/carecenter.png"></image>
<image @click="goto(2)" class="careBanner" src="../../static/commoncenter.png"></image>
</view> </view>
<view class="careBox"> <view class="careBox">
<view class="careTabs flex_start"> <view class="careTabs flex_start">
@ -189,7 +193,13 @@
strategies: [], // strategies: [], //
} }
}, },
methods: { methods: {
goto(type){
let url = type==1?"/packages/packageCarecenter/pages/careCenter/careCenter":"/packages/packageCarecenter/pages/commonService/commonCenter?type=maternity";
uni.redirectTo({
url:url
})
},
changeSearchArea(e) { changeSearchArea(e) {
this.search.areaName = (e === "" ? "全部区域" : e); this.search.areaName = (e === "" ? "全部区域" : e);
if (this.tabIndex === 1) { if (this.tabIndex === 1) {
@ -421,7 +431,8 @@
display: inline-block; display: inline-block;
width: 357rpx; width: 357rpx;
height: 182rpx; height: 182rpx;
margin: 20rpx auto; margin: 20rpx auto;
margin-bottom:0
} }
.strategyBox { .strategyBox {

@ -95,15 +95,17 @@
statusLabels: [{ statusLabels: [{
state: "", state: "",
txt: "全部" txt: "全部"
}, { },
state: "unpaid", // {
txt: "待支付" // state: "unpaid",
}, { // txt: ""
// },
{
state: "ongoing", state: "ongoing",
txt: "进行中" txt: "待参加"
}, { }, {
state: "finished", state: "finished",
txt: "已完成" txt: "已参加"
}], }],
user_info: {}, user_info: {},
openid: "" openid: ""

@ -55,17 +55,17 @@
<image src="../../static/icon_daifukuan@2x.png"></image> <image src="../../static/icon_daifukuan@2x.png"></image>
<text>待确认</text> <text>待确认</text>
</view> --> </view> -->
<view class="menuCol" @tap="goMyActive('unpaid')"> <!-- <view class="menuCol" @tap="goMyActive('unpaid')">
<image src="../../static/icon_daifuwu@2x.png"></image> <image src="../../static/icon_daifuwu@2x.png"></image>
<text>待支付</text> <text>待支付</text>
</view> </view> -->
<view class="menuCol" @tap="goMyActive('ongoing')"> <view class="menuCol" @tap="goMyActive('ongoing')">
<image src="../../static/icon_yifuwu@2x.png"></image> <image src="../../static/icon_yifuwu@2x.png"></image>
<text>进行中</text> <text>待参加</text>
</view> </view>
<view class="menuCol" @tap="goMyActive('finished')"> <view class="menuCol" @tap="goMyActive('finished')">
<image src="../../static/icon_daipingjia@2x.png"></image> <image src="../../static/icon_daipingjia@2x.png"></image>
<text>完成</text> <text>参加</text>
</view> </view>
<view class="menuCol allOrder" @tap="goMyActive()"> <view class="menuCol allOrder" @tap="goMyActive()">
<image src="../../static/icon_dingdan@2x.png"></image> <image src="../../static/icon_dingdan@2x.png"></image>

Loading…
Cancel
Save