Commit bf30b10d authored by Mac's avatar Mac

一点修改

parent d93a6530
...@@ -287,7 +287,6 @@ ...@@ -287,7 +287,6 @@
let u = "/" + currentPages[currentPages.length - 1].route; let u = "/" + currentPages[currentPages.length - 1].route;
let pages = wx.getStorageSync("basedata") ? let pages = wx.getStorageSync("basedata") ?
wx.getStorageSync("basedata").bar_title : []; wx.getStorageSync("basedata").bar_title : [];
this.words = wx.getStorageSync("basedata") ? wx.getStorageSync("basedata").share_setting_custom.words : {},
pages.forEach((x) => { pages.forEach((x) => {
if (x.value == u) { if (x.value == u) {
pageTitle = x.new_name ? x.new_name : x.name; pageTitle = x.new_name ? x.new_name : x.name;
......
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
</view> </view>
<view v-if="sharestatus.Status==4" class="steatus_t" :style="{'padding-top':44+nav+'px'}"> <view v-if="sharestatus.Status==4" class="steatus_t" :style="{'padding-top':44+nav+'px'}">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image>
<Text style='margin-top: 70px;'>{{sharestatus.Msg}}</Text> <Text style='margin-top: 70px;' v-if='IsOpenMiAi==1'>未申请成为合作伙伴</Text>
<Text style='margin-top: 70px;' v-if='IsOpenMiAi==0'>{{sharestatus.Msg}}</Text>
</view> </view>
<view style="width: 100%;height: 100%;background: #f3f4f6;" v-if="sharestatus.Status==3"> <view style="width: 100%;height: 100%;background: #f3f4f6;" v-if="sharestatus.Status==3">
<view class="sharebox_top" > <view class="sharebox_top" >
...@@ -239,6 +240,7 @@ ...@@ -239,6 +240,7 @@
orderPopupdata:{},//离线收益的弹窗 orderPopupdata:{},//离线收益的弹窗
showorder:false,//显示弹出 showorder:false,//显示弹出
topHeight:510,//头部高度 topHeight:510,//头部高度
IsOpenMiAi:0,//相亲模式1开启 0 没开启
} }
}, },
created() { created() {
...@@ -248,6 +250,7 @@ ...@@ -248,6 +250,7 @@
this.nav = uni.getMenuButtonBoundingClientRect().top; this.nav = uni.getMenuButtonBoundingClientRect().top;
this.headStyle.paddingTop = this.nav + 'px'; this.headStyle.paddingTop = this.nav + 'px';
this.UserPageType = uni.getStorageSync("mall_UserInfo") ? uni.getStorageSync("mall_UserInfo") : {}; this.UserPageType = uni.getStorageSync("mall_UserInfo") ? uni.getStorageSync("mall_UserInfo") : {};
this.IsOpenMiAi = uni.getStorageSync("basedata")?uni.getStorageSync("basedata").mall.setting.is_show_miai:0;//是否开启相亲模式
this.IsEducation = uni.getStorageSync('basedata') ? this.IsEducation = uni.getStorageSync('basedata') ?
(uni.getStorageSync('basedata').mall.setting.mallStyle.IsEducation ? uni.getStorageSync('basedata').mall.setting.mallStyle (uni.getStorageSync('basedata').mall.setting.mallStyle.IsEducation ? uni.getStorageSync('basedata').mall.setting.mallStyle
.IsEducation : 0) : .IsEducation : 0) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment